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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
9 import("//third_party/protobuf/proto_library.gni") | 9 import("//third_party/protobuf/proto_library.gni") |
10 | 10 |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
144 "//components/policy:policy_component", | 144 "//components/policy:policy_component", |
145 "//components/proxy_config", | 145 "//components/proxy_config", |
146 "//components/query_parser", | 146 "//components/query_parser", |
147 "//components/rappor", | 147 "//components/rappor", |
148 "//components/renderer_context_menu", | 148 "//components/renderer_context_menu", |
149 "//components/search", | 149 "//components/search", |
150 "//components/search_engines", | 150 "//components/search_engines", |
151 "//components/search_provider_logos", | 151 "//components/search_provider_logos", |
152 "//components/security_interstitials/core", | 152 "//components/security_interstitials/core", |
153 "//components/signin/core/browser", | 153 "//components/signin/core/browser", |
| 154 "//components/ssl_errors", |
154 "//components/startup_metric_utils", | 155 "//components/startup_metric_utils", |
155 "//components/strings", | 156 "//components/strings", |
156 "//components/suggestions", | 157 "//components/suggestions", |
157 "//components/sync_driver", | 158 "//components/sync_driver", |
158 "//components/tracing:startup_tracing", | 159 "//components/tracing:startup_tracing", |
159 "//components/translate/core/browser", | 160 "//components/translate/core/browser", |
160 "//components/translate/core/common", | 161 "//components/translate/core/common", |
161 "//components/ui/zoom", | 162 "//components/ui/zoom", |
162 "//components/undo", | 163 "//components/undo", |
163 "//components/update_client", | 164 "//components/update_client", |
(...skipping 1080 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1244 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1245 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
1245 deps = [ | 1246 deps = [ |
1246 "//components/google/core/browser", | 1247 "//components/google/core/browser", |
1247 "//components/omnibox/browser", | 1248 "//components/omnibox/browser", |
1248 "//components/rlz", | 1249 "//components/rlz", |
1249 "//components/search_engines", | 1250 "//components/search_engines", |
1250 "//rlz:rlz_lib", | 1251 "//rlz:rlz_lib", |
1251 ] | 1252 ] |
1252 } | 1253 } |
1253 } | 1254 } |
OLD | NEW |