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

Side by Side Diff: components/view_manager/gles2/BUILD.gn

Issue 1245683004: Mandoline: Merge Surfaces and Views apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed bot issues (I hope) Created 5 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
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 source_set("gles2") { 5 source_set("gles2") {
6 visibility = [ 6 visibility = [
7 "//components/view_manager/native_viewport:*", 7 "//components/view_manager/surfaces:*",
8 "//mojo/runner:lib", # For android 8 "//mojo/runner:lib", # For android
9 ] 9 ]
10 10
11 sources = [ 11 sources = [
12 "command_buffer_driver.cc", 12 "command_buffer_driver.cc",
13 "command_buffer_driver.h", 13 "command_buffer_driver.h",
14 "command_buffer_impl.cc", 14 "command_buffer_impl.cc",
15 "command_buffer_impl.h", 15 "command_buffer_impl.h",
16 "command_buffer_impl_observer.h", 16 "command_buffer_impl_observer.h",
17 "command_buffer_local.cc",
18 "command_buffer_local.h",
19 "command_buffer_local_client.h",
17 "gpu_impl.cc", 20 "gpu_impl.cc",
18 "gpu_impl.h", 21 "gpu_impl.h",
19 "gpu_memory_tracker.cc", 22 "gpu_memory_tracker.cc",
20 "gpu_memory_tracker.h", 23 "gpu_memory_tracker.h",
21 "gpu_state.cc", 24 "gpu_state.cc",
22 "gpu_state.h", 25 "gpu_state.h",
23 ] 26 ]
24 27
25 public_deps = [ 28 public_deps = [
26 ":lib", 29 ":lib",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 "//base", 61 "//base",
59 "//cc", 62 "//cc",
60 "//components/view_manager/public/interfaces", 63 "//components/view_manager/public/interfaces",
61 "//gpu/command_buffer/common", 64 "//gpu/command_buffer/common",
62 "//third_party/mojo/src/mojo/public/cpp/bindings", 65 "//third_party/mojo/src/mojo/public/cpp/bindings",
63 "//third_party/mojo/src/mojo/public/cpp/system", 66 "//third_party/mojo/src/mojo/public/cpp/system",
64 ] 67 ]
65 68
66 include_dirs = [ "../.." ] 69 include_dirs = [ "../.." ]
67 } 70 }
OLDNEW
« no previous file with comments | « components/view_manager/display_manager_factory.h ('k') | components/view_manager/gles2/command_buffer_driver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698