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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
150 "//components/search_provider_logos", | 150 "//components/search_provider_logos", |
151 "//components/security_interstitials/core", | 151 "//components/security_interstitials/core", |
152 "//components/signin/core/browser", | 152 "//components/signin/core/browser", |
153 "//components/startup_metric_utils", | 153 "//components/startup_metric_utils", |
154 "//components/strings", | 154 "//components/strings", |
155 "//components/suggestions", | 155 "//components/suggestions", |
156 "//components/sync_driver", | 156 "//components/sync_driver", |
157 "//components/tracing:startup_tracing", | 157 "//components/tracing:startup_tracing", |
158 "//components/translate/core/browser", | 158 "//components/translate/core/browser", |
159 "//components/translate/core/common", | 159 "//components/translate/core/common", |
160 "//components/ui/zoom:ui_zoom", | 160 "//components/ui/zoom", |
161 "//components/undo", | 161 "//components/undo", |
162 "//components/update_client", | 162 "//components/update_client", |
163 "//components/url_formatter", | 163 "//components/url_formatter", |
164 "//components/user_prefs", | 164 "//components/user_prefs", |
165 "//components/user_prefs/tracked:user_prefs_tracked", | 165 "//components/user_prefs/tracked:user_prefs_tracked", |
166 "//components/variations", | 166 "//components/variations", |
167 "//components/variations/net", | 167 "//components/variations/net", |
168 "//components/webdata/common", | 168 "//components/webdata/common", |
169 "//components/webdata_services", | 169 "//components/webdata_services", |
170 "//components/web_resource", | 170 "//components/web_resource", |
(...skipping 1061 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1232 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1232 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
1233 deps = [ | 1233 deps = [ |
1234 "//components/google/core/browser", | 1234 "//components/google/core/browser", |
1235 "//components/omnibox/browser", | 1235 "//components/omnibox/browser", |
1236 "//components/rlz", | 1236 "//components/rlz", |
1237 "//components/search_engines", | 1237 "//components/search_engines", |
1238 "//rlz:rlz_lib", | 1238 "//rlz:rlz_lib", |
1239 ] | 1239 ] |
1240 } | 1240 } |
1241 } | 1241 } |
OLD | NEW |