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

Unified Diff: sync/android/BUILD.gn

Issue 1439973004: [PoC] Reformat all BUILD.gn and *.gni files with new gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-sort-deps
Patch Set: Synchronize with new version of gn patch Created 5 years, 1 month 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: sync/android/BUILD.gn
diff --git a/sync/android/BUILD.gn b/sync/android/BUILD.gn
index 48f676001c01ed81d8bedbc1158351d42449ef06..e7bd9e94b51da41a8062850de9ff85c51a39f92c 100644
--- a/sync/android/BUILD.gn
+++ b/sync/android/BUILD.gn
@@ -9,10 +9,10 @@ android_library("sync_java") {
deps = [
"//base:base_java",
"//net/android:net_java",
+ "//third_party/android_tools:android_gcm_java",
"//third_party/cacheinvalidation:cacheinvalidation_javalib",
"//third_party/cacheinvalidation:cacheinvalidation_proto_java",
"//third_party/jsr-305:jsr_305_javalib",
- "//third_party/android_tools:android_gcm_java",
]
srcjar_deps = [ ":java_enums" ]
DEPRECATED_java_in_dir = "java/src"

Powered by Google App Engine
This is Rietveld 408576698