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

Side by Side Diff: content/shell/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 | « content/public/common/content_switches.cc ('k') | content/shell/browser/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/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/sanitizers/sanitizers.gni") 6 import("//build/config/sanitizers/sanitizers.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/config/win/console_app.gni") 8 import("//build/config/win/console_app.gni")
9 import("//build/config/win/manifest.gni") 9 import("//build/config/win/manifest.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 deps = [ 210 deps = [
211 ":mojo_bindings", 211 ":mojo_bindings",
212 ":resources", 212 ":resources",
213 "//base", 213 "//base",
214 "//base:base_static", 214 "//base:base_static",
215 "//base/third_party/dynamic_annotations", 215 "//base/third_party/dynamic_annotations",
216 "//cc", 216 "//cc",
217 "//components/crash/content/app:app_breakpad_mac_win_to_be_deleted", 217 "//components/crash/content/app:app_breakpad_mac_win_to_be_deleted",
218 "//components/devtools_discovery", 218 "//components/devtools_discovery",
219 "//components/devtools_http_handler", 219 "//components/devtools_http_handler",
220 "//components/network_session_configurator:switches",
220 "//components/plugins/renderer", 221 "//components/plugins/renderer",
221 "//components/test_runner:test_runner", 222 "//components/test_runner:test_runner",
222 "//components/url_formatter", 223 "//components/url_formatter",
223 "//components/web_cache/renderer", 224 "//components/web_cache/renderer",
224 "//content:resources", 225 "//content:resources",
225 "//content/app/resources", 226 "//content/app/resources",
226 "//content/app/strings", 227 "//content/app/strings",
227 "//content/gpu", 228 "//content/gpu",
228 "//content/test:layouttest_support", 229 "//content/test:layouttest_support",
229 "//content/test:test_support", 230 "//content/test:test_support",
(...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 "{{bundle_resources_dir}}/{{source_file_part}}", 720 "{{bundle_resources_dir}}/{{source_file_part}}",
720 ] 721 ]
721 } 722 }
722 } 723 }
723 724
724 mojom("mojo_bindings") { 725 mojom("mojo_bindings") {
725 sources = [ 726 sources = [
726 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", 727 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom",
727 ] 728 ]
728 } 729 }
OLDNEW
« no previous file with comments | « content/public/common/content_switches.cc ('k') | content/shell/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698