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 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
541 'content_setting_java', | 541 'content_setting_java', |
542 'content_settings_type_java', | 542 'content_settings_type_java', |
543 'connectivity_check_result_java', | 543 'connectivity_check_result_java', |
544 'document_tab_model_info_proto_java', | 544 'document_tab_model_info_proto_java', |
545 'infobar_action_type_java', | 545 'infobar_action_type_java', |
546 'most_visited_tile_type_java', | 546 'most_visited_tile_type_java', |
547 'page_info_connection_type_java', | 547 'page_info_connection_type_java', |
548 'profile_account_management_metrics_java', | 548 'profile_account_management_metrics_java', |
549 'resource_id_java', | 549 'resource_id_java', |
550 'shortcut_source_java', | 550 'shortcut_source_java', |
| 551 'signin_metrics_enum_java', |
551 'tab_load_status_java', | 552 'tab_load_status_java', |
552 '../base/base.gyp:base', | 553 '../base/base.gyp:base', |
553 '../build/android/java_google_api_keys.gyp:google_api_keys_java', | 554 '../build/android/java_google_api_keys.gyp:google_api_keys_java', |
554 '../chrome/android/chrome_apk.gyp:custom_tabs_service_aidl', | 555 '../chrome/android/chrome_apk.gyp:custom_tabs_service_aidl', |
555 '../components/components.gyp:autocomplete_match_type_java', | 556 '../components/components.gyp:autocomplete_match_type_java', |
556 '../components/components.gyp:bookmarks_java', | 557 '../components/components.gyp:bookmarks_java', |
557 '../components/components.gyp:dom_distiller_core_java', | 558 '../components/components.gyp:dom_distiller_core_java', |
558 '../components/components.gyp:enhanced_bookmarks_java_enums_srcjar', | 559 '../components/components.gyp:enhanced_bookmarks_java_enums_srcjar', |
559 '../components/components.gyp:gcm_driver_java', | 560 '../components/components.gyp:gcm_driver_java', |
560 '../components/components.gyp:invalidation_java', | 561 '../components/components.gyp:invalidation_java', |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
664 }, | 665 }, |
665 { | 666 { |
666 # GN: //chrome:page_info_connection_type_javagen | 667 # GN: //chrome:page_info_connection_type_javagen |
667 'target_name': 'page_info_connection_type_java', | 668 'target_name': 'page_info_connection_type_java', |
668 'type': 'none', | 669 'type': 'none', |
669 'variables': { | 670 'variables': { |
670 'source_file': 'browser/ui/android/website_settings_popup_android.h'
, | 671 'source_file': 'browser/ui/android/website_settings_popup_android.h'
, |
671 }, | 672 }, |
672 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 673 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
673 }, | 674 }, |
| 675 { |
| 676 # GN: //chrome:signin_metrics_enum_javagen |
| 677 'target_name': 'signin_metrics_enum_java', |
| 678 'type': 'none', |
| 679 'variables': { |
| 680 'source_file': '../components/signin/core/browser/signin_metrics.h', |
| 681 }, |
| 682 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
| 683 }, |
674 ], # 'targets' | 684 ], # 'targets' |
675 'includes': [ | 685 'includes': [ |
676 'chrome_android.gypi', | 686 'chrome_android.gypi', |
677 ]}, # 'includes' | 687 ]}, # 'includes' |
678 ], # OS=="android" | 688 ], # OS=="android" |
679 ['configuration_policy==1 and OS!="android" and OS!="ios"', { | 689 ['configuration_policy==1 and OS!="android" and OS!="ios"', { |
680 'includes': [ 'policy.gypi', ], | 690 'includes': [ 'policy.gypi', ], |
681 }], | 691 }], |
682 ['enable_extensions==1', { | 692 ['enable_extensions==1', { |
683 'includes': [ | 693 'includes': [ |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
769 'service/service_utility_process_host.cc', | 779 'service/service_utility_process_host.cc', |
770 'service/service_utility_process_host.h', | 780 'service/service_utility_process_host.h', |
771 ], | 781 ], |
772 }], | 782 }], |
773 ], | 783 ], |
774 }, | 784 }, |
775 ], | 785 ], |
776 }], | 786 }], |
777 ], # 'conditions' | 787 ], # 'conditions' |
778 } | 788 } |
OLD | NEW |