| 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 3463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3474 defines = [] | 3474 defines = [] |
| 3475 | 3475 |
| 3476 deps = [ | 3476 deps = [ |
| 3477 ":test_support", | 3477 ":test_support", |
| 3478 ":test_support_unit", | 3478 ":test_support_unit", |
| 3479 "//base/test:test_support", | 3479 "//base/test:test_support", |
| 3480 "//chrome:browser_dependencies", | 3480 "//chrome:browser_dependencies", |
| 3481 "//chrome:child_dependencies", | 3481 "//chrome:child_dependencies", |
| 3482 "//chrome:resources", | 3482 "//chrome:resources", |
| 3483 "//chrome:strings", | 3483 "//chrome:strings", |
| 3484 "//chrome/browser/ntp_snippets:test_support", | |
| 3485 "//chrome/common:test_support", | 3484 "//chrome/common:test_support", |
| 3486 "//components/autofill/content/renderer:test_support", | 3485 "//components/autofill/content/renderer:test_support", |
| 3487 "//components/browser_sync:test_support", | 3486 "//components/browser_sync:test_support", |
| 3488 "//components/component_updater:test_support", | 3487 "//components/component_updater:test_support", |
| 3489 "//components/content_settings/core/test:test_support", | 3488 "//components/content_settings/core/test:test_support", |
| 3490 "//components/content_settings/core/test:test_support", | 3489 "//components/content_settings/core/test:test_support", |
| 3491 "//components/data_reduction_proxy/core/browser:test_support", | 3490 "//components/data_reduction_proxy/core/browser:test_support", |
| 3492 "//components/data_use_measurement/core", | 3491 "//components/data_use_measurement/core", |
| 3493 "//components/metrics/proto", | 3492 "//components/metrics/proto", |
| 3494 "//components/ntp_snippets:test_support", | 3493 "//components/ntp_snippets:test_support", |
| (...skipping 1687 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5182 } | 5181 } |
| 5183 | 5182 |
| 5184 if (is_win) { | 5183 if (is_win) { |
| 5185 loadable_module("conflicts_dll") { | 5184 loadable_module("conflicts_dll") { |
| 5186 testonly = true | 5185 testonly = true |
| 5187 sources = [ | 5186 sources = [ |
| 5188 "conflicts/conflicts_dll.cc", | 5187 "conflicts/conflicts_dll.cc", |
| 5189 ] | 5188 ] |
| 5190 } | 5189 } |
| 5191 } | 5190 } |
| OLD | NEW |