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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
270 "//chrome/common/net", | 270 "//chrome/common/net", |
271 "//chrome/installer/util", | 271 "//chrome/installer/util", |
272 "//components/about_handler", | 272 "//components/about_handler", |
273 "//components/app_modal", | 273 "//components/app_modal", |
274 "//components/autofill/content/browser", | 274 "//components/autofill/content/browser", |
275 "//components/browsing_data", | 275 "//components/browsing_data", |
276 "//components/data_reduction_proxy/content/browser", | 276 "//components/data_reduction_proxy/content/browser", |
277 "//components/devtools_discovery", | 277 "//components/devtools_discovery", |
278 "//components/devtools_http_handler", | 278 "//components/devtools_http_handler", |
279 "//components/dom_distiller/content:content_browser", | 279 "//components/dom_distiller/content:content_browser", |
280 "//components/dom_distiller/content:content_renderer", | |
jochen (gone - plz use gerrit)
2015/09/08 12:27:30
browser must not depend on renderer
mdjones
2015/09/08 16:32:32
Moved to chrome/renderer/BUILD.gn
| |
280 "//components/error_page/common", | 281 "//components/error_page/common", |
281 "//components/favicon/content", | 282 "//components/favicon/content", |
282 "//components/history/content/browser", | 283 "//components/history/content/browser", |
283 "//components/keyed_service/content", | 284 "//components/keyed_service/content", |
284 "//components/navigation_interception", | 285 "//components/navigation_interception", |
285 "//components/network_hints/common", | 286 "//components/network_hints/common", |
286 "//components/password_manager/content/browser", | 287 "//components/password_manager/content/browser", |
287 "//components/password_manager/sync/browser", | 288 "//components/password_manager/sync/browser", |
288 "//components/plugins/common", | 289 "//components/plugins/common", |
289 "//components/proxy_config", | 290 "//components/proxy_config", |
(...skipping 954 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 |