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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # IMPORTANT: 5 # IMPORTANT:
6 # Please don't directly include this file if you are building via gyp_chromium, 6 # Please don't directly include this file if you are building via gyp_chromium,
7 # since gyp_chromium is automatically forcing its inclusion. 7 # since gyp_chromium is automatically forcing its inclusion.
8 { 8 {
9 # Variables expected to be overriden on the GYP command line (-D) or by 9 # Variables expected to be overriden on the GYP command line (-D) or by
10 # ~/.gyp/include.gypi. 10 # ~/.gyp/include.gypi.
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 'host_arch%': '<(host_arch)', 118 'host_arch%': '<(host_arch)',
119 'toolkit_views%': '<(toolkit_views)', 119 'toolkit_views%': '<(toolkit_views)',
120 'use_aura%': '<(use_aura)', 120 'use_aura%': '<(use_aura)',
121 'use_ash%': '<(use_ash)', 121 'use_ash%': '<(use_ash)',
122 'use_openssl%': '<(use_openssl)', 122 'use_openssl%': '<(use_openssl)',
123 'use_virtual_keyboard%': '<(use_virtual_keyboard)', 123 'use_virtual_keyboard%': '<(use_virtual_keyboard)',
124 'enable_viewport%': '<(enable_viewport)', 124 'enable_viewport%': '<(enable_viewport)',
125 'enable_hidpi%': '<(enable_hidpi)', 125 'enable_hidpi%': '<(enable_hidpi)',
126 'enable_touch_ui%': '<(enable_touch_ui)', 126 'enable_touch_ui%': '<(enable_touch_ui)',
127 'enable_metro%': '<(enable_metro)', 127 'enable_metro%': '<(enable_metro)',
128 'android_upstream_bringup%': '<(android_upstream_bringup)',
128 129
129 # We used to provide a variable for changing how libraries were built. 130 # We used to provide a variable for changing how libraries were built.
130 # This variable remains until we can clean up all the users. 131 # This variable remains until we can clean up all the users.
131 # This needs to be one nested variables dict in so that dependent 132 # This needs to be one nested variables dict in so that dependent
132 # gyp files can make use of it in their outer variables. (Yikes!) 133 # gyp files can make use of it in their outer variables. (Yikes!)
133 # http://code.google.com/p/chromium/issues/detail?id=83308 134 # http://code.google.com/p/chromium/issues/detail?id=83308
134 'library%': 'static_library', 135 'library%': 'static_library',
135 136
136 # Override branding to select the desired branding flavor. 137 # Override branding to select the desired branding flavor.
137 'branding%': 'Chromium', 138 'branding%': 'Chromium',
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 'enable_promo_resource_service%': '<(enable_promo_resource_service)', 557 'enable_promo_resource_service%': '<(enable_promo_resource_service)',
557 'linux_use_gold_binary%': '<(linux_use_gold_binary)', 558 'linux_use_gold_binary%': '<(linux_use_gold_binary)',
558 'linux_use_gold_flags%': '<(linux_use_gold_flags)', 559 'linux_use_gold_flags%': '<(linux_use_gold_flags)',
559 'use_canvas_skia%': '<(use_canvas_skia)', 560 'use_canvas_skia%': '<(use_canvas_skia)',
560 'tests_run%': '<(tests_run)', 561 'tests_run%': '<(tests_run)',
561 'enable_automation%': '<(enable_automation)', 562 'enable_automation%': '<(enable_automation)',
562 'force_rlz_use_chrome_net%': '<(force_rlz_use_chrome_net)', 563 'force_rlz_use_chrome_net%': '<(force_rlz_use_chrome_net)',
563 'enable_task_manager%': '<(enable_task_manager)', 564 'enable_task_manager%': '<(enable_task_manager)',
564 'platformsdk_path%': '<(platformsdk_path)', 565 'platformsdk_path%': '<(platformsdk_path)',
565 'wix_path%': '<(wix_path)', 566 'wix_path%': '<(wix_path)',
567 'android_upstream_bringup%': '<(android_upstream_bringup)',
566 568
567 # Use system yasm instead of bundled one. 569 # Use system yasm instead of bundled one.
568 'use_system_yasm%': 0, 570 'use_system_yasm%': 0,
569 571
570 # Default to enabled PIE; this is important for ASLR but we may need to be 572 # Default to enabled PIE; this is important for ASLR but we may need to be
571 # able to turn it off for various reasons. 573 # able to turn it off for various reasons.
572 'linux_disable_pie%': 0, 574 'linux_disable_pie%': 0,
573 575
574 # The release channel that this build targets. This is used to restrict 576 # The release channel that this build targets. This is used to restrict
575 # channel-specific build options, like which installer packages to create. 577 # channel-specific build options, like which installer packages to create.
(...skipping 2480 matching lines...) Expand 10 before | Expand all | Expand 10 after
3056 # settings in target dicts. SYMROOT is a special case, because many other 3058 # settings in target dicts. SYMROOT is a special case, because many other
3057 # Xcode variables depend on it, including variables such as 3059 # Xcode variables depend on it, including variables such as
3058 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 3060 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
3059 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 3061 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
3060 # files to appear (when present) in the UI as actual files and not red 3062 # files to appear (when present) in the UI as actual files and not red
3061 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 3063 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
3062 # and therefore SYMROOT, needs to be set at the project level. 3064 # and therefore SYMROOT, needs to be set at the project level.
3063 'SYMROOT': '<(DEPTH)/xcodebuild', 3065 'SYMROOT': '<(DEPTH)/xcodebuild',
3064 }, 3066 },
3065 } 3067 }
OLDNEW
« 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