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

Unified Diff: mojo/skia/BUILD.gn

Issue 2236083002: Move mojo/public/c/gpu/* to mojo/public/c/include. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: foo Created 4 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
« no previous file with comments | « mojo/public/python/BUILD.gn ('k') | mojo/skia/ganesh_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/skia/BUILD.gn
diff --git a/mojo/skia/BUILD.gn b/mojo/skia/BUILD.gn
index 60baa2f99203ebdfc65b165dd3371e7ff3985e35..7b3e638fa3b2fb85aeec548fd773f77ee39f4c83 100644
--- a/mojo/skia/BUILD.gn
+++ b/mojo/skia/BUILD.gn
@@ -20,8 +20,8 @@ source_set("skia") {
":skia_bindings",
"//base",
"//mojo/gpu",
- "//mojo/public/c/gpu",
- "//mojo/public/c/gpu:MGL",
+ "//mojo/public/c:MGL",
+ "//mojo/public/c:gpu",
"//mojo/services/geometry/interfaces",
"//skia",
]
@@ -33,8 +33,8 @@ source_set("skia_bindings") {
"gl_bindings_skia.h",
]
deps = [
- "//mojo/public/c/gpu",
- "//mojo/public/c/gpu:GLES2",
+ "//mojo/public/c:GLES2",
+ "//mojo/public/c:gpu",
"//skia",
]
}
« no previous file with comments | « mojo/public/python/BUILD.gn ('k') | mojo/skia/ganesh_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698