| 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 517 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 528 'dependencies': [ | 528 'dependencies': [ |
| 529 'activity_type_ids_java', | 529 'activity_type_ids_java', |
| 530 'chrome_locale_paks', | 530 'chrome_locale_paks', |
| 531 'chrome_resources.gyp:chrome_strings', | 531 'chrome_resources.gyp:chrome_strings', |
| 532 'chrome_strings_grd', | 532 'chrome_strings_grd', |
| 533 'chrome_version_java', | 533 'chrome_version_java', |
| 534 'connection_security_levels_java', | 534 'connection_security_levels_java', |
| 535 'connectivity_check_result_java', | 535 'connectivity_check_result_java', |
| 536 'document_tab_model_info_proto_java', | 536 'document_tab_model_info_proto_java', |
| 537 'infobar_action_type_java', | 537 'infobar_action_type_java', |
| 538 'google_api_keys_java', |
| 538 'profile_account_management_metrics_java', | 539 'profile_account_management_metrics_java', |
| 539 'content_setting_java', | 540 'content_setting_java', |
| 540 'content_settings_type_java', | 541 'content_settings_type_java', |
| 541 'most_visited_tile_type_java', | 542 'most_visited_tile_type_java', |
| 542 'page_info_connection_type_java', | 543 'page_info_connection_type_java', |
| 543 'resource_id_java', | 544 'resource_id_java', |
| 544 'tab_load_status_java', | 545 'tab_load_status_java', |
| 545 'shortcut_source_java', | 546 'shortcut_source_java', |
| 546 '../base/base.gyp:base', | 547 '../base/base.gyp:base', |
| 547 '../chrome/android/chrome_apk.gyp:custom_tabs_service_aidl', | 548 '../chrome/android/chrome_apk.gyp:custom_tabs_service_aidl', |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 793 '<(DEPTH)/third_party/kasko' | 794 '<(DEPTH)/third_party/kasko' |
| 794 ], | 795 ], |
| 795 }, | 796 }, |
| 796 }, | 797 }, |
| 797 }, | 798 }, |
| 798 }, | 799 }, |
| 799 ], | 800 ], |
| 800 }], | 801 }], |
| 801 ], # 'conditions' | 802 ], # 'conditions' |
| 802 } | 803 } |
| OLD | NEW |