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 1878 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1931 }], # targets | 1932 }], # targets |
1932 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1933 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
1933 ], # 'conditions' | 1934 ], # 'conditions' |
1934 } | 1935 } |
1935 | 1936 |
1936 # Local Variables: | 1937 # Local Variables: |
1937 # tab-width:2 | 1938 # tab-width:2 |
1938 # indent-tabs-mode:nil | 1939 # indent-tabs-mode:nil |
1939 # End: | 1940 # End: |
1940 # vim: set expandtab tabstop=2 shiftwidth=2: | 1941 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |