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

Side by Side Diff: chrome/chrome.gyp

Issue 1822273002: Add a dependency on the CardView support library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « chrome/android/BUILD.gn ('k') | no next file » | 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 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 '../components/components_strings.gyp:components_strings', 578 '../components/components_strings.gyp:components_strings',
579 '../content/content.gyp:content_java', 579 '../content/content.gyp:content_java',
580 '../media/media.gyp:media_java', 580 '../media/media.gyp:media_java',
581 '../printing/printing.gyp:printing_java', 581 '../printing/printing.gyp:printing_java',
582 '../sync/sync.gyp:sync_java', 582 '../sync/sync.gyp:sync_java',
583 '../third_party/android_data_chart/android_data_chart.gyp:android_da ta_chart_java', 583 '../third_party/android_data_chart/android_data_chart.gyp:android_da ta_chart_java',
584 '../third_party/android_media/android_media.gyp:android_media_java', 584 '../third_party/android_media/android_media.gyp:android_media_java',
585 '../third_party/android_protobuf/android_protobuf.gyp:protobuf_nano_ javalib', 585 '../third_party/android_protobuf/android_protobuf.gyp:protobuf_nano_ javalib',
586 '../third_party/android_swipe_refresh/android_swipe_refresh.gyp:andr oid_swipe_refresh_java', 586 '../third_party/android_swipe_refresh/android_swipe_refresh.gyp:andr oid_swipe_refresh_java',
587 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib', 587 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib',
588 '../third_party/android_tools/android_tools.gyp:android_support_v7_c ardview_javalib',
588 '../third_party/android_tools/android_tools.gyp:android_support_v7_m ediarouter_javalib', 589 '../third_party/android_tools/android_tools.gyp:android_support_v7_m ediarouter_javalib',
589 '../third_party/android_tools/android_tools.gyp:android_support_v7_r ecyclerview_javalib', 590 '../third_party/android_tools/android_tools.gyp:android_support_v7_r ecyclerview_javalib',
590 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib', 591 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib',
591 '../third_party/android_tools/android_tools.gyp:google_play_services _javalib', 592 '../third_party/android_tools/android_tools.gyp:google_play_services _javalib',
592 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_javalib', 593 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_javalib',
593 '../third_party/gif_player/gif_player.gyp:gif_player_java', 594 '../third_party/gif_player/gif_player.gyp:gif_player_java',
594 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib', 595 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib',
595 '../third_party/leakcanary/leakcanary.gyp:leakcanary_java', 596 '../third_party/leakcanary/leakcanary.gyp:leakcanary_java',
596 '../ui/android/ui_android.gyp:ui_java', 597 '../ui/android/ui_android.gyp:ui_java',
597 ], 598 ],
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
809 # expired. crbug.com/577698 810 # expired. crbug.com/577698
810 '../components/components.gyp:startup_metric_utils_common', 811 '../components/components.gyp:startup_metric_utils_common',
811 ], 812 ],
812 }], 813 }],
813 ], 814 ],
814 }, 815 },
815 ], 816 ],
816 }], 817 }],
817 ], # 'conditions' 818 ], # 'conditions'
818 } 819 }
OLDNEW
« no previous file with comments | « chrome/android/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698