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

Side by Side Diff: build/common.gypi

Issue 594603003: Infrastructure for reading V8's initial snapshot from external files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Properly override v8_use_external_snapshot in v8 Created 6 years, 3 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
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 2348 matching lines...) Expand 10 before | Expand all | Expand 10 after
2359 '<(PRODUCT_DIR)/default_apps/external_extensions.json', 2359 '<(PRODUCT_DIR)/default_apps/external_extensions.json',
2360 '<(PRODUCT_DIR)/default_apps/gmail.crx', 2360 '<(PRODUCT_DIR)/default_apps/gmail.crx',
2361 '<(PRODUCT_DIR)/default_apps/search.crx', 2361 '<(PRODUCT_DIR)/default_apps/search.crx',
2362 '<(PRODUCT_DIR)/default_apps/youtube.crx', 2362 '<(PRODUCT_DIR)/default_apps/youtube.crx',
2363 '<(PRODUCT_DIR)/default_apps/drive.crx', 2363 '<(PRODUCT_DIR)/default_apps/drive.crx',
2364 '<(PRODUCT_DIR)/default_apps/docs.crx', 2364 '<(PRODUCT_DIR)/default_apps/docs.crx',
2365 ], 2365 ],
2366 2366
2367 # Whether to allow building of the GPU-related isolates. 2367 # Whether to allow building of the GPU-related isolates.
2368 'archive_gpu_tests%': 0, 2368 'archive_gpu_tests%': 0,
2369 'v8_use_external_startup_data': 1,
2369 }, 2370 },
2370 'target_defaults': { 2371 'target_defaults': {
2371 'variables': { 2372 'variables': {
2372 # The condition that operates on chromium_code is in a target_conditions 2373 # The condition that operates on chromium_code is in a target_conditions
2373 # section, and will not have access to the default fallback value of 2374 # section, and will not have access to the default fallback value of
2374 # chromium_code at the top of this file, or to the chromium_code 2375 # chromium_code at the top of this file, or to the chromium_code
2375 # variable placed at the root variables scope of .gyp files, because 2376 # variable placed at the root variables scope of .gyp files, because
2376 # those variables are not set at target scope. As a workaround, 2377 # those variables are not set at target scope. As a workaround,
2377 # if chromium_code is not set at target scope, define it in target scope 2378 # if chromium_code is not set at target scope, define it in target scope
2378 # to contain whatever value it has during early variable expansion. 2379 # to contain whatever value it has during early variable expansion.
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
2960 }], 2961 }],
2961 ['enable_ipc_fuzzer==1', { 2962 ['enable_ipc_fuzzer==1', {
2962 'defines': ['ENABLE_IPC_FUZZER=1'], 2963 'defines': ['ENABLE_IPC_FUZZER=1'],
2963 }], 2964 }],
2964 ['video_hole==1', { 2965 ['video_hole==1', {
2965 'defines': ['VIDEO_HOLE=1'], 2966 'defines': ['VIDEO_HOLE=1'],
2966 }], 2967 }],
2967 ['enable_load_completion_hacks==1', { 2968 ['enable_load_completion_hacks==1', {
2968 'defines': ['ENABLE_LOAD_COMPLETION_HACKS=1'], 2969 'defines': ['ENABLE_LOAD_COMPLETION_HACKS=1'],
2969 }], 2970 }],
2971 ['v8_use_external_startup_data==1', {
2972 'defines': ['V8_USE_EXTERNAL_STARTUP_DATA'],
2973 }],
2970 ], # conditions for 'target_defaults' 2974 ], # conditions for 'target_defaults'
2971 'target_conditions': [ 2975 'target_conditions': [
2972 ['<(use_openssl)==1', { 2976 ['<(use_openssl)==1', {
2973 'defines': ['USE_OPENSSL=1'], 2977 'defines': ['USE_OPENSSL=1'],
2974 }], 2978 }],
2975 ['<(use_openssl_certs)==1', { 2979 ['<(use_openssl_certs)==1', {
2976 'defines': ['USE_OPENSSL_CERTS=1'], 2980 'defines': ['USE_OPENSSL_CERTS=1'],
2977 }], 2981 }],
2978 ['>(nacl_untrusted_build)==1', { 2982 ['>(nacl_untrusted_build)==1', {
2979 'defines': [ 2983 'defines': [
(...skipping 2799 matching lines...) Expand 10 before | Expand all | Expand 10 after
5779 # settings in target dicts. SYMROOT is a special case, because many other 5783 # settings in target dicts. SYMROOT is a special case, because many other
5780 # Xcode variables depend on it, including variables such as 5784 # Xcode variables depend on it, including variables such as
5781 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 5785 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
5782 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 5786 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
5783 # files to appear (when present) in the UI as actual files and not red 5787 # files to appear (when present) in the UI as actual files and not red
5784 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 5788 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
5785 # and therefore SYMROOT, needs to be set at the project level. 5789 # and therefore SYMROOT, needs to be set at the project level.
5786 'SYMROOT': '<(DEPTH)/xcodebuild', 5790 'SYMROOT': '<(DEPTH)/xcodebuild',
5787 }, 5791 },
5788 } 5792 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | chrome/browser/chrome_content_browser_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698