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

Unified Diff: extensions/BUILD.gn

Issue 570203002: Make chrome_shell_apk build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-chrome-jamesr
Patch Set: Rebase add chrome_version_java/page_connection_info_javagen Created 6 years, 2 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 | « device/usb/BUILD.gn ('k') | printing/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/BUILD.gn
diff --git a/extensions/BUILD.gn b/extensions/BUILD.gn
index a6b9d09b31a5ab6c97f431ce9b6ad01ec327e99a..f0026dc176992c9752332c885814578bd2bd9aef 100644
--- a/extensions/BUILD.gn
+++ b/extensions/BUILD.gn
@@ -47,13 +47,16 @@ grit("extensions_renderer_resources") {
"extensions_renderer_resources.pak",
]
grit_flags = [ "-E", "mojom_root=" + rebase_path(root_gen_dir) ]
- if (enable_extensions) {
- deps = [
- "//device/serial:serial_mojo",
- ]
- }
+
+ # TODO(GYP,cjhopman): GYP has this dependency guarded by enable_extensions==1,
+ # but I don't know how that possibly works.
+ deps = [
+ "//device/serial:serial_mojo",
+ ]
}
+if (enable_extensions) {
+
source_set("test_support") {
testonly = true
sources = [
@@ -264,3 +267,5 @@ test("extensions_unittests") {
}
}
}
+
+}
« no previous file with comments | « device/usb/BUILD.gn ('k') | printing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698