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

Unified Diff: content/shell/BUILD.gn

Issue 507523002: Add content_shell_apk target (and a bunch of its dependencies) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix PageTransitionTypes.template path Created 6 years, 3 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 | « content/public/android/BUILD.gn ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 3ef1c6d10aecf8b55f7b17cdaee7539dd962f728..5392ecaba8013e5fd0c200a0f7c91c4228105ec0 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -4,8 +4,8 @@
import("//build/config/features.gni")
import("//build/config/ui.gni")
-import("//tools/grit/grit_rule.gni")
import("//tools/grit/repack.gni")
+import("//tools/grit/grit_rule.gni")
if (is_android) {
import("//build/config/android/config.gni")
}
@@ -261,8 +261,8 @@ static_library("content_shell_lib") {
}
if (is_android) {
- #deps += [ 'content_shell_jni_headers' ] TODO(GYP)
- #deps -= [ 'copy_test_netscape_plugin' ] TODO(GYP)
+ deps += [ ":content_shell_jni_headers" ]
+ #deps -= [ "copy_test_netscape_plugin" ] TODO(GYP)
}
if (is_posix && !is_mac && (!is_android || !is_android_webview_build)) {
« no previous file with comments | « content/public/android/BUILD.gn ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698