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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: components/view_manager/gles2/BUILD.gn
diff --git a/components/view_manager/gles2/BUILD.gn b/components/view_manager/gles2/BUILD.gn
index 5717d1ac57f73d149fff67f57350f9fc029a46fe..75d95bd6f0e03b70d99e87791aad3600b6f1368f 100644
--- a/components/view_manager/gles2/BUILD.gn
+++ b/components/view_manager/gles2/BUILD.gn
@@ -4,7 +4,7 @@
source_set("gles2") {
visibility = [
- "//components/view_manager/native_viewport:*",
+ "//components/view_manager/surfaces:*",
"//mojo/runner:lib", # For android
]
@@ -14,6 +14,9 @@ source_set("gles2") {
"command_buffer_impl.cc",
"command_buffer_impl.h",
"command_buffer_impl_observer.h",
+ "command_buffer_local.cc",
+ "command_buffer_local.h",
+ "command_buffer_local_client.h",
"gpu_impl.cc",
"gpu_impl.h",
"gpu_memory_tracker.cc",
« 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