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

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: DetachFromThread 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') | chrome/browser/net/chrome_net_log_helper.cc » ('J')
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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 "//components/data_reduction_proxy/content/browser", 276 "//components/data_reduction_proxy/content/browser",
277 "//components/data_use_measurement/content", 277 "//components/data_use_measurement/content",
278 "//components/devtools_discovery", 278 "//components/devtools_discovery",
279 "//components/devtools_http_handler", 279 "//components/devtools_http_handler",
280 "//components/dom_distiller/content:content_browser", 280 "//components/dom_distiller/content:content_browser",
281 "//components/error_page/common", 281 "//components/error_page/common",
282 "//components/favicon/content", 282 "//components/favicon/content",
283 "//components/history/content/browser", 283 "//components/history/content/browser",
284 "//components/keyed_service/content", 284 "//components/keyed_service/content",
285 "//components/navigation_interception", 285 "//components/navigation_interception",
286 "//components/net_log",
286 "//components/network_hints/common", 287 "//components/network_hints/common",
287 "//components/password_manager/content/browser", 288 "//components/password_manager/content/browser",
288 "//components/password_manager/sync/browser", 289 "//components/password_manager/sync/browser",
289 "//components/plugins/common", 290 "//components/plugins/common",
290 "//components/proxy_config", 291 "//components/proxy_config",
291 "//components/safe_json", 292 "//components/safe_json",
292 "//components/sessions", 293 "//components/sessions",
293 "//components/storage_monitor", 294 "//components/storage_monitor",
294 "//components/syncable_prefs", 295 "//components/syncable_prefs",
295 "//components/translate/content/browser", 296 "//components/translate/content/browser",
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | chrome/browser/net/chrome_net_log_helper.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698