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

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

Issue 2801163002: Deletes NativeViewGLSurfaceEGL::Initialize(gfx::VSyncProvider). (Closed)
Patch Set: fixes DirectCompositionSurfaceTest Created 3 years, 8 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/graphics/cast_vsync_settings.h » ('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("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 source_set("graphics") { 9 source_set("graphics") {
10 sources = [ 10 sources = [
11 "cast_vsync_settings.cc",
12 "cast_vsync_settings.h",
13 "cast_window_manager.h", 11 "cast_window_manager.h",
14 ] 12 ]
15 13
16 deps = [ 14 deps = [
17 "//base", 15 "//base",
18 "//ui/gfx", 16 "//ui/gfx",
19 ] 17 ]
20 18
21 if (use_aura && !is_cast_audio_only) { 19 if (use_aura && !is_cast_audio_only) {
22 sources += [ 20 sources += [
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 "//ui/aura", 85 "//ui/aura",
88 "//ui/aura:test_support", 86 "//ui/aura:test_support",
89 "//ui/base:test_support", 87 "//ui/base:test_support",
90 "//ui/events:test_support", 88 "//ui/events:test_support",
91 "//ui/gfx", 89 "//ui/gfx",
92 "//ui/gl:test_support", 90 "//ui/gl:test_support",
93 "//ui/views", 91 "//ui/views",
94 ] 92 ]
95 } 93 }
96 } 94 }
OLDNEW
« no previous file with comments | « no previous file | chromecast/graphics/cast_vsync_settings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698