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

Unified Diff: mojo/gles2/BUILD.gn

Issue 1085233004: Moves services implementations out of third_party/mojo_services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unnecessary changes Created 5 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 side-by-side diff with in-line comments
Download patch
Index: mojo/gles2/BUILD.gn
diff --git a/mojo/gles2/BUILD.gn b/mojo/gles2/BUILD.gn
index c6e501a5ee5f17ffa3f7e9983cbdaa956a31afc2..62d4d9eac9fd7de6c86127ca8a72ca9d5eff8689 100644
--- a/mojo/gles2/BUILD.gn
+++ b/mojo/gles2/BUILD.gn
@@ -37,6 +37,7 @@ source_set("gles2") {
"//base",
"//base/third_party/dynamic_annotations",
"//components/gles2:lib",
+ "//components/gpu/public/interfaces",
"//gpu/command_buffer/client",
"//gpu/command_buffer/client:gles2_cmd_helper",
"//gpu/command_buffer/client:gles2_implementation",
@@ -47,7 +48,6 @@ source_set("gles2") {
"//third_party/mojo/src/mojo/public/c/system",
"//third_party/mojo/src/mojo/public/cpp/bindings",
"//third_party/mojo/src/mojo/public/cpp/system",
- "//third_party/mojo_services/src/gpu/public/interfaces",
]
include_dirs = [ ".." ]

Powered by Google App Engine
This is Rietveld 408576698