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

Side by Side Diff: chrome/android/BUILD.gn

Issue 894193005: [Android] Use the platform SwipeRefreshLayout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 8 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/java/src/org/chromium/chrome/browser/SwipeRefreshHandler.java » ('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/module_args/v8.gni") 7 import("//build/module_args/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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 "//components/precache/android:precache_java", 91 "//components/precache/android:precache_java",
92 "//components/variations/android:variations_java", 92 "//components/variations/android:variations_java",
93 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va", 93 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va",
94 "//content/public/android:content_java", 94 "//content/public/android:content_java",
95 "//printing:printing_java", 95 "//printing:printing_java",
96 "//sync/android:sync_java", 96 "//sync/android:sync_java",
97 "//third_party/android_data_chart:android_data_chart_java", 97 "//third_party/android_data_chart:android_data_chart_java",
98 "//third_party/android_media:android_media_java", 98 "//third_party/android_media:android_media_java",
99 "//third_party/android_protobuf:protobuf_nano_javalib", 99 "//third_party/android_protobuf:protobuf_nano_javalib",
100 "//third_party/android_tools:android_gcm_java", 100 "//third_party/android_tools:android_gcm_java",
101 "//third_party/android_swipe_refresh:android_swipe_refresh_java",
101 "//third_party/android_tools:android_support_v13_java", 102 "//third_party/android_tools:android_support_v13_java",
102 "//third_party/android_tools:android_support_v7_appcompat_java", 103 "//third_party/android_tools:android_support_v7_appcompat_java",
103 "//third_party/android_tools:android_support_v7_mediarouter_java", 104 "//third_party/android_tools:android_support_v7_mediarouter_java",
104 "//third_party/cacheinvalidation:cacheinvalidation_javalib", 105 "//third_party/cacheinvalidation:cacheinvalidation_javalib",
105 "//third_party/cacheinvalidation:cacheinvalidation_proto_java", 106 "//third_party/cacheinvalidation:cacheinvalidation_proto_java",
106 "//third_party/jsr-305:jsr_305_javalib", 107 "//third_party/jsr-305:jsr_305_javalib",
107 "//media/base/android:media_java", 108 "//media/base/android:media_java",
108 "//ui/android:ui_java", 109 "//ui/android:ui_java",
109 "//ui/android:ui_java_resources", 110 "//ui/android:ui_java_resources",
110 google_play_services_library, 111 google_play_services_library,
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 ] 521 ]
521 } 522 }
522 523
523 zip("chrome_version_srcjar") { 524 zip("chrome_version_srcjar") {
524 inputs = [ 525 inputs = [
525 chrome_version_java_file, 526 chrome_version_java_file,
526 ] 527 ]
527 output = "$target_gen_dir/$target_name.srcjar" 528 output = "$target_gen_dir/$target_name.srcjar"
528 base_dir = chrome_version_java_dir 529 base_dir = chrome_version_java_dir
529 } 530 }
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/SwipeRefreshHandler.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698