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

Unified Diff: content/public/android/BUILD.gn

Issue 1324173002: [Background Sync] Use GcmNetworkManager to start the browser for sync events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@bgsync-fix-background5
Patch Set: Move the BackgroundSyncLauncher into /chrome Created 5 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
Index: content/public/android/BUILD.gn
diff --git a/content/public/android/BUILD.gn b/content/public/android/BUILD.gn
index dc0d3f5a828f5184d3493beaa3a128638d1b7999..7471b8dd13354f88a8a0529ea0bde835443c19ba 100644
--- a/content/public/android/BUILD.gn
+++ b/content/public/android/BUILD.gn
@@ -42,6 +42,7 @@ android_library("content_java") {
"//mojo/android:system_java",
"//net/android:net_java",
"//third_party/android_tools:android_support_v13_java",
+ "//third_party/android_tools:google_play_services_default_java",
jkarlin 2015/10/14 18:30:29 remove
iclelland 2015/10/14 19:31:24 Done.
"//third_party/mojo/src/mojo/public/java:bindings",
"//third_party/mojo/src/mojo/public/java:system",
"//ui/accessibility:ui_accessibility_java",
@@ -190,6 +191,7 @@ android_library("content_javatests") {
"//net/android:net_java",
"//net/android:net_java_test_support",
"//third_party/android_tools:android_support_v13_java",
+ "//third_party/android_tools:google_play_services_default_java",
jkarlin 2015/10/14 18:30:29 remove
iclelland 2015/10/14 19:31:24 Done.
"//third_party/android_tools:legacy_http_javalib",
"//third_party/mojo/src/mojo/public/interfaces/bindings/tests:test_interfaces_java",
"//third_party/mojo/src/mojo/public/java:bindings",

Powered by Google App Engine
This is Rietveld 408576698