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

Unified Diff: mojo/public/mojo_application.gni

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/c/include/MGL/mgl_types.h ('k') | mojo/public/platform/nacl/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/mojo_application.gni
diff --git a/mojo/public/mojo_application.gni b/mojo/public/mojo_application.gni
index 512bf19b652854508353b14c6a7d7e1298269b95..386393546bfcaeb04c658fde469b6533ea619abe 100644
--- a/mojo/public/mojo_application.gni
+++ b/mojo/public/mojo_application.gni
@@ -69,8 +69,9 @@ template("mojo_native_application") {
mojo_root) ]
}
- deps =
- rebase_path([ "mojo/public/platform/native:system" ], ".", mojo_root)
+ deps = rebase_path([ "mojo/public/platform/native:system_thunks" ],
+ ".",
+ mojo_root)
if (defined(invoker.deps)) {
deps += invoker.deps
}
@@ -310,8 +311,9 @@ if (is_android) {
sources = invoker.sources
}
- deps =
- rebase_path([ "mojo/public/platform/native:system" ], ".", mojo_root)
+ deps = rebase_path([ "mojo/public/platform/native:system_thunks" ],
+ ".",
+ mojo_root)
if (defined(invoker.jni_package)) {
deps += [ ":${generate_jni_name}" ]
}
« no previous file with comments | « mojo/public/c/include/MGL/mgl_types.h ('k') | mojo/public/platform/nacl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698