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