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

Unified Diff: services/gles2/BUILD.gn

Issue 788343002: Restructure public side of gpu service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « mojo/tools/roll/rev_sdk.py ('k') | services/gles2/command_buffer_driver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/gles2/BUILD.gn
diff --git a/services/gles2/BUILD.gn b/services/gles2/BUILD.gn
index 60632a58a9acb52f6bcebe38ccd9a6c51e7df247..73c29178e9741acb116c252a20a5f0e2bc487b73 100644
--- a/services/gles2/BUILD.gn
+++ b/services/gles2/BUILD.gn
@@ -23,7 +23,7 @@ source_set("gles2") {
"//mojo/converters/geometry",
"//mojo/public/cpp/bindings",
"//mojo/services/geometry/public/interfaces",
- "//mojo/services/public/interfaces/gpu",
+ "//mojo/services/gpu/public/interfaces",
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/gl",
@@ -43,6 +43,6 @@ source_set("lib") {
"//gpu/command_buffer/common",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
- "//mojo/services/public/interfaces/gpu",
+ "//mojo/services/gpu/public/interfaces",
]
}
« no previous file with comments | « mojo/tools/roll/rev_sdk.py ('k') | services/gles2/command_buffer_driver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698