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("//media/media_options.gni") | 9 import("//media/media_options.gni") |
10 import("//third_party/protobuf/proto_library.gni") | 10 import("//third_party/protobuf/proto_library.gni") |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
106 "//components/browser_sync/browser", | 106 "//components/browser_sync/browser", |
107 "//components/browser_sync/common", | 107 "//components/browser_sync/common", |
108 "//components/captive_portal", | 108 "//components/captive_portal", |
109 "//components/certificate_reporting", | 109 "//components/certificate_reporting", |
110 "//components/cloud_devices/common", | 110 "//components/cloud_devices/common", |
111 "//components/component_updater", | 111 "//components/component_updater", |
112 "//components/compression", | 112 "//components/compression", |
113 "//components/content_settings/content/common", | 113 "//components/content_settings/content/common", |
114 "//components/content_settings/core/browser", | 114 "//components/content_settings/core/browser", |
115 "//components/content_settings/core/common", | 115 "//components/content_settings/core/common", |
116 "//components/contextual_search:browser", | |
mdjones
2015/11/19 20:31:24
Shouldn't this be in the non-iOS section below? Yo
Donn Denman
2015/11/20 00:01:41
Yes, I think you're right. Adding our iOS eng to
| |
116 "//components/cookie_config", | 117 "//components/cookie_config", |
117 "//components/crx_file", | 118 "//components/crx_file", |
118 "//components/data_reduction_proxy/core/browser", | 119 "//components/data_reduction_proxy/core/browser", |
119 "//components/data_usage/core", | 120 "//components/data_usage/core", |
120 "//components/data_use_measurement/core", | 121 "//components/data_use_measurement/core", |
121 "//components/device_event_log", | 122 "//components/device_event_log", |
122 "//components/domain_reliability", | 123 "//components/domain_reliability", |
123 "//components/enhanced_bookmarks", | 124 "//components/enhanced_bookmarks", |
124 "//components/favicon/core", | 125 "//components/favicon/core", |
125 "//components/favicon_base", | 126 "//components/favicon_base", |
(...skipping 1138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1264 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1265 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
1265 deps = [ | 1266 deps = [ |
1266 "//components/google/core/browser", | 1267 "//components/google/core/browser", |
1267 "//components/omnibox/browser", | 1268 "//components/omnibox/browser", |
1268 "//components/rlz", | 1269 "//components/rlz", |
1269 "//components/search_engines", | 1270 "//components/search_engines", |
1270 "//rlz:rlz_lib", | 1271 "//rlz:rlz_lib", |
1271 ] | 1272 ] |
1272 } | 1273 } |
1273 } | 1274 } |
OLD | NEW |