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("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 sources = [] | 98 sources = [] |
99 libs = [] | 99 libs = [] |
100 ldflags = [] | 100 ldflags = [] |
101 | 101 |
102 allow_circular_includes_from = [ "//chrome/browser/ui" ] | 102 allow_circular_includes_from = [ "//chrome/browser/ui" ] |
103 | 103 |
104 # iOS/non-iOS shared deps. New dependencies should generally be added in the | 104 # iOS/non-iOS shared deps. New dependencies should generally be added in the |
105 # non-iOS deps below. | 105 # non-iOS deps below. |
106 public_deps = [ | 106 public_deps = [ |
107 "//components/autofill/core/browser", | 107 "//components/autofill/core/browser", |
| 108 "//components/sync", |
108 "//content/public/browser", | 109 "//content/public/browser", |
109 "//sql", | 110 "//sql", |
110 "//sync", | |
111 ] | 111 ] |
112 deps = [ | 112 deps = [ |
113 "//chrome:extra_resources", | 113 "//chrome:extra_resources", |
114 "//chrome:resources", | 114 "//chrome:resources", |
115 "//chrome:strings", | 115 "//chrome:strings", |
116 "//chrome/app/resources:platform_locale_settings", | 116 "//chrome/app/resources:platform_locale_settings", |
117 "//chrome/app/theme:theme_resources", | 117 "//chrome/app/theme:theme_resources", |
118 "//chrome/browser/budget_service:budget_proto", | 118 "//chrome/browser/budget_service:budget_proto", |
119 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", | 119 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", |
120 "//chrome/browser/net:probe_message_proto", | 120 "//chrome/browser/net:probe_message_proto", |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
189 "//components/startup_metric_utils/browser:host", | 189 "//components/startup_metric_utils/browser:host", |
190 "//components/startup_metric_utils/browser:lib", | 190 "//components/startup_metric_utils/browser:lib", |
191 | 191 |
192 # TODO(fdoray): Remove this once the PreRead field trial has expired. | 192 # TODO(fdoray): Remove this once the PreRead field trial has expired. |
193 # crbug.com/577698 | 193 # crbug.com/577698 |
194 "//components/startup_metric_utils/common", | 194 "//components/startup_metric_utils/common", |
195 "//components/strings", | 195 "//components/strings", |
196 "//components/subresource_filter/core/browser", | 196 "//components/subresource_filter/core/browser", |
197 "//components/suggestions", | 197 "//components/suggestions", |
198 "//components/supervised_user_error_page", | 198 "//components/supervised_user_error_page", |
| 199 "//components/sync", |
199 "//components/sync_bookmarks", | 200 "//components/sync_bookmarks", |
200 "//components/sync_driver", | 201 "//components/sync_driver", |
201 "//components/sync_sessions", | 202 "//components/sync_sessions", |
202 "//components/tracing:startup_tracing", | 203 "//components/tracing:startup_tracing", |
203 "//components/translate/core/browser", | 204 "//components/translate/core/browser", |
204 "//components/translate/core/common", | 205 "//components/translate/core/common", |
205 "//components/undo", | 206 "//components/undo", |
206 "//components/update_client", | 207 "//components/update_client", |
207 "//components/url_formatter", | 208 "//components/url_formatter", |
208 "//components/user_prefs", | 209 "//components/user_prefs", |
209 "//components/user_prefs/tracked:user_prefs_tracked", | 210 "//components/user_prefs/tracked:user_prefs_tracked", |
210 "//components/variations", | 211 "//components/variations", |
211 "//components/variations/net", | 212 "//components/variations/net", |
212 "//components/variations/service", | 213 "//components/variations/service", |
213 "//components/web_resource", | 214 "//components/web_resource", |
214 "//components/webdata/common", | 215 "//components/webdata/common", |
215 "//components/webdata_services", | 216 "//components/webdata_services", |
216 "//components/zoom", | 217 "//components/zoom", |
217 "//content/public/browser", | 218 "//content/public/browser", |
218 "//content/public/common", | 219 "//content/public/common", |
219 "//content/public/common:feature_h264_with_openh264_ffmpeg", | 220 "//content/public/common:feature_h264_with_openh264_ffmpeg", |
220 "//content/public/common:features", | 221 "//content/public/common:features", |
221 "//courgette:courgette_lib", | 222 "//courgette:courgette_lib", |
222 "//crypto", | 223 "//crypto", |
223 "//crypto:platform", | 224 "//crypto:platform", |
224 "//google_apis", | 225 "//google_apis", |
225 "//gpu/config", | 226 "//gpu/config", |
226 "//skia", | 227 "//skia", |
227 "//sql", | 228 "//sql", |
228 "//sync", | |
229 "//third_party/cacheinvalidation", | 229 "//third_party/cacheinvalidation", |
230 "//third_party/icu", | 230 "//third_party/icu", |
231 "//third_party/libjingle", | 231 "//third_party/libjingle", |
232 "//third_party/libxml", | 232 "//third_party/libxml", |
233 "//third_party/widevine/cdm:version_h", | 233 "//third_party/widevine/cdm:version_h", |
234 "//third_party/zlib", | 234 "//third_party/zlib", |
235 "//third_party/zlib:compression_utils", | 235 "//third_party/zlib:compression_utils", |
236 "//third_party/zlib:minizip", | 236 "//third_party/zlib:minizip", |
237 "//third_party/zlib:zip", | 237 "//third_party/zlib:zip", |
238 "//ui/base", | 238 "//ui/base", |
(...skipping 1144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1383 # linking all of the test support. | 1383 # linking all of the test support. |
1384 static_library("pepper_cdm_test_constants") { | 1384 static_library("pepper_cdm_test_constants") { |
1385 testonly = true | 1385 testonly = true |
1386 visibility = [ "//chrome/*" ] | 1386 visibility = [ "//chrome/*" ] |
1387 sources = [ | 1387 sources = [ |
1388 "media/pepper_cdm_test_constants.cc", | 1388 "media/pepper_cdm_test_constants.cc", |
1389 "media/pepper_cdm_test_constants.h", | 1389 "media/pepper_cdm_test_constants.h", |
1390 ] | 1390 ] |
1391 } | 1391 } |
1392 } | 1392 } |
OLD | NEW |