| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//tools/grit/grit_rule.gni") | 5 import("//tools/grit/grit_rule.gni") |
| 6 import("//tools/grit/repack.gni") | 6 import("//tools/grit/repack.gni") |
| 7 | 7 |
| 8 # GYP version: extensions/extensions_resources.gyp:extensions_resources | 8 # GYP version: extensions/extensions_resources.gyp:extensions_resources |
| 9 group("extensions_resources") { | 9 group("extensions_resources") { |
| 10 deps = [ | 10 deps = [ |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 "browser/verified_contents_unittest.cc", | 208 "browser/verified_contents_unittest.cc", |
| 209 "browser/warning_service_unittest.cc", | 209 "browser/warning_service_unittest.cc", |
| 210 "common/api/sockets/sockets_manifest_permission_unittest.cc", | 210 "common/api/sockets/sockets_manifest_permission_unittest.cc", |
| 211 "common/csp_validator_unittest.cc", | 211 "common/csp_validator_unittest.cc", |
| 212 "common/event_filter_unittest.cc", | 212 "common/event_filter_unittest.cc", |
| 213 "common/extension_l10n_util_unittest.cc", | 213 "common/extension_l10n_util_unittest.cc", |
| 214 "common/extension_resource_unittest.cc", | 214 "common/extension_resource_unittest.cc", |
| 215 "common/extension_set_unittest.cc", | 215 "common/extension_set_unittest.cc", |
| 216 "common/file_util_unittest.cc", | 216 "common/file_util_unittest.cc", |
| 217 "common/manifest_handler_unittest.cc", | 217 "common/manifest_handler_unittest.cc", |
| 218 "common/manifest_handlers/oauth2_manifest_unittest.cc", |
| 218 "common/manifest_handlers/shared_module_manifest_unittest.cc", | 219 "common/manifest_handlers/shared_module_manifest_unittest.cc", |
| 219 "common/message_bundle_unittest.cc", | 220 "common/message_bundle_unittest.cc", |
| 220 "common/one_shot_event_unittest.cc", | 221 "common/one_shot_event_unittest.cc", |
| 221 "common/permissions/manifest_permission_set_unittest.cc", | 222 "common/permissions/manifest_permission_set_unittest.cc", |
| 222 "common/stack_frame_unittest.cc", | 223 "common/stack_frame_unittest.cc", |
| 223 "common/url_pattern_set_unittest.cc", | 224 "common/url_pattern_set_unittest.cc", |
| 224 "common/url_pattern_unittest.cc", | 225 "common/url_pattern_unittest.cc", |
| 225 "common/user_script_unittest.cc", | 226 "common/user_script_unittest.cc", |
| 226 "renderer/activity_log_converter_strategy_unittest.cc", | 227 "renderer/activity_log_converter_strategy_unittest.cc", |
| 227 "renderer/api/serial/data_receiver_unittest.cc", | 228 "renderer/api/serial/data_receiver_unittest.cc", |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 | 268 |
| 268 if (is_win) { | 269 if (is_win) { |
| 269 deps += [ | 270 deps += [ |
| 270 "//base/allocator", | 271 "//base/allocator", |
| 271 ] | 272 ] |
| 272 } | 273 } |
| 273 } | 274 } |
| 274 } | 275 } |
| 275 | 276 |
| 276 } | 277 } |
| OLD | NEW |