| 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 1117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1128 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', | 1128 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', |
| 1129 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak', | 1129 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak', |
| 1130 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_browser_resource
s_100_percent.pak', | 1130 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_browser_resource
s_100_percent.pak', |
| 1131 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_renderer_resourc
es.pak', | 1131 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_renderer_resourc
es.pak', |
| 1132 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_resources.pak', | 1132 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_resources.pak', |
| 1133 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell/app_shell_resources.p
ak', | 1133 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell/app_shell_resources.p
ak', |
| 1134 '<(SHARED_INTERMEDIATE_DIR)/extensions/strings/extensions_strings_
en-US.pak', | 1134 '<(SHARED_INTERMEDIATE_DIR)/extensions/strings/extensions_strings_
en-US.pak', |
| 1135 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent.
pak', | 1135 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent.
pak', |
| 1136 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/app_locale_settings_en-US.p
ak', | 1136 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/app_locale_settings_en-US.p
ak', |
| 1137 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/ui_strings_en-US.pak', | 1137 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/ui_strings_en-US.pak', |
| 1138 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak', | 1138 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', |
| 1139 ], | 1139 ], |
| 1140 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', | 1140 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', |
| 1141 }, | 1141 }, |
| 1142 'includes': [ '../build/repack_action.gypi' ], | 1142 'includes': [ '../build/repack_action.gypi' ], |
| 1143 }, | 1143 }, |
| 1144 ], | 1144 ], |
| 1145 }, | 1145 }, |
| 1146 { | 1146 { |
| 1147 'target_name': 'extensions_unittests', | 1147 'target_name': 'extensions_unittests', |
| 1148 'type': 'executable', | 1148 'type': 'executable', |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1281 'conditions': [ | 1281 'conditions': [ |
| 1282 ['OS=="win" and win_use_allocator_shim==1', { | 1282 ['OS=="win" and win_use_allocator_shim==1', { |
| 1283 'dependencies': [ | 1283 'dependencies': [ |
| 1284 '../base/allocator/allocator.gyp:allocator', | 1284 '../base/allocator/allocator.gyp:allocator', |
| 1285 ], | 1285 ], |
| 1286 }], | 1286 }], |
| 1287 ], | 1287 ], |
| 1288 }, | 1288 }, |
| 1289 ] | 1289 ] |
| 1290 } | 1290 } |
| OLD | NEW |