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

Unified Diff: mojo/gpu/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/go/rules.gni ('k') | mojo/gpu/gl_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/gpu/BUILD.gn
diff --git a/mojo/gpu/BUILD.gn b/mojo/gpu/BUILD.gn
index 10ccbc09dd212e2e58e44a6675dc0c7a013c3811..944aa1c4b482feb9c4dd7c7bea93dae8343a602c 100644
--- a/mojo/gpu/BUILD.gn
+++ b/mojo/gpu/BUILD.gn
@@ -13,14 +13,14 @@ source_set("gpu") {
]
public_deps = [
- "//mojo/public/c/gpu",
+ "//mojo/public/c:gpu",
]
deps = [
"//base",
+ "//mojo/public/c:gpu",
+ "//mojo/public/c:gpu_onscreen",
"//mojo/public/c:system",
- "//mojo/public/c/gpu",
- "//mojo/public/c/gpu:gpu_onscreen",
"//mojo/public/cpp/application",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/environment",
« no previous file with comments | « mojo/go/rules.gni ('k') | mojo/gpu/gl_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698