| OLD | NEW |
| 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 590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 601 '../third_party/android_media/android_media.gyp:android_media_java', | 601 '../third_party/android_media/android_media.gyp:android_media_java', |
| 602 '../third_party/android_protobuf/android_protobuf.gyp:protobuf_nano_
javalib', | 602 '../third_party/android_protobuf/android_protobuf.gyp:protobuf_nano_
javalib', |
| 603 '../third_party/android_swipe_refresh/android_swipe_refresh.gyp:andr
oid_swipe_refresh_java', | 603 '../third_party/android_swipe_refresh/android_swipe_refresh.gyp:andr
oid_swipe_refresh_java', |
| 604 '../third_party/android_tools/android_tools.gyp:android_support_desi
gn_javalib', | 604 '../third_party/android_tools/android_tools.gyp:android_support_desi
gn_javalib', |
| 605 '../third_party/android_tools/android_tools.gyp:android_support_v7_a
ppcompat_javalib', | 605 '../third_party/android_tools/android_tools.gyp:android_support_v7_a
ppcompat_javalib', |
| 606 '../third_party/android_tools/android_tools.gyp:android_support_v7_m
ediarouter_javalib', | 606 '../third_party/android_tools/android_tools.gyp:android_support_v7_m
ediarouter_javalib', |
| 607 '../third_party/android_tools/android_tools.gyp:android_support_v7_r
ecyclerview_javalib', | 607 '../third_party/android_tools/android_tools.gyp:android_support_v7_r
ecyclerview_javalib', |
| 608 '../third_party/android_tools/android_tools.gyp:android_support_v13_
javalib', | 608 '../third_party/android_tools/android_tools.gyp:android_support_v13_
javalib', |
| 609 '../third_party/android_tools/android_tools.gyp:google_play_services
_javalib', | 609 '../third_party/android_tools/android_tools.gyp:google_play_services
_javalib', |
| 610 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_javalib', | 610 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_javalib', |
| 611 '../third_party/gif_player/gif_player.gyp:gif_player_java', |
| 611 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib', | 612 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib', |
| 612 '../ui/android/ui_android.gyp:ui_java', | 613 '../ui/android/ui_android.gyp:ui_java', |
| 613 ], | 614 ], |
| 614 'variables': { | 615 'variables': { |
| 615 'variables': { | 616 'variables': { |
| 616 'android_branding_res_dirs%': ['<(java_in_dir)/res_chromium'], | 617 'android_branding_res_dirs%': ['<(java_in_dir)/res_chromium'], |
| 617 }, | 618 }, |
| 618 'java_in_dir': '../chrome/android/java', | 619 'java_in_dir': '../chrome/android/java', |
| 619 'has_java_resources': 1, | 620 'has_java_resources': 1, |
| 620 'R_package': 'org.chromium.chrome', | 621 'R_package': 'org.chromium.chrome', |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 827 '<(DEPTH)/third_party/kasko' | 828 '<(DEPTH)/third_party/kasko' |
| 828 ], | 829 ], |
| 829 }, | 830 }, |
| 830 }, | 831 }, |
| 831 }, | 832 }, |
| 832 }, | 833 }, |
| 833 ], | 834 ], |
| 834 }], | 835 }], |
| 835 ], # 'conditions' | 836 ], # 'conditions' |
| 836 } | 837 } |
| OLD | NEW |