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

Side by Side Diff: chromecast/browser/BUILD.gn

Issue 2647323010: [Chromecast] Add proxy server support to chromecast (Closed)
Patch Set: Fixing test break. Created 3 years, 10 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 | « no previous file | 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "//components/metrics", 94 "//components/metrics",
95 "//components/metrics:gpu", 95 "//components/metrics:gpu",
96 "//components/metrics:net", 96 "//components/metrics:net",
97 "//components/metrics:profiler", 97 "//components/metrics:profiler",
98 98
99 # TODO(gfhuang): Eliminate this dependency if ScreenInfoMetricsProvider 99 # TODO(gfhuang): Eliminate this dependency if ScreenInfoMetricsProvider
100 # isn't needed. crbug.com/541577 100 # isn't needed. crbug.com/541577
101 "//components/metrics:ui", 101 "//components/metrics:ui",
102 "//components/network_hints/browser", 102 "//components/network_hints/browser",
103 "//components/prefs", 103 "//components/prefs",
104 "//components/proxy_config",
104 "//content", 105 "//content",
105 "//content/public/browser", 106 "//content/public/browser",
106 "//content/public/common", 107 "//content/public/common",
107 "//content/public/common:service_names", 108 "//content/public/common:service_names",
108 "//content/public/utility", 109 "//content/public/utility",
109 "//device/geolocation", 110 "//device/geolocation",
110 "//gpu", 111 "//gpu",
111 "//ipc", 112 "//ipc",
112 "//media", 113 "//media",
113 "//net", 114 "//net",
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 "android/apk/src/org/chromium/chromecast/shell/CastContentWindowAndroid.ja va", 276 "android/apk/src/org/chromium/chromecast/shell/CastContentWindowAndroid.ja va",
276 "android/apk/src/org/chromium/chromecast/shell/CastCrashHandler.java", 277 "android/apk/src/org/chromium/chromecast/shell/CastCrashHandler.java",
277 "android/apk/src/org/chromium/chromecast/shell/CastMetricsHelper.java", 278 "android/apk/src/org/chromium/chromecast/shell/CastMetricsHelper.java",
278 "android/apk/src/org/chromium/chromecast/shell/CastSysInfoAndroid.java", 279 "android/apk/src/org/chromium/chromecast/shell/CastSysInfoAndroid.java",
279 "android/apk/src/org/chromium/chromecast/shell/CastWebContentsActivity.jav a", 280 "android/apk/src/org/chromium/chromecast/shell/CastWebContentsActivity.jav a",
280 ] 281 ]
281 282
282 jni_package = "chromecast" 283 jni_package = "chromecast"
283 } 284 }
284 } 285 }
OLDNEW
« no previous file with comments | « no previous file | chromecast/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698