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

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

Issue 2339873002: Replace hide-scrollbars flag with a web setting. (Closed)
Patch Set: replace viewport test b/c overlay bars are hidden in layout tests. Created 4 years, 3 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') | content/public/common/web_preferences.h » ('J')
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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 "//content/public/utility", 106 "//content/public/utility",
107 "//device/geolocation:device_geolocation", 107 "//device/geolocation:device_geolocation",
108 "//gpu", 108 "//gpu",
109 "//ipc", 109 "//ipc",
110 "//media", 110 "//media",
111 "//net", 111 "//net",
112 "//ui/base", 112 "//ui/base",
113 "//ui/compositor", 113 "//ui/compositor",
114 "//ui/display", 114 "//ui/display",
115 "//ui/gl", 115 "//ui/gl",
116 "//ui/native_theme:native_theme",
117 ] 116 ]
118 117
119 if (is_linux) { 118 if (is_linux) {
120 sources += [ 119 sources += [
121 "cast_memory_pressure_monitor.cc", 120 "cast_memory_pressure_monitor.cc",
122 "cast_memory_pressure_monitor.h", 121 "cast_memory_pressure_monitor.h",
123 "metrics/external_metrics.cc", 122 "metrics/external_metrics.cc",
124 "metrics/external_metrics.h", 123 "metrics/external_metrics.h",
125 ] 124 ]
126 125
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 "android/apk/src/org/chromium/chromecast/shell/CastCrashHandler.java", 211 "android/apk/src/org/chromium/chromecast/shell/CastCrashHandler.java",
213 "android/apk/src/org/chromium/chromecast/shell/CastMetricsHelper.java", 212 "android/apk/src/org/chromium/chromecast/shell/CastMetricsHelper.java",
214 "android/apk/src/org/chromium/chromecast/shell/CastSysInfoAndroid.java", 213 "android/apk/src/org/chromium/chromecast/shell/CastSysInfoAndroid.java",
215 "android/apk/src/org/chromium/chromecast/shell/CastWindowAndroid.java", 214 "android/apk/src/org/chromium/chromecast/shell/CastWindowAndroid.java",
216 "android/apk/src/org/chromium/chromecast/shell/CastWindowManager.java", 215 "android/apk/src/org/chromium/chromecast/shell/CastWindowManager.java",
217 ] 216 ]
218 217
219 jni_package = "chromecast" 218 jni_package = "chromecast"
220 } 219 }
221 } 220 }
OLDNEW
« no previous file with comments | « no previous file | chromecast/browser/DEPS » ('j') | content/public/common/web_preferences.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698