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 556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
567 'chrome_resources.gyp:chrome_strings', | 567 'chrome_resources.gyp:chrome_strings', |
568 'chrome_strings_grd', | 568 'chrome_strings_grd', |
569 'chrome_version_java', | 569 'chrome_version_java', |
570 'connection_security_levels_java', | 570 'connection_security_levels_java', |
571 'connectivity_check_result_java', | 571 'connectivity_check_result_java', |
572 'document_tab_model_info_proto_java', | 572 'document_tab_model_info_proto_java', |
573 'infobar_action_type_java', | 573 'infobar_action_type_java', |
574 'profile_account_management_metrics_java', | 574 'profile_account_management_metrics_java', |
575 'content_setting_java', | 575 'content_setting_java', |
576 'content_settings_type_java', | 576 'content_settings_type_java', |
| 577 'most_visited_tile_type_java', |
577 'page_info_connection_type_java', | 578 'page_info_connection_type_java', |
578 'resource_id_java', | 579 'resource_id_java', |
579 'tab_load_status_java', | 580 'tab_load_status_java', |
580 'shortcut_source_java', | 581 'shortcut_source_java', |
581 '../base/base.gyp:base', | 582 '../base/base.gyp:base', |
582 '../chrome/android/chrome_apk.gyp:custom_tabs_service_aidl', | 583 '../chrome/android/chrome_apk.gyp:custom_tabs_service_aidl', |
583 '../components/components.gyp:bookmarks_java', | 584 '../components/components.gyp:bookmarks_java', |
584 '../components/components.gyp:dom_distiller_core_java', | 585 '../components/components.gyp:dom_distiller_core_java', |
585 '../components/components.gyp:enhanced_bookmarks_java_enums_srcjar', | 586 '../components/components.gyp:enhanced_bookmarks_java_enums_srcjar', |
586 '../components/components.gyp:gcm_driver_java', | 587 '../components/components.gyp:gcm_driver_java', |
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
827 '<(DEPTH)/third_party/kasko' | 828 '<(DEPTH)/third_party/kasko' |
828 ], | 829 ], |
829 }, | 830 }, |
830 }, | 831 }, |
831 }, | 832 }, |
832 }, | 833 }, |
833 ], | 834 ], |
834 }], | 835 }], |
835 ], # 'conditions' | 836 ], # 'conditions' |
836 } | 837 } |
OLD | NEW |