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

Side by Side Diff: build/common.gypi

Issue 457813002: Put GPU isolate targets under archive_gpu_tests=1 GYP variable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | chrome/chrome_tests.gypi » ('j') | 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 2313 matching lines...) Expand 10 before | Expand all | Expand 10 after
2324 'browser/resources/default_apps/docs.crx', 2324 'browser/resources/default_apps/docs.crx',
2325 ], 2325 ],
2326 'default_apps_list_linux_dest': [ 2326 'default_apps_list_linux_dest': [
2327 '<(PRODUCT_DIR)/default_apps/external_extensions.json', 2327 '<(PRODUCT_DIR)/default_apps/external_extensions.json',
2328 '<(PRODUCT_DIR)/default_apps/gmail.crx', 2328 '<(PRODUCT_DIR)/default_apps/gmail.crx',
2329 '<(PRODUCT_DIR)/default_apps/search.crx', 2329 '<(PRODUCT_DIR)/default_apps/search.crx',
2330 '<(PRODUCT_DIR)/default_apps/youtube.crx', 2330 '<(PRODUCT_DIR)/default_apps/youtube.crx',
2331 '<(PRODUCT_DIR)/default_apps/drive.crx', 2331 '<(PRODUCT_DIR)/default_apps/drive.crx',
2332 '<(PRODUCT_DIR)/default_apps/docs.crx', 2332 '<(PRODUCT_DIR)/default_apps/docs.crx',
2333 ], 2333 ],
2334
2335 # Whether to allow building of the GPU-related isolates.
2336 'archive_gpu_tests%': 0,
2334 }, 2337 },
2335 'target_defaults': { 2338 'target_defaults': {
2336 'variables': { 2339 'variables': {
2337 # The condition that operates on chromium_code is in a target_conditions 2340 # The condition that operates on chromium_code is in a target_conditions
2338 # section, and will not have access to the default fallback value of 2341 # section, and will not have access to the default fallback value of
2339 # chromium_code at the top of this file, or to the chromium_code 2342 # chromium_code at the top of this file, or to the chromium_code
2340 # variable placed at the root variables scope of .gyp files, because 2343 # variable placed at the root variables scope of .gyp files, because
2341 # those variables are not set at target scope. As a workaround, 2344 # those variables are not set at target scope. As a workaround,
2342 # if chromium_code is not set at target scope, define it in target scope 2345 # if chromium_code is not set at target scope, define it in target scope
2343 # to contain whatever value it has during early variable expansion. 2346 # to contain whatever value it has during early variable expansion.
(...skipping 3312 matching lines...) Expand 10 before | Expand all | Expand 10 after
5656 # settings in target dicts. SYMROOT is a special case, because many other 5659 # settings in target dicts. SYMROOT is a special case, because many other
5657 # Xcode variables depend on it, including variables such as 5660 # Xcode variables depend on it, including variables such as
5658 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 5661 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
5659 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 5662 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
5660 # files to appear (when present) in the UI as actual files and not red 5663 # files to appear (when present) in the UI as actual files and not red
5661 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 5664 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
5662 # and therefore SYMROOT, needs to be set at the project level. 5665 # and therefore SYMROOT, needs to be set at the project level.
5663 'SYMROOT': '<(DEPTH)/xcodebuild', 5666 'SYMROOT': '<(DEPTH)/xcodebuild',
5664 }, 5667 },
5665 } 5668 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698