| OLD | NEW |
| 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 '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 13 matching lines...) Expand all Loading... |
| 24 'common', | 24 'common', |
| 25 'browser', | 25 'browser', |
| 26 'debugger', | 26 'debugger', |
| 27 'plugin', | 27 'plugin', |
| 28 'renderer', | 28 'renderer', |
| 29 'utility', | 29 'utility', |
| 30 '../content/content.gyp:content_app', | 30 '../content/content.gyp:content_app', |
| 31 '../content/content.gyp:content_gpu', | 31 '../content/content.gyp:content_gpu', |
| 32 '../content/content.gyp:content_ppapi_plugin', | 32 '../content/content.gyp:content_ppapi_plugin', |
| 33 '../content/content.gyp:content_worker', | 33 '../content/content.gyp:content_worker', |
| 34 '../sync/sync.gyp:syncapi_core', | |
| 35 '../printing/printing.gyp:printing', | 34 '../printing/printing.gyp:printing', |
| 36 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:inspector_resourc
es', | 35 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:inspector_resourc
es', |
| 37 ], | 36 ], |
| 38 'allocator_target': '../base/allocator/allocator.gyp:allocator', | 37 'allocator_target': '../base/allocator/allocator.gyp:allocator', |
| 39 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 38 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
| 40 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out', | 39 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out', |
| 41 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], | 40 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], |
| 42 # TODO: remove this helper when we have loops in GYP | 41 # TODO: remove this helper when we have loops in GYP |
| 43 'apply_locales_cmd': ['python', '<(DEPTH)/build/apply_locales.py'], | 42 'apply_locales_cmd': ['python', '<(DEPTH)/build/apply_locales.py'], |
| 44 'conditions': [ | 43 'conditions': [ |
| (...skipping 1017 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1062 'sources': [ | 1061 'sources': [ |
| 1063 'browser/safe_browsing/signature_util.h', | 1062 'browser/safe_browsing/signature_util.h', |
| 1064 'browser/safe_browsing/signature_util_win.cc', | 1063 'browser/safe_browsing/signature_util_win.cc', |
| 1065 'tools/safe_browsing/sb_sigutil.cc', | 1064 'tools/safe_browsing/sb_sigutil.cc', |
| 1066 ], | 1065 ], |
| 1067 }, | 1066 }, |
| 1068 ]}, # 'targets' | 1067 ]}, # 'targets' |
| 1069 ], # OS=="win" | 1068 ], # OS=="win" |
| 1070 ], # 'conditions' | 1069 ], # 'conditions' |
| 1071 } | 1070 } |
| OLD | NEW |