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 3441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3452 # 2) test-specific support libraries: | 3452 # 2) test-specific support libraries: |
3453 ":test_support", | 3453 ":test_support", |
3454 ":test_support_unit", | 3454 ":test_support_unit", |
3455 "//base/test:test_support", | 3455 "//base/test:test_support", |
3456 "//components/browser_sync:test_support", | 3456 "//components/browser_sync:test_support", |
3457 "//components/content_settings/core/test:test_support", | 3457 "//components/content_settings/core/test:test_support", |
3458 "//components/resources", | 3458 "//components/resources", |
3459 "//components/sync:test_support_driver", | 3459 "//components/sync:test_support_driver", |
3460 "//components/sync:test_support_model", | 3460 "//components/sync:test_support_model", |
3461 "//components/sync_sessions:test_support", | 3461 "//components/sync_sessions:test_support", |
| 3462 "//components/variations:test_support", |
3462 "//content/public/app:both", | 3463 "//content/public/app:both", |
3463 "//content/test:test_support", | 3464 "//content/test:test_support", |
3464 "//crypto:platform", | 3465 "//crypto:platform", |
3465 "//crypto:test_support", | 3466 "//crypto:test_support", |
3466 "//net", | 3467 "//net", |
3467 "//net:test_support", | 3468 "//net:test_support", |
3468 "//testing/gmock", | 3469 "//testing/gmock", |
3469 "//testing/gtest", | 3470 "//testing/gtest", |
3470 | 3471 |
3471 # 3) anything tests directly depend on | 3472 # 3) anything tests directly depend on |
(...skipping 1678 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5150 } | 5151 } |
5151 | 5152 |
5152 if (is_win) { | 5153 if (is_win) { |
5153 loadable_module("conflicts_dll") { | 5154 loadable_module("conflicts_dll") { |
5154 testonly = true | 5155 testonly = true |
5155 sources = [ | 5156 sources = [ |
5156 "conflicts/conflicts_dll.cc", | 5157 "conflicts/conflicts_dll.cc", |
5157 ] | 5158 ] |
5158 } | 5159 } |
5159 } | 5160 } |
OLD | NEW |