commit | cdd7edf8c32033b46d3340f688436162528358ca | [log] [tgz] |
---|---|---|
author | Sean McAllister <smcallis@google.com> | Fri Aug 28 02:39:16 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Aug 28 02:39:16 2020 |
tree | 182010653cf34be66f17bcf17913a503c0648492 | |
parent | 9b8df9af218b8bbe3671f0ed43732996664c2d39 [diff] |
Refactor OS_LINUX preprocessor directive for LaCrOS effort. Currently, ChromeOS defines the OS_LINUX directive as well as OS_CHROMEOS. We're working to separate these two, so we're making the fact that OS_LINUX == OS_LINUX || OS_CHROMEOS explicit. This is changes for /content/browser/webrtc This CL was uploaded by git cl split. R=emircan@chromium.org Bug: 1110266 Change-Id: I6e48d5cc5ddc73cc16f90975b8467e9ea7d42b33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371291 Reviewed-by: Emircan Uysaler <emircan@chromium.org> Commit-Queue: Sean McAllister <smcallis@google.com> Cr-Commit-Position: refs/heads/master@{#802491}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.