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

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

Issue 2144533002: Convert network hints to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change ownership of PrescientNetworkingDispatcher for proper shutdown Created 4 years, 5 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
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("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 "//components/devtools_discovery", 355 "//components/devtools_discovery",
356 "//components/devtools_http_handler", 356 "//components/devtools_http_handler",
357 "//components/dom_distiller/content/browser", 357 "//components/dom_distiller/content/browser",
358 "//components/error_page/common", 358 "//components/error_page/common",
359 "//components/favicon/content", 359 "//components/favicon/content",
360 "//components/history/content/browser", 360 "//components/history/content/browser",
361 "//components/keyed_service/content", 361 "//components/keyed_service/content",
362 "//components/navigation_interception", 362 "//components/navigation_interception",
363 "//components/net_log", 363 "//components/net_log",
364 "//components/network_hints/common", 364 "//components/network_hints/common",
365 "//components/network_hints/common:network_hints_mojom",
365 "//components/password_manager/content/browser", 366 "//components/password_manager/content/browser",
366 "//components/password_manager/sync/browser", 367 "//components/password_manager/sync/browser",
367 "//components/profile_metrics", 368 "//components/profile_metrics",
368 "//components/proxy_config", 369 "//components/proxy_config",
369 "//components/resources", 370 "//components/resources",
370 "//components/safe_browsing_db", 371 "//components/safe_browsing_db",
371 "//components/safe_json", 372 "//components/safe_json",
372 "//components/sessions", 373 "//components/sessions",
373 "//components/ssl_config", 374 "//components/ssl_config",
374 "//components/storage_monitor", 375 "//components/storage_monitor",
(...skipping 993 matching lines...) Expand 10 before | Expand all | Expand 10 after
1368 # linking all of the test support. 1369 # linking all of the test support.
1369 static_library("pepper_cdm_test_constants") { 1370 static_library("pepper_cdm_test_constants") {
1370 testonly = true 1371 testonly = true
1371 visibility = [ "//chrome/*" ] 1372 visibility = [ "//chrome/*" ]
1372 sources = [ 1373 sources = [
1373 "media/pepper_cdm_test_constants.cc", 1374 "media/pepper_cdm_test_constants.cc",
1374 "media/pepper_cdm_test_constants.h", 1375 "media/pepper_cdm_test_constants.h",
1375 ] 1376 ]
1376 } 1377 }
1377 } 1378 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | chrome/browser/chrome_content_browser_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698