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

Side by Side Diff: chromecast/browser/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 | « chrome/test/BUILD.gn ('k') | chromecast/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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//chromecast/chromecast.gni") 6 import("//chromecast/chromecast.gni")
7 import("//services/service_manager/public/service_manifest.gni") 7 import("//services/service_manager/public/service_manifest.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//tools/grit/grit_rule.gni") 9 import("//tools/grit/grit_rule.gni")
10 10
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 "//components/crash/content/browser", 99 "//components/crash/content/browser",
100 "//components/metrics", 100 "//components/metrics",
101 "//components/metrics:gpu", 101 "//components/metrics:gpu",
102 "//components/metrics:net", 102 "//components/metrics:net",
103 "//components/metrics:profiler", 103 "//components/metrics:profiler",
104 104
105 # TODO(gfhuang): Eliminate this dependency if ScreenInfoMetricsProvider 105 # TODO(gfhuang): Eliminate this dependency if ScreenInfoMetricsProvider
106 # isn't needed. crbug.com/541577 106 # isn't needed. crbug.com/541577
107 "//components/metrics:ui", 107 "//components/metrics:ui",
108 "//components/network_hints/browser", 108 "//components/network_hints/browser",
109 "//components/network_session_configurator/common",
109 "//components/prefs", 110 "//components/prefs",
110 "//components/proxy_config", 111 "//components/proxy_config",
111 "//content", 112 "//content",
112 "//content/public/browser", 113 "//content/public/browser",
113 "//content/public/common", 114 "//content/public/common",
114 "//content/public/common:service_names", 115 "//content/public/common:service_names",
115 "//content/public/utility", 116 "//content/public/utility",
116 "//device/geolocation", 117 "//device/geolocation",
117 "//gpu", 118 "//gpu",
118 "//ipc", 119 "//ipc",
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 "android/apk/src/org/chromium/chromecast/shell/CastContentWindowAndroid.ja va", 285 "android/apk/src/org/chromium/chromecast/shell/CastContentWindowAndroid.ja va",
285 "android/apk/src/org/chromium/chromecast/shell/CastCrashHandler.java", 286 "android/apk/src/org/chromium/chromecast/shell/CastCrashHandler.java",
286 "android/apk/src/org/chromium/chromecast/shell/CastMetricsHelper.java", 287 "android/apk/src/org/chromium/chromecast/shell/CastMetricsHelper.java",
287 "android/apk/src/org/chromium/chromecast/shell/CastSysInfoAndroid.java", 288 "android/apk/src/org/chromium/chromecast/shell/CastSysInfoAndroid.java",
288 "android/apk/src/org/chromium/chromecast/shell/CastWebContentsActivity.jav a", 289 "android/apk/src/org/chromium/chromecast/shell/CastWebContentsActivity.jav a",
289 ] 290 ]
290 291
291 jni_package = "chromecast" 292 jni_package = "chromecast"
292 } 293 }
293 } 294 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | chromecast/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698