| 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 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 487 'chrome_strings_grd', | 487 'chrome_strings_grd', |
| 488 'chrome_version_java', | 488 'chrome_version_java', |
| 489 'content_setting_java', | 489 'content_setting_java', |
| 490 'content_settings_type_java', | 490 'content_settings_type_java', |
| 491 'connectivity_check_result_java', | 491 'connectivity_check_result_java', |
| 492 'data_use_ui_message_enum_java', | 492 'data_use_ui_message_enum_java', |
| 493 'document_tab_model_info_proto_java', | 493 'document_tab_model_info_proto_java', |
| 494 'infobar_action_type_java', | 494 'infobar_action_type_java', |
| 495 'most_visited_tile_type_java', | 495 'most_visited_tile_type_java', |
| 496 'page_info_connection_type_java', | 496 'page_info_connection_type_java', |
| 497 'policy_auditor_java', |
| 497 'profile_account_management_metrics_java', | 498 'profile_account_management_metrics_java', |
| 498 'resource_id_java', | 499 'resource_id_java', |
| 499 'shortcut_source_java', | 500 'shortcut_source_java', |
| 500 'signin_metrics_enum_java', | 501 'signin_metrics_enum_java', |
| 501 'tab_load_status_java', | 502 'tab_load_status_java', |
| 502 'website_settings_action_java', | 503 'website_settings_action_java', |
| 503 '../base/base.gyp:base', | 504 '../base/base.gyp:base', |
| 504 '../base/base.gyp:base_build_config_gen', | 505 '../base/base.gyp:base_build_config_gen', |
| 505 '../build/android/java_google_api_keys.gyp:google_api_keys_java', | 506 '../build/android/java_google_api_keys.gyp:google_api_keys_java', |
| 506 '../chrome/android/chrome_apk.gyp:custom_tabs_service_aidl', | 507 '../chrome/android/chrome_apk.gyp:custom_tabs_service_aidl', |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 754 # expired. crbug.com/577698 | 755 # expired. crbug.com/577698 |
| 755 '../components/components.gyp:startup_metric_utils_common', | 756 '../components/components.gyp:startup_metric_utils_common', |
| 756 ], | 757 ], |
| 757 }], | 758 }], |
| 758 ], | 759 ], |
| 759 }, | 760 }, |
| 760 ], | 761 ], |
| 761 }], | 762 }], |
| 762 ], # 'conditions' | 763 ], # 'conditions' |
| 763 } | 764 } |
| OLD | NEW |