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

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

Issue 890843003: Revert of Update mojo sdk to rev 8af2ccff2eee4bfca1043015abee30482a030b30 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
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 7661c8885625444b1b6a087f8750409bbcfb84e4..19abf7410ab3e4370a43b21094ab69e43395d62e 100644
--- a/third_party/mojo/src/mojo/public/mojo_application.gni
+++ b/third_party/mojo/src/mojo/public/mojo_application.gni
@@ -74,14 +74,16 @@
}
# Copy the prebuilt mojo_shell if using it.
- if (defined(invoker.data_deps)) {
- data_deps = invoker.data_deps
+ if (defined(invoker.datadeps)) {
+ datadeps = invoker.datadeps
if (use_prebuilt_mojo_shell) {
- data_deps += [ copy_mojo_shell ]
+ datadeps += [ copy_mojo_shell ]
}
} else {
if (use_prebuilt_mojo_shell) {
- data_deps = [ copy_mojo_shell ]
+ datadeps = [
+ copy_mojo_shell,
+ ]
}
}
deps = rebase_path([
« no previous file with comments | « third_party/mojo/src/mojo/public/js/connection.js ('k') | third_party/mojo/src/mojo/public/python/mojo_bindings/reflection.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698