| 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 29 matching lines...) Expand all Loading... |
| 40 "//components/devtools_discovery", | 40 "//components/devtools_discovery", |
| 41 "//components/devtools_http_handler", | 41 "//components/devtools_http_handler", |
| 42 "//components/dom_distiller/core", | 42 "//components/dom_distiller/core", |
| 43 "//components/domain_reliability", | 43 "//components/domain_reliability", |
| 44 "//components/enhanced_bookmarks", | 44 "//components/enhanced_bookmarks", |
| 45 "//components/favicon/core", | 45 "//components/favicon/core", |
| 46 "//components/favicon_base", | 46 "//components/favicon_base", |
| 47 "//components/feedback", | 47 "//components/feedback", |
| 48 "//components/gcm_driver", | 48 "//components/gcm_driver", |
| 49 "//components/google/core/browser", | 49 "//components/google/core/browser", |
| 50 "//components/guest_view:guest_view", |
| 50 "//components/history/content/browser", | 51 "//components/history/content/browser", |
| 51 "//components/history/core/browser", | 52 "//components/history/core/browser", |
| 52 "//components/history/core/common", | 53 "//components/history/core/common", |
| 53 "//components/history/core/test", | 54 "//components/history/core/test", |
| 54 "//components/infobars/core", | 55 "//components/infobars/core", |
| 55 "//components/invalidation", | 56 "//components/invalidation", |
| 56 "//components/json_schema", | 57 "//components/json_schema", |
| 57 "//components/keyed_service/content", | 58 "//components/keyed_service/content", |
| 58 "//components/language_usage_metrics", | 59 "//components/language_usage_metrics", |
| 59 "//components/leveldb_proto", | 60 "//components/leveldb_proto", |
| (...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 420 | 421 |
| 421 deps = [ | 422 deps = [ |
| 422 "//base", | 423 "//base", |
| 423 "//base/test:test_support_perf", | 424 "//base/test:test_support_perf", |
| 424 "//testing/gtest", | 425 "//testing/gtest", |
| 425 "//testing/perf", | 426 "//testing/perf", |
| 426 "//content/test:test_support", | 427 "//content/test:test_support", |
| 427 "//components/visitedlink/browser", | 428 "//components/visitedlink/browser", |
| 428 ] | 429 ] |
| 429 } | 430 } |
| OLD | NEW |