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

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 on https://crrev.com/1945513002. 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
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/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/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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 "//components/dom_distiller/core", 83 "//components/dom_distiller/core",
84 "//components/error_page/common", 84 "//components/error_page/common",
85 "//components/favicon_base", 85 "//components/favicon_base",
86 "//components/flags_ui:switches", 86 "//components/flags_ui:switches",
87 "//components/gcm_driver/common", 87 "//components/gcm_driver/common",
88 "//components/json_schema", 88 "//components/json_schema",
89 "//components/metrics", 89 "//components/metrics",
90 "//components/metrics:net", 90 "//components/metrics:net",
91 "//components/nacl/common:process_type", 91 "//components/nacl/common:process_type",
92 "//components/nacl/common:switches", 92 "//components/nacl/common:switches",
93 "//components/network_session_configurator:switches",
93 "//components/offline_pages:switches", 94 "//components/offline_pages:switches",
94 "//components/omnibox/common", 95 "//components/omnibox/common",
95 "//components/policy", 96 "//components/policy",
96 "//components/policy:policy_component_common", 97 "//components/policy:policy_component_common",
97 "//components/prefs", 98 "//components/prefs",
98 "//components/strings", 99 "//components/strings",
99 "//components/translate/core/common", 100 "//components/translate/core/common",
100 "//components/url_formatter", 101 "//components/url_formatter",
101 "//components/variations", 102 "//components/variations",
102 "//components/version_info", 103 "//components/version_info",
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 mojom("mojo_bindings") { 441 mojom("mojo_bindings") {
441 sources = [ 442 sources = [
442 "image_decoder.mojom", 443 "image_decoder.mojom",
443 "resource_usage_reporter.mojom", 444 "resource_usage_reporter.mojom",
444 ] 445 ]
445 446
446 public_deps = [ 447 public_deps = [
447 "//skia/public/interfaces", 448 "//skia/public/interfaces",
448 ] 449 ]
449 } 450 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698