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

Side by Side Diff: chrome/chrome.gyp

Issue 865733002: Make Chrome for Android dependent on Google Play Services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | no next file » | 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 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 'dependencies': [ 599 'dependencies': [
600 'activity_type_ids_java', 600 'activity_type_ids_java',
601 'app_banner_metrics_ids_java', 601 'app_banner_metrics_ids_java',
602 'chrome_resources.gyp:chrome_strings', 602 'chrome_resources.gyp:chrome_strings',
603 'chrome_strings_grd', 603 'chrome_strings_grd',
604 'chrome_version_java', 604 'chrome_version_java',
605 'document_tab_model_info_proto_java', 605 'document_tab_model_info_proto_java',
606 'profile_account_management_metrics_java', 606 'profile_account_management_metrics_java',
607 'content_setting_java', 607 'content_setting_java',
608 'content_settings_type_java', 608 'content_settings_type_java',
609 '<(google_play_services_library_target)',
nyquist 2015/01/22 01:21:43 I would have liked it better if this was a proxy t
aberent 2015/01/22 16:28:55 Done.
609 'page_info_connection_type_java', 610 'page_info_connection_type_java',
610 'profile_sync_service_model_type_selection_java', 611 'profile_sync_service_model_type_selection_java',
611 'resource_id_java', 612 'resource_id_java',
612 'toolbar_model_security_levels_java', 613 'toolbar_model_security_levels_java',
613 'tab_load_status_java', 614 'tab_load_status_java',
614 '../base/base.gyp:base', 615 '../base/base.gyp:base',
615 '../components/components.gyp:bookmarks_java', 616 '../components/components.gyp:bookmarks_java',
616 '../components/components.gyp:dom_distiller_core_java', 617 '../components/components.gyp:dom_distiller_core_java',
617 '../components/components.gyp:gcm_driver_java', 618 '../components/components.gyp:gcm_driver_java',
618 '../components/components.gyp:invalidation_java', 619 '../components/components.gyp:invalidation_java',
619 '../components/components.gyp:navigation_interception_java', 620 '../components/components.gyp:navigation_interception_java',
620 '../components/components.gyp:variations_java', 621 '../components/components.gyp:variations_java',
621 '../components/components.gyp:web_contents_delegate_android_java', 622 '../components/components.gyp:web_contents_delegate_android_java',
622 '../content/content.gyp:content_java', 623 '../content/content.gyp:content_java',
623 '../printing/printing.gyp:printing_java', 624 '../printing/printing.gyp:printing_java',
624 '../sync/sync.gyp:sync_java', 625 '../sync/sync.gyp:sync_java',
625 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib', 626 '../third_party/android_tools/android_tools.gyp:android_support_v7_a ppcompat_javalib',
627 '../third_party/android_tools/android_tools.gyp:android_support_v7_m ediarouter_javalib',
aberent 2015/01/21 23:56:27 Noticed this after uploading. Accidental leak from
aberent 2015/01/22 16:28:55 Done.
626 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib', 628 '../third_party/android_tools/android_tools.gyp:android_support_v13_ javalib',
627 '../third_party/libaddressinput/libaddressinput.gyp:android_addressi nput_widget', 629 '../third_party/libaddressinput/libaddressinput.gyp:android_addressi nput_widget',
628 '../ui/android/ui_android.gyp:ui_java', 630 '../ui/android/ui_android.gyp:ui_java',
629 ], 631 ],
630 'variables': { 632 'variables': {
631 'java_in_dir': '../chrome/android/java', 633 'java_in_dir': '../chrome/android/java',
632 'has_java_resources': 1, 634 'has_java_resources': 1,
633 'R_package': 'org.chromium.chrome', 635 'R_package': 'org.chromium.chrome',
634 'R_package_relpath': 'org/chromium/chrome', 636 'R_package_relpath': 'org/chromium/chrome',
635 # Include xml string files generated from generated_resources.grd 637 # Include xml string files generated from generated_resources.grd
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
674 'target_name': 'page_info_connection_type_java', 676 'target_name': 'page_info_connection_type_java',
675 'type': 'none', 677 'type': 'none',
676 'variables': { 678 'variables': {
677 'source_file': 'browser/ui/android/website_settings_popup_android.h' , 679 'source_file': 'browser/ui/android/website_settings_popup_android.h' ,
678 }, 680 },
679 'includes': [ '../build/android/java_cpp_enum.gypi' ], 681 'includes': [ '../build/android/java_cpp_enum.gypi' ],
680 }, 682 },
681 ], # 'targets' 683 ], # 'targets'
682 'includes': [ 684 'includes': [
683 'chrome_android.gypi', 685 'chrome_android.gypi',
684 ]}, # 'includes' 686 ], # 'includes'
687 'variables': {
688 'google_play_services_library_target%': '../third_party/android_tools/an droid_tools.gyp:google_play_services_javalib',
nyquist 2015/01/22 01:23:38 I believe that the extras folder is only downloade
aberent 2015/01/22 16:28:55 It has been added to install-build-deps-android.sh
689 }}, #variables
685 ], # OS=="android" 690 ], # OS=="android"
686 ['configuration_policy==1 and OS!="android" and OS!="ios"', { 691 ['configuration_policy==1 and OS!="android" and OS!="ios"', {
687 'includes': [ 'policy.gypi', ], 692 'includes': [ 'policy.gypi', ],
688 }], 693 }],
689 ['enable_extensions==1', { 694 ['enable_extensions==1', {
690 'includes': [ 695 'includes': [
691 'chrome_browser_extensions.gypi', 696 'chrome_browser_extensions.gypi',
692 ], 697 ],
693 }], 698 }],
694 ['enable_print_preview==1', { 699 ['enable_print_preview==1', {
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
776 'service/service_utility_process_host.cc', 781 'service/service_utility_process_host.cc',
777 'service/service_utility_process_host.h', 782 'service/service_utility_process_host.h',
778 ], 783 ],
779 }], 784 }],
780 ], 785 ],
781 }, 786 },
782 ], 787 ],
783 }], 788 }],
784 ], # 'conditions' 789 ], # 'conditions'
785 } 790 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698