| 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 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 533 'dependencies': [ | 533 'dependencies': [ |
| 534 'activity_type_ids_java', | 534 'activity_type_ids_java', |
| 535 'browsing_data_type_java', | 535 'browsing_data_type_java', |
| 536 'chrome_locale_paks', | 536 'chrome_locale_paks', |
| 537 'chrome_resources.gyp:chrome_strings', | 537 'chrome_resources.gyp:chrome_strings', |
| 538 'chrome_strings_grd', | 538 'chrome_strings_grd', |
| 539 'chrome_version_java', | 539 'chrome_version_java', |
| 540 'content_setting_java', | 540 'content_setting_java', |
| 541 'content_settings_type_java', | 541 'content_settings_type_java', |
| 542 'connectivity_check_result_java', | 542 'connectivity_check_result_java', |
| 543 'data_use_ui_message_enum_java', |
| 543 'document_tab_model_info_proto_java', | 544 'document_tab_model_info_proto_java', |
| 544 'infobar_action_type_java', | 545 'infobar_action_type_java', |
| 545 'most_visited_tile_type_java', | 546 'most_visited_tile_type_java', |
| 546 'page_info_connection_type_java', | 547 'page_info_connection_type_java', |
| 547 'profile_account_management_metrics_java', | 548 'profile_account_management_metrics_java', |
| 548 'resource_id_java', | 549 'resource_id_java', |
| 549 'shortcut_source_java', | 550 'shortcut_source_java', |
| 550 'signin_metrics_enum_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', |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 675 }, | 676 }, |
| 676 { | 677 { |
| 677 # GN: //chrome:signin_metrics_enum_javagen | 678 # GN: //chrome:signin_metrics_enum_javagen |
| 678 'target_name': 'signin_metrics_enum_java', | 679 'target_name': 'signin_metrics_enum_java', |
| 679 'type': 'none', | 680 'type': 'none', |
| 680 'variables': { | 681 'variables': { |
| 681 'source_file': '../components/signin/core/browser/signin_metrics.h', | 682 'source_file': '../components/signin/core/browser/signin_metrics.h', |
| 682 }, | 683 }, |
| 683 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 684 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
| 684 }, | 685 }, |
| 686 { |
| 687 # GN: //chrome:data_use_ui_message_enum_javagen |
| 688 'target_name': 'data_use_ui_message_enum_java', |
| 689 'type': 'none', |
| 690 'variables': { |
| 691 'source_file': 'browser/android/data_usage/data_use_tab_ui_manager_a
ndroid.cc', |
| 692 }, |
| 693 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
| 694 }, |
| 685 ], # 'targets' | 695 ], # 'targets' |
| 686 'includes': [ | 696 'includes': [ |
| 687 'chrome_android.gypi', | 697 'chrome_android.gypi', |
| 688 ]}, # 'includes' | 698 ]}, # 'includes' |
| 689 ], # OS=="android" | 699 ], # OS=="android" |
| 690 ['configuration_policy==1 and OS!="android" and OS!="ios"', { | 700 ['configuration_policy==1 and OS!="android" and OS!="ios"', { |
| 691 'includes': [ 'policy.gypi', ], | 701 'includes': [ 'policy.gypi', ], |
| 692 }], | 702 }], |
| 693 ['enable_extensions==1', { | 703 ['enable_extensions==1', { |
| 694 'includes': [ | 704 'includes': [ |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 783 # expired. crbug.com/577698 | 793 # expired. crbug.com/577698 |
| 784 '../components/components.gyp:startup_metric_utils_common', | 794 '../components/components.gyp:startup_metric_utils_common', |
| 785 ], | 795 ], |
| 786 }], | 796 }], |
| 787 ], | 797 ], |
| 788 }, | 798 }, |
| 789 ], | 799 ], |
| 790 }], | 800 }], |
| 791 ], # 'conditions' | 801 ], # 'conditions' |
| 792 } | 802 } |
| OLD | NEW |