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

Side by Side Diff: mojo/services/native_viewport/BUILD.gn

Issue 480723002: Revert of Mojo multiple command buffer support and sample (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « mojo/services/gles2/command_buffer_impl.cc ('k') | mojo/services/native_viewport/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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("//mojo/system.gni") 6 import("//mojo/system.gni")
7 7
8 static_library("native_viewport") { 8 static_library("native_viewport") {
9 output_name = "mojo_native_viewport" 9 output_name = "mojo_native_viewport"
10 10
11 deps = [ 11 deps = [
12 "//base", 12 "//base",
13 "//ui/events", 13 "//ui/events",
14 "//ui/gfx", 14 "//ui/gfx",
15 "//ui/gfx/geometry", 15 "//ui/gfx/geometry",
16 "//mojo/public/cpp/application:chromium", 16 "//mojo/public/cpp/application:chromium",
17 "//mojo/common", 17 "//mojo/common",
18 "//mojo/environment:chromium", 18 "//mojo/environment:chromium",
19 "//mojo/services/public/cpp/geometry", 19 "//mojo/services/public/cpp/geometry",
20 "//mojo/services/public/interfaces/geometry", 20 "//mojo/services/public/interfaces/geometry",
21 "//mojo/services/gles2", 21 "//mojo/services/gles2",
22 "//mojo/services/public/cpp/input_events", 22 "//mojo/services/public/cpp/input_events",
23 "//mojo/services/public/interfaces/native_viewport", 23 "//mojo/services/public/interfaces/native_viewport",
24 ] 24 ]
25 25
26 sources = [ 26 sources = [
27 "gpu_impl.cc",
28 "gpu_impl.h",
29 "native_viewport_impl.cc", 27 "native_viewport_impl.cc",
30 "native_viewport_impl.h", 28 "native_viewport_impl.h",
31 "platform_viewport.h", 29 "platform_viewport.h",
32 "platform_viewport_android.cc", 30 "platform_viewport_android.cc",
33 "platform_viewport_android.h", 31 "platform_viewport_android.h",
34 "platform_viewport_mac.mm", 32 "platform_viewport_mac.mm",
35 "platform_viewport_win.cc", 33 "platform_viewport_win.cc",
36 ] 34 ]
37 35
38 if (is_ios) { 36 if (is_ios) {
(...skipping 13 matching lines...) Expand all
52 50
53 if (use_x11) { 51 if (use_x11) {
54 sources += [ "platform_viewport_x11.cc" ] 52 sources += [ "platform_viewport_x11.cc" ]
55 deps += [ "//ui/platform_window/x11" ] 53 deps += [ "//ui/platform_window/x11" ]
56 } 54 }
57 55
58 if (use_ozone) { 56 if (use_ozone) {
59 sources += [ "platform_viewport_ozone.cc" ] 57 sources += [ "platform_viewport_ozone.cc" ]
60 } 58 }
61 } 59 }
OLDNEW
« no previous file with comments | « mojo/services/gles2/command_buffer_impl.cc ('k') | mojo/services/native_viewport/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698