| OLD | NEW |
| 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 Loading... |
| 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. |
| OLD | NEW |