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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 "//components/open_from_clipboard", | 103 "//components/open_from_clipboard", |
104 "//components/os_crypt", | 104 "//components/os_crypt", |
105 "//components/packed_ct_ev_whitelist", | 105 "//components/packed_ct_ev_whitelist", |
106 "//components/pairing", | 106 "//components/pairing", |
107 "//components/password_manager/content/browser", | 107 "//components/password_manager/content/browser", |
108 "//components/password_manager/core/browser", | 108 "//components/password_manager/core/browser", |
109 "//components/password_manager/core/common", | 109 "//components/password_manager/core/common", |
110 "//components/pdf/browser", | 110 "//components/pdf/browser", |
111 "//components/pdf/common", | 111 "//components/pdf/common", |
112 "//components/pdf/renderer", | 112 "//components/pdf/renderer", |
113 "//components/plugins/common", | |
114 "//components/plugins/renderer", | 113 "//components/plugins/renderer", |
115 "//components/power", | 114 "//components/power", |
116 "//components/precache/core", | 115 "//components/precache/core", |
117 "//components/precache/content", | 116 "//components/precache/content", |
118 "//components/proxy_config", | 117 "//components/proxy_config", |
119 "//components/query_parser", | 118 "//components/query_parser", |
120 "//components/rappor", | 119 "//components/rappor", |
121 "//components/renderer_context_menu", | 120 "//components/renderer_context_menu", |
122 "//components/resources:components_resources", | 121 "//components/resources:components_resources", |
123 "//components/safe_browsing_db", | 122 "//components/safe_browsing_db", |
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
626 ] | 625 ] |
627 if (!is_ios) { | 626 if (!is_ios) { |
628 deps += [ | 627 deps += [ |
629 "//base", | 628 "//base", |
630 "//base/test:test_support_perf", | 629 "//base/test:test_support_perf", |
631 "//content/test:test_support", | 630 "//content/test:test_support", |
632 "//components/visitedlink/browser", | 631 "//components/visitedlink/browser", |
633 ] | 632 ] |
634 } | 633 } |
635 } | 634 } |
OLD | NEW |