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