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

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: thestig@ & esprehn@ comments 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
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 '../components/components.gyp:safe_json_java', 578 '../components/components.gyp:safe_json_java',
579 '../components/components.gyp:security_state_enums_java', 579 '../components/components.gyp:security_state_enums_java',
580 '../components/components.gyp:service_tab_launcher_java', 580 '../components/components.gyp:service_tab_launcher_java',
581 '../components/components.gyp:signin_core_browser_java', 581 '../components/components.gyp:signin_core_browser_java',
582 '../components/components.gyp:variations_java', 582 '../components/components.gyp:variations_java',
583 '../components/components.gyp:web_contents_delegate_android_java', 583 '../components/components.gyp:web_contents_delegate_android_java',
584 '../components/components.gyp:web_restrictions_java', 584 '../components/components.gyp:web_restrictions_java',
585 '../components/components_strings.gyp:components_strings', 585 '../components/components_strings.gyp:components_strings',
586 '../content/content.gyp:content_java', 586 '../content/content.gyp:content_java',
587 '../media/media.gyp:media_java', 587 '../media/media.gyp:media_java',
588 '../mojo/mojo_public.gyp:mojo_bindings_java',
589 '../mojo/mojo_public.gyp:mojo_public_java',
588 '../printing/printing.gyp:printing_java', 590 '../printing/printing.gyp:printing_java',
589 '../sync/sync.gyp:sync_java', 591 '../sync/sync.gyp:sync_java',
592 '../third_party/WebKit/public/blink.gyp:android_mojo_bindings_java',
590 '../third_party/android_data_chart/android_data_chart.gyp:android_da ta_chart_java', 593 '../third_party/android_data_chart/android_data_chart.gyp:android_da ta_chart_java',
591 '../third_party/android_media/android_media.gyp:android_media_java', 594 '../third_party/android_media/android_media.gyp:android_media_java',
592 '../third_party/android_protobuf/android_protobuf.gyp:protobuf_nano_ javalib', 595 '../third_party/android_protobuf/android_protobuf.gyp:protobuf_nano_ javalib',
593 '../third_party/android_swipe_refresh/android_swipe_refresh.gyp:andr oid_swipe_refresh_java', 596 '../third_party/android_swipe_refresh/android_swipe_refresh.gyp:andr oid_swipe_refresh_java',
594 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib', 597 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib',
595 '../third_party/android_tools/android_tools.gyp:android_support_v7_m ediarouter_javalib', 598 '../third_party/android_tools/android_tools.gyp:android_support_v7_m ediarouter_javalib',
596 '../third_party/android_tools/android_tools.gyp:android_support_v7_r ecyclerview_javalib', 599 '../third_party/android_tools/android_tools.gyp:android_support_v7_r ecyclerview_javalib',
597 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib', 600 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib',
598 '../third_party/android_tools/android_tools.gyp:google_play_services _javalib', 601 '../third_party/android_tools/android_tools.gyp:google_play_services _javalib',
599 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_javalib', 602 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_javalib',
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
808 # expired. crbug.com/577698 811 # expired. crbug.com/577698
809 '../components/components.gyp:startup_metric_utils_common', 812 '../components/components.gyp:startup_metric_utils_common',
810 ], 813 ],
811 }], 814 }],
812 ], 815 ],
813 }, 816 },
814 ], 817 ],
815 }], 818 }],
816 ], # 'conditions' 819 ], # 'conditions'
817 } 820 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698