Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(333)

Side by Side Diff: docs/old_chromeos_build_instructions.md

Issue 2697323005: docs: Change "ChromeOS" to "Chrome OS". (Closed)
Patch Set: update more markdown files Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « docs/linux_minidump_to_core.md ('k') | docs/ozone_overview.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # ChromeOS Build Instructions (Chromium OS on Linux) 1 # Chrome OS Build Instructions (Chromium OS on Linux)
2 2
3 Chromium on Chromium OS is built from a mix of code sourced from Chromium 3 Chromium on Chromium OS is built from a mix of code sourced from Chromium
4 on Linux and Chromium on Windows. Much of the user interface code is 4 on Linux and Chromium on Windows. Much of the user interface code is
5 shared with Chromium on Windows. 5 shared with Chromium on Windows.
6 6
7 If you make changes to Chromium on Windows, they may affect Chromium 7 If you make changes to Chromium on Windows, they may affect Chromium
8 on Chromium OS. Fortunately to test the effects of your changes you 8 on Chromium OS. Fortunately to test the effects of your changes you
9 don't need to build all of Chromium OS, you can just build Chromium for 9 don't need to build all of Chromium OS, you can just build Chromium for
10 Chromium OS directly on Linux. 10 Chromium OS directly on Linux.
11 11
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 **--user-data-dir=/tmp/chrome --bwsi --incognito 79 **--user-data-dir=/tmp/chrome --bwsi --incognito
80 --login-user='$guest' --login-profile=user** 80 --login-user='$guest' --login-profile=user**
81 81
82 Signing in as a specific user is useful for debugging features like sync 82 Signing in as a specific user is useful for debugging features like sync
83 that require a logged in user. 83 that require a logged in user.
84 84
85 ## Compile Chromium for a Chromium OS device using the Chromium OS SDK 85 ## Compile Chromium for a Chromium OS device using the Chromium OS SDK
86 86
87 See [Building Chromium for a Chromium OS device](https://www.chromium.org/chromi um-os/how-tos-and-troubleshooting/building-chromium-browser) 87 See [Building Chromium for a Chromium OS device](https://www.chromium.org/chromi um-os/how-tos-and-troubleshooting/building-chromium-browser)
88 for information about building and testing chromium for Chromium OS. 88 for information about building and testing chromium for Chromium OS.
OLDNEW
« no previous file with comments | « docs/linux_minidump_to_core.md ('k') | docs/ozone_overview.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698