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

Side by Side Diff: chrome/chrome.gyp

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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 '../components/components.gyp:service_tab_launcher_java', 622 '../components/components.gyp:service_tab_launcher_java',
623 '../components/components.gyp:precache_java', 623 '../components/components.gyp:precache_java',
624 '../components/components.gyp:variations_java', 624 '../components/components.gyp:variations_java',
625 '../components/components.gyp:web_contents_delegate_android_java', 625 '../components/components.gyp:web_contents_delegate_android_java',
626 '../content/content.gyp:content_java', 626 '../content/content.gyp:content_java',
627 '../media/media.gyp:media_java', 627 '../media/media.gyp:media_java',
628 '../printing/printing.gyp:printing_java', 628 '../printing/printing.gyp:printing_java',
629 '../sync/sync.gyp:sync_java', 629 '../sync/sync.gyp:sync_java',
630 '../third_party/android_data_chart/android_data_chart.gyp:android_da ta_chart_java', 630 '../third_party/android_data_chart/android_data_chart.gyp:android_da ta_chart_java',
631 '../third_party/android_media/android_media.gyp:android_media_java', 631 '../third_party/android_media/android_media.gyp:android_media_java',
632 '../third_party/android_swipe_refresh/android_swipe_refresh.gyp:andr oid_swipe_refresh_java',
632 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib', 633 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib',
633 '../third_party/android_tools/android_tools.gyp:android_support_v7_m ediarouter_javalib', 634 '../third_party/android_tools/android_tools.gyp:android_support_v7_m ediarouter_javalib',
634 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib', 635 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib',
635 '../third_party/android_tools/android_tools.gyp:google_play_services _javalib', 636 '../third_party/android_tools/android_tools.gyp:google_play_services _javalib',
636 '../ui/android/ui_android.gyp:ui_java', 637 '../ui/android/ui_android.gyp:ui_java',
637 ], 638 ],
638 'variables': { 639 'variables': {
639 'java_in_dir': '../chrome/android/java', 640 'java_in_dir': '../chrome/android/java',
640 'has_java_resources': 1, 641 'has_java_resources': 1,
641 'R_package': 'org.chromium.chrome', 642 'R_package': 'org.chromium.chrome',
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
820 '<(DEPTH)/third_party/kasko' 821 '<(DEPTH)/third_party/kasko'
821 ], 822 ],
822 }, 823 },
823 }, 824 },
824 }, 825 },
825 }, 826 },
826 ], 827 ],
827 }], 828 }],
828 ], # 'conditions' 829 ], # 'conditions'
829 } 830 }
OLDNEW
« no previous file with comments | « chrome/android/java/strings/android_chrome_strings.grd ('k') | content/browser/android/content_view_core_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698