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 571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
582 'connection_security_security_levels_java', | 582 'connection_security_security_levels_java', |
583 'connectivity_check_result_java', | 583 'connectivity_check_result_java', |
584 'document_tab_model_info_proto_java', | 584 'document_tab_model_info_proto_java', |
585 'profile_account_management_metrics_java', | 585 'profile_account_management_metrics_java', |
586 'content_setting_java', | 586 'content_setting_java', |
587 'content_settings_type_java', | 587 'content_settings_type_java', |
588 'page_info_connection_type_java', | 588 'page_info_connection_type_java', |
589 'profile_sync_service_model_type_selection_java', | 589 'profile_sync_service_model_type_selection_java', |
590 'resource_id_java', | 590 'resource_id_java', |
591 'tab_load_status_java', | 591 'tab_load_status_java', |
| 592 'shortcut_source_java', |
592 '../base/base.gyp:base', | 593 '../base/base.gyp:base', |
593 '../chrome/android/chrome_apk.gyp:custom_tabs_service_aidl', | 594 '../chrome/android/chrome_apk.gyp:custom_tabs_service_aidl', |
594 '../components/components.gyp:app_restrictions_resources', | 595 '../components/components.gyp:app_restrictions_resources', |
595 '../components/components.gyp:bookmarks_java', | 596 '../components/components.gyp:bookmarks_java', |
596 '../components/components.gyp:dom_distiller_core_java', | 597 '../components/components.gyp:dom_distiller_core_java', |
597 '../components/components.gyp:enhanced_bookmarks_java_enums_srcjar', | 598 '../components/components.gyp:enhanced_bookmarks_java_enums_srcjar', |
598 '../components/components.gyp:gcm_driver_java', | 599 '../components/components.gyp:gcm_driver_java', |
599 '../components/components.gyp:invalidation_java', | 600 '../components/components.gyp:invalidation_java', |
600 '../components/components.gyp:navigation_interception_java', | 601 '../components/components.gyp:navigation_interception_java', |
601 '../components/components.gyp:policy_java', | 602 '../components/components.gyp:policy_java', |
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
832 '<(DEPTH)/third_party/kasko' | 833 '<(DEPTH)/third_party/kasko' |
833 ], | 834 ], |
834 }, | 835 }, |
835 }, | 836 }, |
836 }, | 837 }, |
837 }, | 838 }, |
838 ], | 839 ], |
839 }], | 840 }], |
840 ], # 'conditions' | 841 ], # 'conditions' |
841 } | 842 } |
OLD | NEW |