Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(222)

Side by Side Diff: chrome/browser/BUILD.gn

Issue 1347043002: Move ChromeNetLog to //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 "//components/data_reduction_proxy/content/browser", 277 "//components/data_reduction_proxy/content/browser",
278 "//components/data_use_measurement/content", 278 "//components/data_use_measurement/content",
279 "//components/devtools_discovery", 279 "//components/devtools_discovery",
280 "//components/devtools_http_handler", 280 "//components/devtools_http_handler",
281 "//components/dom_distiller/content:content_browser", 281 "//components/dom_distiller/content:content_browser",
282 "//components/error_page/common", 282 "//components/error_page/common",
283 "//components/favicon/content", 283 "//components/favicon/content",
284 "//components/history/content/browser", 284 "//components/history/content/browser",
285 "//components/keyed_service/content", 285 "//components/keyed_service/content",
286 "//components/navigation_interception", 286 "//components/navigation_interception",
287 "//components/net_log",
287 "//components/network_hints/common", 288 "//components/network_hints/common",
288 "//components/password_manager/content/browser", 289 "//components/password_manager/content/browser",
289 "//components/password_manager/sync/browser", 290 "//components/password_manager/sync/browser",
290 "//components/plugins/common", 291 "//components/plugins/common",
291 "//components/proxy_config", 292 "//components/proxy_config",
292 "//components/safe_json", 293 "//components/safe_json",
293 "//components/sessions", 294 "//components/sessions",
294 "//components/storage_monitor", 295 "//components/storage_monitor",
295 "//components/syncable_prefs", 296 "//components/syncable_prefs",
296 "//components/translate/content/browser", 297 "//components/translate/content/browser",
(...skipping 955 matching lines...) Expand 10 before | Expand all | Expand 10 after
1252 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1253 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1253 deps = [ 1254 deps = [
1254 "//components/google/core/browser", 1255 "//components/google/core/browser",
1255 "//components/omnibox/browser", 1256 "//components/omnibox/browser",
1256 "//components/rlz", 1257 "//components/rlz",
1257 "//components/search_engines", 1258 "//components/search_engines",
1258 "//rlz:rlz_lib", 1259 "//rlz:rlz_lib",
1259 ] 1260 ]
1260 } 1261 }
1261 } 1262 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698