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

Side by Side Diff: chrome/chrome.gyp

Issue 1343913002: Introduce Animated Logo to Chrome on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 '../third_party/android_media/android_media.gyp:android_media_java', 611 '../third_party/android_media/android_media.gyp:android_media_java',
612 '../third_party/android_protobuf/android_protobuf.gyp:protobuf_nano_ javalib', 612 '../third_party/android_protobuf/android_protobuf.gyp:protobuf_nano_ javalib',
613 '../third_party/android_swipe_refresh/android_swipe_refresh.gyp:andr oid_swipe_refresh_java', 613 '../third_party/android_swipe_refresh/android_swipe_refresh.gyp:andr oid_swipe_refresh_java',
614 '../third_party/android_tools/android_tools.gyp:android_support_desi gn_javalib', 614 '../third_party/android_tools/android_tools.gyp:android_support_desi gn_javalib',
615 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib', 615 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib',
616 '../third_party/android_tools/android_tools.gyp:android_support_v7_m ediarouter_javalib', 616 '../third_party/android_tools/android_tools.gyp:android_support_v7_m ediarouter_javalib',
617 '../third_party/android_tools/android_tools.gyp:android_support_v7_r ecyclerview_javalib', 617 '../third_party/android_tools/android_tools.gyp:android_support_v7_r ecyclerview_javalib',
618 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib', 618 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib',
619 '../third_party/android_tools/android_tools.gyp:google_play_services _javalib', 619 '../third_party/android_tools/android_tools.gyp:google_play_services _javalib',
620 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_javalib', 620 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_javalib',
621 '../third_party/gif_player/gif_player.gyp:gif_player_java',
621 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib', 622 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib',
622 '../ui/android/ui_android.gyp:ui_java', 623 '../ui/android/ui_android.gyp:ui_java',
623 ], 624 ],
624 'variables': { 625 'variables': {
625 'variables': { 626 'variables': {
626 'android_branding_res_dirs%': ['<(java_in_dir)/res_chromium'], 627 'android_branding_res_dirs%': ['<(java_in_dir)/res_chromium'],
627 }, 628 },
628 'java_in_dir': '../chrome/android/java', 629 'java_in_dir': '../chrome/android/java',
629 'has_java_resources': 1, 630 'has_java_resources': 1,
630 'R_package': 'org.chromium.chrome', 631 'R_package': 'org.chromium.chrome',
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 '<(DEPTH)/third_party/kasko' 837 '<(DEPTH)/third_party/kasko'
837 ], 838 ],
838 }, 839 },
839 }, 840 },
840 }, 841 },
841 }, 842 },
842 ], 843 ],
843 }], 844 }],
844 ], # 'conditions' 845 ], # 'conditions'
845 } 846 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698