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 584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
595 '../third_party/android_swipe_refresh/android_swipe_refresh.gyp:andr
oid_swipe_refresh_java', | 595 '../third_party/android_swipe_refresh/android_swipe_refresh.gyp:andr
oid_swipe_refresh_java', |
596 '../third_party/android_tools/android_tools.gyp:android_support_v7_a
ppcompat_javalib', | 596 '../third_party/android_tools/android_tools.gyp:android_support_v7_a
ppcompat_javalib', |
597 '../third_party/android_tools/android_tools.gyp:android_support_v7_m
ediarouter_javalib', | 597 '../third_party/android_tools/android_tools.gyp:android_support_v7_m
ediarouter_javalib', |
598 '../third_party/android_tools/android_tools.gyp:android_support_v7_r
ecyclerview_javalib', | 598 '../third_party/android_tools/android_tools.gyp:android_support_v7_r
ecyclerview_javalib', |
599 '../third_party/android_tools/android_tools.gyp:android_support_v13_
javalib', | 599 '../third_party/android_tools/android_tools.gyp:android_support_v13_
javalib', |
600 '../third_party/android_tools/android_tools.gyp:google_play_services
_javalib', | 600 '../third_party/android_tools/android_tools.gyp:google_play_services
_javalib', |
601 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_javalib', | 601 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_javalib', |
602 '../third_party/gif_player/gif_player.gyp:gif_player_java', | 602 '../third_party/gif_player/gif_player.gyp:gif_player_java', |
603 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib', | 603 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib', |
604 '../third_party/leakcanary/leakcanary.gyp:leakcanary_java', | 604 '../third_party/leakcanary/leakcanary.gyp:leakcanary_java', |
| 605 '../third_party/WebKit/public/blink.gyp:mojo_bindings_java', |
605 '../ui/android/ui_android.gyp:ui_java', | 606 '../ui/android/ui_android.gyp:ui_java', |
606 ], | 607 ], |
607 'variables': { | 608 'variables': { |
608 'variables': { | 609 'variables': { |
609 'android_branding_res_dirs%': ['<(java_in_dir)/res_chromium'], | 610 'android_branding_res_dirs%': ['<(java_in_dir)/res_chromium'], |
610 }, | 611 }, |
611 'jar_excluded_classes': [ | 612 'jar_excluded_classes': [ |
612 '*/BuildConfig.class', | 613 '*/BuildConfig.class', |
613 ], | 614 ], |
614 'java_in_dir': '../chrome/android/java', | 615 'java_in_dir': '../chrome/android/java', |
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
810 # expired. crbug.com/577698 | 811 # expired. crbug.com/577698 |
811 '../components/components.gyp:startup_metric_utils_common', | 812 '../components/components.gyp:startup_metric_utils_common', |
812 ], | 813 ], |
813 }], | 814 }], |
814 ], | 815 ], |
815 }, | 816 }, |
816 ], | 817 ], |
817 }], | 818 }], |
818 ], # 'conditions' | 819 ], # 'conditions' |
819 } | 820 } |
OLD | NEW |