| 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 571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 582 '../third_party/android_protobuf/android_protobuf.gyp:protobuf_nano_
javalib', | 582 '../third_party/android_protobuf/android_protobuf.gyp:protobuf_nano_
javalib', |
| 583 '../third_party/android_swipe_refresh/android_swipe_refresh.gyp:andr
oid_swipe_refresh_java', | 583 '../third_party/android_swipe_refresh/android_swipe_refresh.gyp:andr
oid_swipe_refresh_java', |
| 584 '../third_party/android_tools/android_tools.gyp:android_support_v7_a
ppcompat_javalib', | 584 '../third_party/android_tools/android_tools.gyp:android_support_v7_a
ppcompat_javalib', |
| 585 '../third_party/android_tools/android_tools.gyp:android_support_v7_m
ediarouter_javalib', | 585 '../third_party/android_tools/android_tools.gyp:android_support_v7_m
ediarouter_javalib', |
| 586 '../third_party/android_tools/android_tools.gyp:android_support_v7_r
ecyclerview_javalib', | 586 '../third_party/android_tools/android_tools.gyp:android_support_v7_r
ecyclerview_javalib', |
| 587 '../third_party/android_tools/android_tools.gyp:android_support_v13_
javalib', | 587 '../third_party/android_tools/android_tools.gyp:android_support_v13_
javalib', |
| 588 '../third_party/android_tools/android_tools.gyp:google_play_services
_javalib', | 588 '../third_party/android_tools/android_tools.gyp:google_play_services
_javalib', |
| 589 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_javalib', | 589 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_javalib', |
| 590 '../third_party/gif_player/gif_player.gyp:gif_player_java', | 590 '../third_party/gif_player/gif_player.gyp:gif_player_java', |
| 591 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib', | 591 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib', |
| 592 '../third_party/leakcanary/leakcanary.gyp:leakcanary_java', | |
| 593 '../ui/android/ui_android.gyp:ui_java', | 592 '../ui/android/ui_android.gyp:ui_java', |
| 594 ], | 593 ], |
| 595 'variables': { | 594 'variables': { |
| 596 'variables': { | 595 'variables': { |
| 597 'android_branding_res_dirs%': ['<(java_in_dir)/res_chromium'], | 596 'android_branding_res_dirs%': ['<(java_in_dir)/res_chromium'], |
| 598 }, | 597 }, |
| 599 'java_in_dir': '../chrome/android/java', | 598 'java_in_dir': '../chrome/android/java', |
| 600 'has_java_resources': 1, | 599 'has_java_resources': 1, |
| 601 'R_package': 'org.chromium.chrome', | 600 'R_package': 'org.chromium.chrome', |
| 602 'R_package_relpath': 'org/chromium/chrome', | 601 'R_package_relpath': 'org/chromium/chrome', |
| (...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 794 # expired. crbug.com/577698 | 793 # expired. crbug.com/577698 |
| 795 '../components/components.gyp:startup_metric_utils_common', | 794 '../components/components.gyp:startup_metric_utils_common', |
| 796 ], | 795 ], |
| 797 }], | 796 }], |
| 798 ], | 797 ], |
| 799 }, | 798 }, |
| 800 ], | 799 ], |
| 801 }], | 800 }], |
| 802 ], # 'conditions' | 801 ], # 'conditions' |
| 803 } | 802 } |
| OLD | NEW |