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

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

Issue 1892123003: Add components/network_session_configurator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 7 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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//chrome/common/features.gni") 6 import("//chrome/common/features.gni")
7 import("//chrome/version.gni") 7 import("//chrome/version.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//tools/grit/grit_rule.gni") 9 import("//tools/grit/grit_rule.gni")
10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "//components/dom_distiller/core", 82 "//components/dom_distiller/core",
83 "//components/error_page/common", 83 "//components/error_page/common",
84 "//components/favicon_base", 84 "//components/favicon_base",
85 "//components/flags_ui:switches", 85 "//components/flags_ui:switches",
86 "//components/gcm_driver/common", 86 "//components/gcm_driver/common",
87 "//components/json_schema", 87 "//components/json_schema",
88 "//components/metrics", 88 "//components/metrics",
89 "//components/metrics:net", 89 "//components/metrics:net",
90 "//components/nacl/common:process_type", 90 "//components/nacl/common:process_type",
91 "//components/nacl/common:switches", 91 "//components/nacl/common:switches",
92 "//components/network_session_configurator:switches",
92 "//components/offline_pages:switches", 93 "//components/offline_pages:switches",
93 "//components/omnibox/common", 94 "//components/omnibox/common",
94 "//components/policy", 95 "//components/policy",
95 "//components/policy:policy_component_common", 96 "//components/policy:policy_component_common",
96 "//components/prefs", 97 "//components/prefs",
97 "//components/strings", 98 "//components/strings",
98 "//components/translate/core/common", 99 "//components/translate/core/common",
99 "//components/url_formatter", 100 "//components/url_formatter",
100 "//components/variations", 101 "//components/variations",
101 "//components/version_info", 102 "//components/version_info",
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 mojom("mojo_bindings") { 431 mojom("mojo_bindings") {
431 sources = [ 432 sources = [
432 "image_decoder.mojom", 433 "image_decoder.mojom",
433 "resource_usage_reporter.mojom", 434 "resource_usage_reporter.mojom",
434 ] 435 ]
435 436
436 public_deps = [ 437 public_deps = [
437 "//skia/public/interfaces", 438 "//skia/public/interfaces",
438 ] 439 ]
439 } 440 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698