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

Unified Diff: components/gcm_driver/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 | « components/gcm_driver.gypi ('k') | components/gcm_driver/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/gcm_driver/BUILD.gn
diff --git a/components/gcm_driver/BUILD.gn b/components/gcm_driver/BUILD.gn
index 95b059626905fe8c3ba73ecf1fc7a3f190bf512f..51360df5fe7b9fe3cf9d4f359b318a48f0109f73 100644
--- a/components/gcm_driver/BUILD.gn
+++ b/components/gcm_driver/BUILD.gn
@@ -71,10 +71,9 @@ static_library("gcm_driver") {
"gcm_stats_recorder_impl.h",
]
deps -= [
- "//components/gcm_driver/proto",
"//google_apis/gcm",
]
- deps += [ ":jni_headers" ]
+ deps += [ "android:jni_headers" ]
}
}
@@ -108,15 +107,3 @@ static_library("test_support") {
deps -= [ "//google_apis/gcm" ]
}
}
-
-if (is_android) {
- import("//build/config/android/rules.gni")
-
- # GYP version: components/gcm_driver.gypi:gcm_driver_jni_headers
- generate_jni("jni_headers") {
- sources = [
- "android/java/src/org/chromium/components/gcm_driver/GCMDriver.java",
- ]
- jni_package = "components/gcm_driver"
- }
-}
« no previous file with comments | « components/gcm_driver.gypi ('k') | components/gcm_driver/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698