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

Unified Diff: services/js/modules/gl/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 | « services/gfx/compositor/BUILD.gn ('k') | services/url_response_disk_cache/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/js/modules/gl/BUILD.gn
diff --git a/services/js/modules/gl/BUILD.gn b/services/js/modules/gl/BUILD.gn
index be4156b06a27f526e7628ad470b6dfc14c3f8ff6..29f0aecdbefc66bd9170836e752dddb6a7c2ebbb 100644
--- a/services/js/modules/gl/BUILD.gn
+++ b/services/js/modules/gl/BUILD.gn
@@ -14,8 +14,8 @@ source_set("gl") {
"//base",
"//gin",
"//mojo/environment:chromium",
- "//mojo/public/c/gpu",
- "//mojo/public/c/gpu:gpu_onscreen",
+ "//mojo/public/c:gpu",
+ "//mojo/public/c:gpu_onscreen",
"//mojo/public/cpp/environment",
"//services/js/system",
"//v8",
« no previous file with comments | « services/gfx/compositor/BUILD.gn ('k') | services/url_response_disk_cache/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698