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

Side by Side Diff: chrome/chrome.gyp

Issue 7344022: Add COMPONENT_BUILD global define. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 'variables': { 8 'variables': {
9 'version_py_path': 'tools/build/version.py', 9 'version_py_path': 'tools/build/version.py',
10 'version_path': 'VERSION', 10 'version_path': 'VERSION',
(...skipping 21 matching lines...) Expand all
32 '../content/content.gyp:content_gpu', 32 '../content/content.gyp:content_gpu',
33 '../content/content.gyp:content_ppapi_plugin', 33 '../content/content.gyp:content_ppapi_plugin',
34 '../content/content.gyp:content_worker', 34 '../content/content.gyp:content_worker',
35 '../printing/printing.gyp:printing', 35 '../printing/printing.gyp:printing',
36 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:inspector_resourc es', 36 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:inspector_resourc es',
37 ], 37 ],
38 'nacl_win64_dependencies': [ 38 'nacl_win64_dependencies': [
39 'common_nacl_win64', 39 'common_nacl_win64',
40 'common_constants_win64', 40 'common_constants_win64',
41 'installer_util_nacl_win64', 41 'installer_util_nacl_win64',
42 '../base/base.gyp:base_static_win64',
43 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_a nnotations_win64',
42 ], 44 ],
43 'allocator_target': '../base/allocator/allocator.gyp:allocator', 45 'allocator_target': '../base/allocator/allocator.gyp:allocator',
44 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 46 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
45 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out', 47 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out',
46 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], 48 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'],
47 # TODO: remove this helper when we have loops in GYP 49 # TODO: remove this helper when we have loops in GYP
48 'apply_locales_cmd': ['python', '<(DEPTH)/build/apply_locales.py'], 50 'apply_locales_cmd': ['python', '<(DEPTH)/build/apply_locales.py'],
49 'conditions': [ 51 'conditions': [
50 ['OS=="win"', { 52 ['OS=="win"', {
51 'nacl_defines': [ 53 'nacl_defines': [
(...skipping 1622 matching lines...) Expand 10 before | Expand all | Expand 10 after
1674 'destination': '<(PRODUCT_DIR)', 1676 'destination': '<(PRODUCT_DIR)',
1675 'files': [ 1677 'files': [
1676 '<(INTERMEDIATE_DIR)/repack/chrome.pak' 1678 '<(INTERMEDIATE_DIR)/repack/chrome.pak'
1677 ], 1679 ],
1678 }, 1680 },
1679 ], 1681 ],
1680 }], # targets 1682 }], # targets
1681 }], # os_posix == 1 and OS != "mac" 1683 }], # os_posix == 1 and OS != "mac"
1682 ], # 'conditions' 1684 ], # 'conditions'
1683 } 1685 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698