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

Side by Side Diff: chrome/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: Addressing comments from PS#25 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/android/chrome_apk.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 import("//build_overrides/v8.gni") 7 import("//build_overrides/v8.gni")
8 import("//chrome/version.gni") 8 import("//chrome/version.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//third_party/icu/config.gni") 10 import("//third_party/icu/config.gni")
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 "//sync/android:sync_javatests", 326 "//sync/android:sync_javatests",
327 "//sync:sync_java_test_support", 327 "//sync:sync_java_test_support",
328 "//third_party/android_tools:android_support_v7_appcompat_java", 328 "//third_party/android_tools:android_support_v7_appcompat_java",
329 "//third_party/android_tools:android_support_v7_recyclerview_java", 329 "//third_party/android_tools:android_support_v7_recyclerview_java",
330 "//third_party/android_tools:android_support_v13_java", 330 "//third_party/android_tools:android_support_v13_java",
331 "//third_party/android_tools:legacy_http_javalib", 331 "//third_party/android_tools:legacy_http_javalib",
332 "//third_party/cacheinvalidation:cacheinvalidation_javalib", 332 "//third_party/cacheinvalidation:cacheinvalidation_javalib",
333 "//third_party/jsr-305:jsr_305_javalib", 333 "//third_party/jsr-305:jsr_305_javalib",
334 "//ui/android:ui_java", 334 "//ui/android:ui_java",
335 "//ui/android:ui_javatests", 335 "//ui/android:ui_javatests",
336 google_play_services_library,
336 ] 337 ]
337 } 338 }
338 339
339 # Overrides icon / name defined in chrome_java_resources. 340 # Overrides icon / name defined in chrome_java_resources.
340 android_resources("chrome_public_apk_resources") { 341 android_resources("chrome_public_apk_resources") {
341 resource_dirs = [ "java/res_chromium" ] 342 resource_dirs = [ "java/res_chromium" ]
342 343
343 # Dep needed to ensure override works properly. 344 # Dep needed to ensure override works properly.
344 deps = [ 345 deps = [
345 ":chrome_java_resources", 346 ":chrome_java_resources",
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 # TODO(GYP,cjhopman): Does this need version code/name? 458 # TODO(GYP,cjhopman): Does this need version code/name?
458 apk_name = "ChromePublicTest" 459 apk_name = "ChromePublicTest"
459 apk_under_test = ":chrome_public_apk" 460 apk_under_test = ":chrome_public_apk"
460 android_manifest = chrome_public_test_apk_manifest 461 android_manifest = chrome_public_test_apk_manifest
461 deps = [ 462 deps = [
462 ":chrome_public_test_apk_manifest", 463 ":chrome_public_test_apk_manifest",
463 "//chrome/android:chrome_shared_test_java", 464 "//chrome/android:chrome_shared_test_java",
464 ] 465 ]
465 isolate_file = "../chrome_public_test_apk.isolate" 466 isolate_file = "../chrome_public_test_apk.isolate"
466 } 467 }
OLDNEW
« no previous file with comments | « no previous file | chrome/android/chrome_apk.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698