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

Side by Side Diff: chrome/chrome.gyp

Issue 1419553003: Revert "Introduce support design library to chrome and roll android_tools/" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Proper rebase 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 unified diff | Download patch
« no previous file with comments | « chrome/android/java/res/layout/eb_edit.xml ('k') | tools/android/eclipse/.classpath » ('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 (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 548 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 '../components/components.gyp:variations_java', 559 '../components/components.gyp:variations_java',
560 '../components/components.gyp:web_contents_delegate_android_java', 560 '../components/components.gyp:web_contents_delegate_android_java',
561 '../content/content.gyp:content_java', 561 '../content/content.gyp:content_java',
562 '../media/media.gyp:media_java', 562 '../media/media.gyp:media_java',
563 '../printing/printing.gyp:printing_java', 563 '../printing/printing.gyp:printing_java',
564 '../sync/sync.gyp:sync_java', 564 '../sync/sync.gyp:sync_java',
565 '../third_party/android_data_chart/android_data_chart.gyp:android_da ta_chart_java', 565 '../third_party/android_data_chart/android_data_chart.gyp:android_da ta_chart_java',
566 '../third_party/android_media/android_media.gyp:android_media_java', 566 '../third_party/android_media/android_media.gyp:android_media_java',
567 '../third_party/android_protobuf/android_protobuf.gyp:protobuf_nano_ javalib', 567 '../third_party/android_protobuf/android_protobuf.gyp:protobuf_nano_ javalib',
568 '../third_party/android_swipe_refresh/android_swipe_refresh.gyp:andr oid_swipe_refresh_java', 568 '../third_party/android_swipe_refresh/android_swipe_refresh.gyp:andr oid_swipe_refresh_java',
569 '../third_party/android_tools/android_tools.gyp:android_support_desi gn_javalib',
570 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib', 569 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib',
571 '../third_party/android_tools/android_tools.gyp:android_support_v7_m ediarouter_javalib', 570 '../third_party/android_tools/android_tools.gyp:android_support_v7_m ediarouter_javalib',
572 '../third_party/android_tools/android_tools.gyp:android_support_v7_r ecyclerview_javalib', 571 '../third_party/android_tools/android_tools.gyp:android_support_v7_r ecyclerview_javalib',
573 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib', 572 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib',
574 '../third_party/android_tools/android_tools.gyp:google_play_services _javalib', 573 '../third_party/android_tools/android_tools.gyp:google_play_services _javalib',
575 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_javalib', 574 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_javalib',
576 '../third_party/gif_player/gif_player.gyp:gif_player_java', 575 '../third_party/gif_player/gif_player.gyp:gif_player_java',
577 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib', 576 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib',
578 '../ui/android/ui_android.gyp:ui_java', 577 '../ui/android/ui_android.gyp:ui_java',
579 ], 578 ],
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 '<(DEPTH)/third_party/kasko' 792 '<(DEPTH)/third_party/kasko'
794 ], 793 ],
795 }, 794 },
796 }, 795 },
797 }, 796 },
798 }, 797 },
799 ], 798 ],
800 }], 799 }],
801 ], # 'conditions' 800 ], # 'conditions'
802 } 801 }
OLDNEW
« no previous file with comments | « chrome/android/java/res/layout/eb_edit.xml ('k') | tools/android/eclipse/.classpath » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698