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