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

Unified Diff: shell/BUILD.gn

Issue 910763002: Expose ability to download network service impl in SDK. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fixes 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: shell/BUILD.gn
diff --git a/shell/BUILD.gn b/shell/BUILD.gn
index 3f4838a69c0d969768b0be77038b08bb4ece83f6..58b9c0ec65334f2965d5487d9ed1798a42e02b61 100644
--- a/shell/BUILD.gn
+++ b/shell/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
import("//build/config/ui.gni")
+import("//build/module_args/mojo.gni")
import("//mojo/public/mojo.gni")
import("//mojo/public/tools/bindings/mojom.gni")
import("//testing/test.gni")
@@ -306,6 +307,11 @@ if (is_android) {
"$root_out_dir/network_service.mojo",
"$root_out_dir/obj/shell/bootstrap_java.dex.jar",
]
+ if (use_prebuilt_network_service) {
ppi 2015/02/10 16:49:50 Is this needed? I'd think that putting "$root_out_
jamesr 2015/02/10 22:45:21 This shouldn't be conditional other than as a tran
blundell 2015/02/11 21:06:17 Done.
+ deps = [
+ "//mojo/public/tools:copy_network_service",
+ ]
+ }
}
copy("copy_mojo_shell") {
« mojo/public/mojo_application.gni ('K') | « mojo/tools/roll/roll_network_service.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698