| 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("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
| 7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
| 8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
| 9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
| 10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 3990 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4001 "../browser/web_applications/web_app_mac_unittest.mm", | 4001 "../browser/web_applications/web_app_mac_unittest.mm", |
| 4002 "../browser/web_applications/web_app_unittest.cc", | 4002 "../browser/web_applications/web_app_unittest.cc", |
| 4003 "../common/extensions/api/commands/commands_manifest_unittest.cc", | 4003 "../common/extensions/api/commands/commands_manifest_unittest.cc", |
| 4004 "../common/extensions/api/common_extension_api_unittest.cc", | 4004 "../common/extensions/api/common_extension_api_unittest.cc", |
| 4005 "../common/extensions/api/extension_action/browser_action_manifest_unittes
t.cc", | 4005 "../common/extensions/api/extension_action/browser_action_manifest_unittes
t.cc", |
| 4006 "../common/extensions/api/extension_action/page_action_manifest_unittest.c
c", | 4006 "../common/extensions/api/extension_action/page_action_manifest_unittest.c
c", |
| 4007 "../common/extensions/api/storage/storage_schema_manifest_handler_unittest
.cc", | 4007 "../common/extensions/api/storage/storage_schema_manifest_handler_unittest
.cc", |
| 4008 "../common/extensions/chrome_extensions_client_unittest.cc", | 4008 "../common/extensions/chrome_extensions_client_unittest.cc", |
| 4009 "../common/extensions/chrome_manifest_url_handlers_unittest.cc", | 4009 "../common/extensions/chrome_manifest_url_handlers_unittest.cc", |
| 4010 "../common/extensions/command_unittest.cc", | 4010 "../common/extensions/command_unittest.cc", |
| 4011 "../common/extensions/extension_icon_set_unittest.cc", | |
| 4012 "../common/extensions/extension_unittest.cc", | 4011 "../common/extensions/extension_unittest.cc", |
| 4013 "../common/extensions/feature_switch_unittest.cc", | 4012 "../common/extensions/feature_switch_unittest.cc", |
| 4014 "../common/extensions/manifest_handlers/automation_unittest.cc", | 4013 "../common/extensions/manifest_handlers/automation_unittest.cc", |
| 4015 "../common/extensions/manifest_handlers/content_scripts_manifest_unittest.
cc", | 4014 "../common/extensions/manifest_handlers/content_scripts_manifest_unittest.
cc", |
| 4016 "../common/extensions/manifest_handlers/exclude_matches_manifest_unittest.
cc", | 4015 "../common/extensions/manifest_handlers/exclude_matches_manifest_unittest.
cc", |
| 4017 "../common/extensions/manifest_handlers/settings_overrides_handler_unittes
t.cc", | 4016 "../common/extensions/manifest_handlers/settings_overrides_handler_unittes
t.cc", |
| 4018 "../common/extensions/manifest_handlers/ui_overrides_handler_unittest.cc", | 4017 "../common/extensions/manifest_handlers/ui_overrides_handler_unittest.cc", |
| 4019 "../common/extensions/manifest_tests/chrome_manifest_test.cc", | 4018 "../common/extensions/manifest_tests/chrome_manifest_test.cc", |
| 4020 "../common/extensions/manifest_tests/chrome_manifest_test.h", | 4019 "../common/extensions/manifest_tests/chrome_manifest_test.h", |
| 4021 "../common/extensions/manifest_tests/extension_manifests_about_unittest.cc
", | 4020 "../common/extensions/manifest_tests/extension_manifests_about_unittest.cc
", |
| (...skipping 1062 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5084 } | 5083 } |
| 5085 | 5084 |
| 5086 if (is_win) { | 5085 if (is_win) { |
| 5087 loadable_module("conflicts_dll") { | 5086 loadable_module("conflicts_dll") { |
| 5088 testonly = true | 5087 testonly = true |
| 5089 sources = [ | 5088 sources = [ |
| 5090 "conflicts/conflicts_dll.cc", | 5089 "conflicts/conflicts_dll.cc", |
| 5091 ] | 5090 ] |
| 5092 } | 5091 } |
| 5093 } | 5092 } |
| OLD | NEW |