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

Side by Side Diff: docs/old_chromeos_build_instructions.md

Issue 2526563003: Update the build instructions to be consistent. (Closed)
Patch Set: more updates Created 4 years 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
OLDNEW
1 # ChromeOS Build Instructions (Chromium OS on Linux) 1 # ChromeOS 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.
(...skipping 68 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

Powered by Google App Engine
This is Rietveld 408576698