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

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

Issue 2155863002: [Chromecast] Default desktop windows to 720p + switch for 1080p (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
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("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 7
8 if (use_aura) { 8 if (use_aura) {
9 source_set("graphics") { 9 source_set("graphics") {
10 sources = [ 10 sources = [
(...skipping 18 matching lines...) Expand all
29 "graphics_properties_default.cc", 29 "graphics_properties_default.cc",
30 "osd_plane_default.cc", 30 "osd_plane_default.cc",
31 ] 31 ]
32 32
33 public_deps = [ 33 public_deps = [
34 "//chromecast/public", 34 "//chromecast/public",
35 ] 35 ]
36 36
37 deps = [ 37 deps = [
38 "//base", 38 "//base",
39 "//chromecast/base/",
39 ] 40 ]
40 } 41 }
OLDNEW
« no previous file with comments | « chromecast/base/chromecast_switches.cc ('k') | chromecast/graphics/graphics_properties_default.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698