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

Unified Diff: chrome/chrome_android.gypi

Issue 1459793002: Android: Allow compiling browser without Java UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_android.gypi
diff --git a/chrome/chrome_android.gypi b/chrome/chrome_android.gypi
index 9c8b394f6dcf8917e743a66655f9a3c6862b66f5..3bc18b2da032fc465f2cdb4c9ed2be5c3f466201 100644
--- a/chrome/chrome_android.gypi
+++ b/chrome/chrome_android.gypi
@@ -37,6 +37,12 @@
'app/chrome_main_delegate.cc',
'app/chrome_main_delegate.h',
],
+ 'conditions': [
+ ['android_java_ui==1', {
+ 'all_dependent_settings': {
+ 'defines': [ 'ANDROID_JAVA_UI=1']
+ }]
+ }],
'link_settings': {
'libraries': [
'-landroid',

Powered by Google App Engine
This is Rietveld 408576698