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

Side by Side Diff: chrome/chrome.gyp

Issue 1831173002: Scaffolding for Android implementation of PaymentRequest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo
Patch Set: Rebase Created 4 years, 8 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 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 '../third_party/android_swipe_refresh/android_swipe_refresh.gyp:andr oid_swipe_refresh_java', 588 '../third_party/android_swipe_refresh/android_swipe_refresh.gyp:andr oid_swipe_refresh_java',
589 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib', 589 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib',
590 '../third_party/android_tools/android_tools.gyp:android_support_v7_m ediarouter_javalib', 590 '../third_party/android_tools/android_tools.gyp:android_support_v7_m ediarouter_javalib',
591 '../third_party/android_tools/android_tools.gyp:android_support_v7_r ecyclerview_javalib', 591 '../third_party/android_tools/android_tools.gyp:android_support_v7_r ecyclerview_javalib',
592 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib', 592 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib',
593 '../third_party/android_tools/android_tools.gyp:google_play_services _javalib', 593 '../third_party/android_tools/android_tools.gyp:google_play_services _javalib',
594 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_javalib', 594 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_javalib',
595 '../third_party/gif_player/gif_player.gyp:gif_player_java', 595 '../third_party/gif_player/gif_player.gyp:gif_player_java',
596 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib', 596 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib',
597 '../third_party/leakcanary/leakcanary.gyp:leakcanary_java', 597 '../third_party/leakcanary/leakcanary.gyp:leakcanary_java',
598 '../third_party/WebKit/public/blink.gyp:mojo_bindings',
598 '../ui/android/ui_android.gyp:ui_java', 599 '../ui/android/ui_android.gyp:ui_java',
599 ], 600 ],
600 'variables': { 601 'variables': {
601 'variables': { 602 'variables': {
602 'android_branding_res_dirs%': ['<(java_in_dir)/res_chromium'], 603 'android_branding_res_dirs%': ['<(java_in_dir)/res_chromium'],
603 }, 604 },
604 'jar_excluded_classes': [ 605 'jar_excluded_classes': [
605 '*/BuildConfig.class', 606 '*/BuildConfig.class',
606 ], 607 ],
607 'java_in_dir': '../chrome/android/java', 608 'java_in_dir': '../chrome/android/java',
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
803 # expired. crbug.com/577698 804 # expired. crbug.com/577698
804 '../components/components.gyp:startup_metric_utils_common', 805 '../components/components.gyp:startup_metric_utils_common',
805 ], 806 ],
806 }], 807 }],
807 ], 808 ],
808 }, 809 },
809 ], 810 ],
810 }], 811 }],
811 ], # 'conditions' 812 ], # 'conditions'
812 } 813 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698