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

Unified Diff: third_party/mojo/src/mojo/public/mojo_application.gni

Issue 1035933002: Update mojo sdk to rev 912f52f69dadbe1e3cf9576f26731863770bcfc3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « third_party/mojo/src/mojo/public/mojo.gni ('k') | third_party/mojo/src/mojo/public/tools/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mojo/src/mojo/public/mojo_application.gni
diff --git a/third_party/mojo/src/mojo/public/mojo_application.gni b/third_party/mojo/src/mojo/public/mojo_application.gni
index ce8cf9e12bf2756bd830dd353d65fff731d4b616..2c7ee4aec41a4b9ba0c59a6360aff115e7d01981 100644
--- a/third_party/mojo/src/mojo/public/mojo_application.gni
+++ b/third_party/mojo/src/mojo/public/mojo_application.gni
@@ -77,11 +77,11 @@ template("mojo_native_application") {
}
# Copy any necessary prebuilt artifacts.
- if (use_prebuilt_mojo_shell) {
+ if (mojo_use_prebuilt_mojo_shell) {
data_deps +=
[ rebase_path("mojo/public/tools:copy_mojo_shell", ".", mojo_root) ]
}
- if (use_prebuilt_network_service) {
+ if (mojo_use_prebuilt_network_service) {
data_deps += [ rebase_path("mojo/public/tools:copy_network_service",
".",
mojo_root) ]
@@ -197,11 +197,11 @@ template("mojo_native_application") {
}
# Copy any necessary prebuilt artifacts.
- if (use_prebuilt_mojo_shell) {
+ if (mojo_use_prebuilt_mojo_shell) {
data_deps +=
[ rebase_path("mojo/public/tools:copy_mojo_shell", ".", mojo_root) ]
}
- if (use_prebuilt_network_service) {
+ if (mojo_use_prebuilt_network_service) {
data_deps += [ rebase_path("mojo/public/tools:copy_network_service",
".",
mojo_root) ]
« no previous file with comments | « third_party/mojo/src/mojo/public/mojo.gni ('k') | third_party/mojo/src/mojo/public/tools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698