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

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

Issue 2176753003: Geolocation: move from content/browser to device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: jam@s comments and rebase (mostly blimp/engine) Created 4 years, 4 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/base/ui_test_utils.cc ('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("//chromecast/chromecast.gni") 5 import("//chromecast/chromecast.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 8
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/network_session_configurator:switches", 103 "//components/network_session_configurator:switches",
104 "//components/prefs", 104 "//components/prefs",
105 "//content", 105 "//content",
106 "//content/public/browser", 106 "//content/public/browser",
107 "//content/public/common", 107 "//content/public/common",
108 "//content/public/utility", 108 "//content/public/utility",
109 "//device/geolocation:device_geolocation",
109 "//gpu", 110 "//gpu",
110 "//ipc", 111 "//ipc",
111 "//media", 112 "//media",
112 "//net", 113 "//net",
113 "//ui/base", 114 "//ui/base",
114 "//ui/compositor", 115 "//ui/compositor",
115 "//ui/display", 116 "//ui/display",
116 "//ui/gl", 117 "//ui/gl",
117 ] 118 ]
118 119
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 "android/apk/src/org/chromium/chromecast/shell/CastCrashHandler.java", 213 "android/apk/src/org/chromium/chromecast/shell/CastCrashHandler.java",
213 "android/apk/src/org/chromium/chromecast/shell/CastMetricsHelper.java", 214 "android/apk/src/org/chromium/chromecast/shell/CastMetricsHelper.java",
214 "android/apk/src/org/chromium/chromecast/shell/CastSysInfoAndroid.java", 215 "android/apk/src/org/chromium/chromecast/shell/CastSysInfoAndroid.java",
215 "android/apk/src/org/chromium/chromecast/shell/CastWindowAndroid.java", 216 "android/apk/src/org/chromium/chromecast/shell/CastWindowAndroid.java",
216 "android/apk/src/org/chromium/chromecast/shell/CastWindowManager.java", 217 "android/apk/src/org/chromium/chromecast/shell/CastWindowManager.java",
217 ] 218 ]
218 219
219 jni_package = "chromecast" 220 jni_package = "chromecast"
220 } 221 }
221 } 222 }
OLDNEW
« no previous file with comments | « chrome/test/base/ui_test_utils.cc ('k') | chromecast/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698