| 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/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
| 8 import("//tools/grit/repack.gni") | 8 import("//tools/grit/repack.gni") |
| 9 | 9 |
| 10 # Collection of all components. You wouldn't link to this, but this is rather | 10 # Collection of all components. You wouldn't link to this, but this is rather |
| (...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 "//components/update_client:unit_tests", | 325 "//components/update_client:unit_tests", |
| 326 "//components/upload_list:unit_tests", | 326 "//components/upload_list:unit_tests", |
| 327 "//components/variations:unit_tests", | 327 "//components/variations:unit_tests", |
| 328 "//components/webcrypto:unit_tests", | 328 "//components/webcrypto:unit_tests", |
| 329 "//components/web_resource:unit_tests", | 329 "//components/web_resource:unit_tests", |
| 330 "//components/webdata/common:unit_tests", | 330 "//components/webdata/common:unit_tests", |
| 331 | 331 |
| 332 # These are the deps required by the code in this target. | 332 # These are the deps required by the code in this target. |
| 333 "//base", | 333 "//base", |
| 334 "//base/test:test_support", | 334 "//base/test:test_support", |
| 335 "//components/policy:policy_component", |
| 335 "//content/test:test_support", | 336 "//content/test:test_support", |
| 336 "//net", | 337 "//net", |
| 337 "//ui/base", | 338 "//ui/base", |
| 338 "//ui/resources:ui_test_pak", | 339 "//ui/resources:ui_test_pak", |
| 339 ] | 340 ] |
| 340 | 341 |
| 341 data_deps = [ | 342 data_deps = [ |
| 342 ":components_tests_pak", | 343 ":components_tests_pak", |
| 343 "//third_party/mesa:osmesa", | 344 "//third_party/mesa:osmesa", |
| 344 "//ui/resources:ui_test_pak", | 345 "//ui/resources:ui_test_pak", |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 498 | 499 |
| 499 deps = [ | 500 deps = [ |
| 500 "//base", | 501 "//base", |
| 501 "//base/test:test_support_perf", | 502 "//base/test:test_support_perf", |
| 502 "//testing/gtest", | 503 "//testing/gtest", |
| 503 "//testing/perf", | 504 "//testing/perf", |
| 504 "//content/test:test_support", | 505 "//content/test:test_support", |
| 505 "//components/visitedlink/browser", | 506 "//components/visitedlink/browser", |
| 506 ] | 507 ] |
| 507 } | 508 } |
| OLD | NEW |