Chromium Code Reviews| 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 446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 457 "content_settings/core/common", | 457 "content_settings/core/common", |
| 458 "dom_distiller/content:content_browser", | 458 "dom_distiller/content:content_browser", |
| 459 "dom_distiller/core", | 459 "dom_distiller/core", |
| 460 "dom_distiller/core:test_support", | 460 "dom_distiller/core:test_support", |
| 461 "password_manager/content/browser", | 461 "password_manager/content/browser", |
| 462 "password_manager/content/common", | 462 "password_manager/content/common", |
| 463 "password_manager/content/renderer", | 463 "password_manager/content/renderer", |
| 464 "strings", | 464 "strings", |
| 465 "//base", | 465 "//base", |
| 466 "//base/test:test_support", | 466 "//base/test:test_support", |
| 467 "//components/tracing", | |
|
Primiano Tucci (use gerrit)
2015/08/17 13:51:21
I'd probably move this to the other CL that is int
Ruud van Asseldonk
2015/08/17 14:58:38
Done.
| |
| 467 "//content/test:browsertest_support", | 468 "//content/test:browsertest_support", |
| 468 "//content/test:test_support", | 469 "//content/test:test_support", |
| 469 "//device/bluetooth", | 470 "//device/bluetooth", |
| 470 "//testing/gmock", | 471 "//testing/gmock", |
| 471 "//testing/gtest", | 472 "//testing/gtest", |
| 472 "//ui/base", | 473 "//ui/base", |
| 473 ] | 474 ] |
| 474 | 475 |
| 475 data_deps = [ | 476 data_deps = [ |
| 476 ":components_tests_pak", | 477 ":components_tests_pak", |
| (...skipping 30 matching lines...) Expand all Loading... | |
| 507 | 508 |
| 508 deps = [ | 509 deps = [ |
| 509 "//base", | 510 "//base", |
| 510 "//base/test:test_support_perf", | 511 "//base/test:test_support_perf", |
| 511 "//testing/gtest", | 512 "//testing/gtest", |
| 512 "//testing/perf", | 513 "//testing/perf", |
| 513 "//content/test:test_support", | 514 "//content/test:test_support", |
| 514 "//components/visitedlink/browser", | 515 "//components/visitedlink/browser", |
| 515 ] | 516 ] |
| 516 } | 517 } |
| OLD | NEW |