OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1043 'msvs_disabled_warnings': [ 4267, ], | 1043 'msvs_disabled_warnings': [ 4267, ], |
1044 }, | 1044 }, |
1045 { | 1045 { |
1046 # GN version: //extensions/utility | 1046 # GN version: //extensions/utility |
1047 'target_name': 'extensions_utility', | 1047 'target_name': 'extensions_utility', |
1048 'type': 'static_library', | 1048 'type': 'static_library', |
1049 'dependencies': [ | 1049 'dependencies': [ |
1050 '../content/content.gyp:content_utility', | 1050 '../content/content.gyp:content_utility', |
1051 '../third_party/zlib/google/zip.gyp:zip', | 1051 '../third_party/zlib/google/zip.gyp:zip', |
1052 'extensions_common', | 1052 'extensions_common', |
| 1053 'extensions_strings.gyp:extensions_strings', |
1053 ], | 1054 ], |
1054 'include_dirs': [ | 1055 'include_dirs': [ |
1055 '..', | 1056 '..', |
1056 ], | 1057 ], |
1057 'sources': [ | 1058 'sources': [ |
1058 'utility/unpacker.cc', | 1059 'utility/unpacker.cc', |
1059 'utility/unpacker.h', | 1060 'utility/unpacker.h', |
1060 'utility/utility_handler.cc', | 1061 'utility/utility_handler.cc', |
1061 'utility/utility_handler.h', | 1062 'utility/utility_handler.h', |
1062 ], | 1063 ], |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1174 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', | 1175 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', |
1175 ], | 1176 ], |
1176 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', | 1177 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', |
1177 }, | 1178 }, |
1178 'includes': [ '../build/repack_action.gypi' ], | 1179 'includes': [ '../build/repack_action.gypi' ], |
1179 }, | 1180 }, |
1180 ], | 1181 ], |
1181 }, | 1182 }, |
1182 ] | 1183 ] |
1183 } | 1184 } |
OLD | NEW |