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

Unified Diff: build/common.gypi

Issue 10389062: Progagate variable android_upstream_bringup to right scope. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
===================================================================
--- build/common.gypi (revision 136262)
+++ build/common.gypi (working copy)
@@ -125,6 +125,7 @@
'enable_hidpi%': '<(enable_hidpi)',
'enable_touch_ui%': '<(enable_touch_ui)',
'enable_metro%': '<(enable_metro)',
+ 'android_upstream_bringup%': '<(android_upstream_bringup)',
# We used to provide a variable for changing how libraries were built.
# This variable remains until we can clean up all the users.
@@ -563,6 +564,7 @@
'enable_task_manager%': '<(enable_task_manager)',
'platformsdk_path%': '<(platformsdk_path)',
'wix_path%': '<(wix_path)',
+ 'android_upstream_bringup%': '<(android_upstream_bringup)',
# Use system yasm instead of bundled one.
'use_system_yasm%': 0,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698