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("//chrome/common/features.gni") | 9 import("//chrome/common/features.gni") |
10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 "//chrome/common", | 102 "//chrome/common", |
103 "//components/autofill/core/browser", | 103 "//components/autofill/core/browser", |
104 "//components/bookmarks/browser", | 104 "//components/bookmarks/browser", |
105 "//components/bookmarks/managed", | 105 "//components/bookmarks/managed", |
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", | |
113 "//components/content_settings/content/common", | 112 "//components/content_settings/content/common", |
114 "//components/content_settings/core/browser", | 113 "//components/content_settings/core/browser", |
115 "//components/content_settings/core/common", | 114 "//components/content_settings/core/common", |
116 "//components/cookie_config", | 115 "//components/cookie_config", |
117 "//components/crx_file", | 116 "//components/crx_file", |
118 "//components/data_reduction_proxy/core/browser", | 117 "//components/data_reduction_proxy/core/browser", |
119 "//components/data_usage/core", | 118 "//components/data_usage/core", |
120 "//components/data_use_measurement/core", | 119 "//components/data_use_measurement/core", |
121 "//components/device_event_log", | 120 "//components/device_event_log", |
122 "//components/domain_reliability", | 121 "//components/domain_reliability", |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
192 "//gpu/config", | 191 "//gpu/config", |
193 "//skia", | 192 "//skia", |
194 "//sql", | 193 "//sql", |
195 "//sync", | 194 "//sync", |
196 "//third_party/cacheinvalidation", | 195 "//third_party/cacheinvalidation", |
197 "//third_party/icu", | 196 "//third_party/icu", |
198 "//third_party/libjingle", | 197 "//third_party/libjingle", |
199 "//third_party/libxml", | 198 "//third_party/libxml", |
200 "//third_party/widevine/cdm:version_h", | 199 "//third_party/widevine/cdm:version_h", |
201 "//third_party/zlib", | 200 "//third_party/zlib", |
| 201 "//third_party/zlib:compression_utils", |
202 "//third_party/zlib:minizip", | 202 "//third_party/zlib:minizip", |
203 "//third_party/zlib:zip", | 203 "//third_party/zlib:zip", |
204 "//ui/base", | 204 "//ui/base", |
205 "//ui/events:events_base", | 205 "//ui/events:events_base", |
206 "//ui/gfx", | 206 "//ui/gfx", |
207 "//ui/gfx/geometry", | 207 "//ui/gfx/geometry", |
208 "//ui/message_center", | 208 "//ui/message_center", |
209 "//ui/resources", | 209 "//ui/resources", |
210 "//ui/shell_dialogs", | 210 "//ui/shell_dialogs", |
211 "//ui/strings", | 211 "//ui/strings", |
(...skipping 1119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1331 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1331 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
1332 deps = [ | 1332 deps = [ |
1333 "//components/google/core/browser", | 1333 "//components/google/core/browser", |
1334 "//components/omnibox/browser", | 1334 "//components/omnibox/browser", |
1335 "//components/rlz", | 1335 "//components/rlz", |
1336 "//components/search_engines", | 1336 "//components/search_engines", |
1337 "//rlz:rlz_lib", | 1337 "//rlz:rlz_lib", |
1338 ] | 1338 ] |
1339 } | 1339 } |
1340 } | 1340 } |
OLD | NEW |