| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 22 matching lines...) Expand all Loading... |
| 33 'service', | 33 'service', |
| 34 '../printing/printing.gyp:printing', | 34 '../printing/printing.gyp:printing', |
| 35 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:inspector_resources', | 35 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:inspector_resources', |
| 36 ], | 36 ], |
| 37 'nacl_win64_dependencies': [ | 37 'nacl_win64_dependencies': [ |
| 38 'common_nacl_win64', | 38 'common_nacl_win64', |
| 39 'common_constants_win64', | 39 'common_constants_win64', |
| 40 'installer_util_nacl_win64', | 40 'installer_util_nacl_win64', |
| 41 ], | 41 ], |
| 42 'allocator_target': '../base/allocator/allocator.gyp:allocator', | 42 'allocator_target': '../base/allocator/allocator.gyp:allocator', |
| 43 'policy_out_dir': '<(SHARED_INTERMEDIATE_DIR)/policy', |
| 43 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 44 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
| 44 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out', | 45 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out', |
| 45 'chrome_strings_grds': [ | 46 'chrome_strings_grds': [ |
| 46 # Localizable resources. | 47 # Localizable resources. |
| 47 'app/resources/locale_settings.grd', | 48 'app/resources/locale_settings.grd', |
| 48 'app/chromium_strings.grd', | 49 'app/chromium_strings.grd', |
| 49 'app/generated_resources.grd', | 50 'app/generated_resources.grd', |
| 50 'app/google_chrome_strings.grd', | 51 'app/google_chrome_strings.grd', |
| 51 ], | 52 ], |
| 52 'chrome_resources_grds': [ | 53 'chrome_resources_grds': [ |
| (...skipping 1883 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1936 }], # targets | 1937 }], # targets |
| 1937 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1938 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
| 1938 ], # 'conditions' | 1939 ], # 'conditions' |
| 1939 } | 1940 } |
| 1940 | 1941 |
| 1941 # Local Variables: | 1942 # Local Variables: |
| 1942 # tab-width:2 | 1943 # tab-width:2 |
| 1943 # indent-tabs-mode:nil | 1944 # indent-tabs-mode:nil |
| 1944 # End: | 1945 # End: |
| 1945 # vim: set expandtab tabstop=2 shiftwidth=2: | 1946 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |