| 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 19 matching lines...) Expand all Loading... |
| 30 "//components/google/core/browser", | 30 "//components/google/core/browser", |
| 31 "//components/search", | 31 "//components/search", |
| 32 "//components/search_engines", | 32 "//components/search_engines", |
| 33 "//components/sync_bookmarks", | 33 "//components/sync_bookmarks", |
| 34 "//components/undo", | 34 "//components/undo", |
| 35 "//components/strings", | 35 "//components/strings", |
| 36 "//components/leveldb_proto", | 36 "//components/leveldb_proto", |
| 37 "//components/pref_registry", | 37 "//components/pref_registry", |
| 38 "//components/omnibox/browser", | 38 "//components/omnibox/browser", |
| 39 "//components/infobars/core", | 39 "//components/infobars/core", |
| 40 "//components/version_ui", |
| 40 ] | 41 ] |
| 41 | 42 |
| 42 if (!is_ios) { | 43 if (!is_ios) { |
| 43 deps += [ | 44 deps += [ |
| 44 "//components/dom_distiller/core", | 45 "//components/dom_distiller/core", |
| 45 "//components/enhanced_bookmarks", | 46 "//components/enhanced_bookmarks", |
| 46 "//components/certificate_reporting", | 47 "//components/certificate_reporting", |
| 47 "//components/cdm/browser", | 48 "//components/cdm/browser", |
| 48 "//components/about_handler", | 49 "//components/about_handler", |
| 49 "//components/auto_login_parser", | 50 "//components/auto_login_parser", |
| (...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 618 ] | 619 ] |
| 619 if (!is_ios) { | 620 if (!is_ios) { |
| 620 deps += [ | 621 deps += [ |
| 621 "//base", | 622 "//base", |
| 622 "//base/test:test_support_perf", | 623 "//base/test:test_support_perf", |
| 623 "//content/test:test_support", | 624 "//content/test:test_support", |
| 624 "//components/visitedlink/browser", | 625 "//components/visitedlink/browser", |
| 625 ] | 626 ] |
| 626 } | 627 } |
| 627 } | 628 } |
| OLD | NEW |