summaryrefslogtreecommitdiffstats
path: root/build/args
Commit message (Collapse)AuthorAgeFilesLines
* Android: Allow compiling browser without Java UIsievers2015-12-041-0/+1
| | | | | | | | | | | | | | | | | | | | Currently OS_ANDROID is used in many places to invoke Java UI-specific codepaths. Introduce ANDROID_JAVA_UI instead where this makes sense. Exclude all android sources from chrome/browser/android and chrome/browser/ui/android when this is not set. Most of these have dependencies on the Java UI or tab model. Some of the features will need revisiting / untangling. BUG=557285,507792 NOTRY=True Review URL: https://codereview.chromium.org/1459793002 Cr-Commit-Position: refs/heads/master@{#363255}
* Aura on Android: Common GN build overrides.moshayedi2015-11-251-0/+18
Creates a common config file which Aura on Android developers can import at "gn args". BUG=507792 Review URL: https://codereview.chromium.org/1470863005 Cr-Commit-Position: refs/heads/master@{#361663}