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

Side by Side Diff: mojo/cc/BUILD.gn

Issue 1281663002: Mandoline: Allow submitting CompositorFrames directly to mojo::Views (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 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 | « mandoline/ui/aura/surface_binding.cc ('k') | mojo/cc/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 # GYP version: mojo/mojo.gyp:mojo_cc_support 5 # GYP version: mojo/mojo.gyp:mojo_cc_support
6 source_set("cc") { 6 source_set("cc") {
7 deps = [ 7 deps = [
8 "//base", 8 "//base",
9 "//cc", 9 "//cc",
10 "//cc/surfaces", 10 "//cc/surfaces",
11 "//cc/surfaces:surface_id", 11 "//cc/surfaces:surface_id",
12 "//components/view_manager/public/interfaces", 12 "//components/view_manager/public/interfaces",
13 "//components/view_manager/public/cpp",
13 "//gpu/command_buffer/client:gles2_implementation", 14 "//gpu/command_buffer/client:gles2_implementation",
14 "//gpu/command_buffer/client:gles2_interface", 15 "//gpu/command_buffer/client:gles2_interface",
15 "//mojo/converters/surfaces", 16 "//mojo/converters/surfaces",
16 "//mojo/gles2:headers", 17 "//mojo/gles2:headers",
17 "//mojo/gpu:mojo_gles2_implementation", 18 "//mojo/gpu:mojo_gles2_implementation",
18 "//skia", 19 "//skia",
19 "//third_party/mojo/src/mojo/public/c/gles2", 20 "//third_party/mojo/src/mojo/public/c/gles2",
20 "//third_party/mojo/src/mojo/public/cpp/environment", 21 "//third_party/mojo/src/mojo/public/cpp/environment",
21 "//third_party/mojo/src/mojo/public/cpp/system", 22 "//third_party/mojo/src/mojo/public/cpp/system",
22 ] 23 ]
23 24
24 sources = [ 25 sources = [
25 "context_provider_mojo.cc", 26 "context_provider_mojo.cc",
26 "context_provider_mojo.h", 27 "context_provider_mojo.h",
27 "direct_output_surface.cc", 28 "direct_output_surface.cc",
28 "direct_output_surface.h", 29 "direct_output_surface.h",
29 "output_surface_mojo.cc", 30 "output_surface_mojo.cc",
30 "output_surface_mojo.h", 31 "output_surface_mojo.h",
31 ] 32 ]
32 } 33 }
OLDNEW
« no previous file with comments | « mandoline/ui/aura/surface_binding.cc ('k') | mojo/cc/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698