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

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

Issue 2179693002: Revert of Convert network hints to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/chrome_content_browser_client.cc » ('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("//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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 "//components/devtools_discovery", 357 "//components/devtools_discovery",
358 "//components/devtools_http_handler", 358 "//components/devtools_http_handler",
359 "//components/dom_distiller/content/browser", 359 "//components/dom_distiller/content/browser",
360 "//components/error_page/common", 360 "//components/error_page/common",
361 "//components/favicon/content", 361 "//components/favicon/content",
362 "//components/history/content/browser", 362 "//components/history/content/browser",
363 "//components/keyed_service/content", 363 "//components/keyed_service/content",
364 "//components/navigation_interception", 364 "//components/navigation_interception",
365 "//components/net_log", 365 "//components/net_log",
366 "//components/network_hints/common", 366 "//components/network_hints/common",
367 "//components/network_hints/public/interfaces:network_hints_mojom",
368 "//components/password_manager/content/browser", 367 "//components/password_manager/content/browser",
369 "//components/password_manager/sync/browser", 368 "//components/password_manager/sync/browser",
370 "//components/profile_metrics", 369 "//components/profile_metrics",
371 "//components/proxy_config", 370 "//components/proxy_config",
372 "//components/resources", 371 "//components/resources",
373 "//components/safe_browsing_db", 372 "//components/safe_browsing_db",
374 "//components/safe_json", 373 "//components/safe_json",
375 "//components/sessions", 374 "//components/sessions",
376 "//components/ssl_config", 375 "//components/ssl_config",
377 "//components/storage_monitor", 376 "//components/storage_monitor",
(...skipping 995 matching lines...) Expand 10 before | Expand all | Expand 10 after
1373 # linking all of the test support. 1372 # linking all of the test support.
1374 static_library("pepper_cdm_test_constants") { 1373 static_library("pepper_cdm_test_constants") {
1375 testonly = true 1374 testonly = true
1376 visibility = [ "//chrome/*" ] 1375 visibility = [ "//chrome/*" ]
1377 sources = [ 1376 sources = [
1378 "media/pepper_cdm_test_constants.cc", 1377 "media/pepper_cdm_test_constants.cc",
1379 "media/pepper_cdm_test_constants.h", 1378 "media/pepper_cdm_test_constants.h",
1380 ] 1379 ]
1381 } 1380 }
1382 } 1381 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698