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

Unified Diff: components/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: components/gles2/BUILD.gn
diff --git a/components/gles2/BUILD.gn b/components/gles2/BUILD.gn
index 002d3e7e84c12226b6ab0bfd345954202c9531d0..a858049f24d3dba4f3226095c772d5805fb238e3 100644
--- a/components/gles2/BUILD.gn
+++ b/components/gles2/BUILD.gn
@@ -26,11 +26,11 @@ source_set("gles2") {
]
deps = [
"//base",
+ "//components/gpu/public/interfaces",
"//gpu/command_buffer/service",
"//mojo/converters/geometry",
"//third_party/mojo/src/mojo/public/cpp/bindings",
- "//third_party/mojo_services/src/geometry/public/interfaces",
- "//third_party/mojo_services/src/gpu/public/interfaces",
+ "//ui/mojo/geometry:interfaces",
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/gl",
@@ -49,10 +49,10 @@ source_set("lib") {
deps = [
"//base",
+ "//components/gpu/public/interfaces",
"//gpu/command_buffer/common",
"//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