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

Side by Side Diff: content/shell/BUILD.gn

Issue 2914893002: Move some of IOThread's command line logic to network_session_configurator. (Closed)
Patch Set: Fix merge Created 3 years, 6 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/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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 deps = [ 213 deps = [
214 ":mojo_bindings", 214 ":mojo_bindings",
215 ":resources", 215 ":resources",
216 "//base", 216 "//base",
217 "//base:base_static", 217 "//base:base_static",
218 "//base/third_party/dynamic_annotations", 218 "//base/third_party/dynamic_annotations",
219 "//cc", 219 "//cc",
220 "//components/cdm/renderer", 220 "//components/cdm/renderer",
221 "//components/crash/content/app:app_breakpad_mac_win_to_be_deleted", 221 "//components/crash/content/app:app_breakpad_mac_win_to_be_deleted",
222 "//components/keyed_service/content", 222 "//components/keyed_service/content",
223 "//components/network_session_configurator/common",
223 "//components/plugins/renderer", 224 "//components/plugins/renderer",
224 "//components/url_formatter", 225 "//components/url_formatter",
225 "//components/web_cache/renderer", 226 "//components/web_cache/renderer",
226 "//content:resources", 227 "//content:resources",
227 "//content/app/resources", 228 "//content/app/resources",
228 "//content/app/strings", 229 "//content/app/strings",
229 "//content/gpu", 230 "//content/gpu",
230 "//content/public/common:interfaces", 231 "//content/public/common:interfaces",
231 "//content/public/common:service_names", 232 "//content/public/common:service_names",
232 "//content/shell/test_runner:test_runner", 233 "//content/shell/test_runner:test_runner",
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
809 data_deps += [ 810 data_deps += [
810 "//breakpad:dump_syms", 811 "//breakpad:dump_syms",
811 "//breakpad:microdump_stackwalk", 812 "//breakpad:microdump_stackwalk",
812 "//breakpad:minidump_dump", 813 "//breakpad:minidump_dump",
813 "//breakpad:minidump_stackwalk", 814 "//breakpad:minidump_stackwalk",
814 "//breakpad:symupload", 815 "//breakpad:symupload",
815 "//tools/android/forwarder2", 816 "//tools/android/forwarder2",
816 ] 817 ]
817 } 818 }
818 } 819 }
OLDNEW
« no previous file with comments | « content/public/common/content_switches.cc ('k') | content/shell/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698