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

Side by Side Diff: chrome/chrome.gyp

Issue 1224553003: customtabs: Convert to the new AIDL interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update to external patch #16, rebase and update constants. Created 5 years, 5 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 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 'connectivity_check_result_java', 583 'connectivity_check_result_java',
584 'document_tab_model_info_proto_java', 584 'document_tab_model_info_proto_java',
585 'profile_account_management_metrics_java', 585 'profile_account_management_metrics_java',
586 'content_setting_java', 586 'content_setting_java',
587 'content_settings_type_java', 587 'content_settings_type_java',
588 'page_info_connection_type_java', 588 'page_info_connection_type_java',
589 'profile_sync_service_model_type_selection_java', 589 'profile_sync_service_model_type_selection_java',
590 'resource_id_java', 590 'resource_id_java',
591 'tab_load_status_java', 591 'tab_load_status_java',
592 '../base/base.gyp:base', 592 '../base/base.gyp:base',
593 '../chrome/android/chrome_apk.gyp:custom_tabs_service_aidl',
594 '../components/components.gyp:app_restrictions_resources', 593 '../components/components.gyp:app_restrictions_resources',
595 '../components/components.gyp:bookmarks_java', 594 '../components/components.gyp:bookmarks_java',
596 '../components/components.gyp:dom_distiller_core_java', 595 '../components/components.gyp:dom_distiller_core_java',
597 '../components/components.gyp:enhanced_bookmarks_java_enums_srcjar', 596 '../components/components.gyp:enhanced_bookmarks_java_enums_srcjar',
598 '../components/components.gyp:gcm_driver_java', 597 '../components/components.gyp:gcm_driver_java',
599 '../components/components.gyp:invalidation_java', 598 '../components/components.gyp:invalidation_java',
600 '../components/components.gyp:navigation_interception_java', 599 '../components/components.gyp:navigation_interception_java',
601 '../components/components.gyp:service_tab_launcher_java', 600 '../components/components.gyp:service_tab_launcher_java',
602 '../components/components.gyp:policy_java', 601 '../components/components.gyp:policy_java',
603 '../components/components.gyp:precache_java', 602 '../components/components.gyp:precache_java',
604 '../components/components.gyp:variations_java', 603 '../components/components.gyp:variations_java',
605 '../components/components.gyp:web_contents_delegate_android_java', 604 '../components/components.gyp:web_contents_delegate_android_java',
606 '../content/content.gyp:content_java', 605 '../content/content.gyp:content_java',
607 '../media/media.gyp:media_java', 606 '../media/media.gyp:media_java',
608 '../printing/printing.gyp:printing_java', 607 '../printing/printing.gyp:printing_java',
609 '../sync/sync.gyp:sync_java', 608 '../sync/sync.gyp:sync_java',
609 '../third_party/android_customtabs/android_customtabs.gyp:android_cu stomtabs_lib',
610 '../third_party/android_data_chart/android_data_chart.gyp:android_da ta_chart_java', 610 '../third_party/android_data_chart/android_data_chart.gyp:android_da ta_chart_java',
611 '../third_party/android_media/android_media.gyp:android_media_java', 611 '../third_party/android_media/android_media.gyp:android_media_java',
612 '../third_party/android_protobuf/android_protobuf.gyp:protobuf_nano_ javalib', 612 '../third_party/android_protobuf/android_protobuf.gyp:protobuf_nano_ javalib',
613 '../third_party/android_swipe_refresh/android_swipe_refresh.gyp:andr oid_swipe_refresh_java', 613 '../third_party/android_swipe_refresh/android_swipe_refresh.gyp:andr oid_swipe_refresh_java',
614 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib', 614 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib',
615 '../third_party/android_tools/android_tools.gyp:android_support_v7_m ediarouter_javalib', 615 '../third_party/android_tools/android_tools.gyp:android_support_v7_m ediarouter_javalib',
616 '../third_party/android_tools/android_tools.gyp:android_support_v7_r ecyclerview_javalib', 616 '../third_party/android_tools/android_tools.gyp:android_support_v7_r ecyclerview_javalib',
617 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib', 617 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib',
618 '../third_party/android_tools/android_tools.gyp:google_play_services _javalib', 618 '../third_party/android_tools/android_tools.gyp:google_play_services _javalib',
619 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_javalib', 619 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_javalib',
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 '<(DEPTH)/third_party/kasko' 831 '<(DEPTH)/third_party/kasko'
832 ], 832 ],
833 }, 833 },
834 }, 834 },
835 }, 835 },
836 }, 836 },
837 ], 837 ],
838 }], 838 }],
839 ], # 'conditions' 839 ], # 'conditions'
840 } 840 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698