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 586 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
597 'target_name': 'chrome_java', | 597 'target_name': 'chrome_java', |
598 'type': 'none', | 598 'type': 'none', |
599 'dependencies': [ | 599 'dependencies': [ |
600 'activity_type_ids_java', | 600 'activity_type_ids_java', |
601 'app_banner_metrics_ids_java', | 601 'app_banner_metrics_ids_java', |
602 'chrome_resources.gyp:chrome_strings', | 602 'chrome_resources.gyp:chrome_strings', |
603 'chrome_strings_grd', | 603 'chrome_strings_grd', |
604 'chrome_version_java', | 604 'chrome_version_java', |
605 'document_tab_model_info_proto_java', | 605 'document_tab_model_info_proto_java', |
606 'profile_account_management_metrics_java', | 606 'profile_account_management_metrics_java', |
| 607 'add_web_contents_result_java', |
607 'content_setting_java', | 608 'content_setting_java', |
608 'content_settings_type_java', | 609 'content_settings_type_java', |
609 'page_info_connection_type_java', | 610 'page_info_connection_type_java', |
610 'profile_sync_service_model_type_selection_java', | 611 'profile_sync_service_model_type_selection_java', |
611 'resource_id_java', | 612 'resource_id_java', |
612 'toolbar_model_security_levels_java', | 613 'toolbar_model_security_levels_java', |
613 'tab_load_status_java', | 614 'tab_load_status_java', |
614 '../base/base.gyp:base', | 615 '../base/base.gyp:base', |
615 '../components/components.gyp:bookmarks_java', | 616 '../components/components.gyp:bookmarks_java', |
616 '../components/components.gyp:dom_distiller_core_java', | 617 '../components/components.gyp:dom_distiller_core_java', |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
776 'service/service_utility_process_host.cc', | 777 'service/service_utility_process_host.cc', |
777 'service/service_utility_process_host.h', | 778 'service/service_utility_process_host.h', |
778 ], | 779 ], |
779 }], | 780 }], |
780 ], | 781 ], |
781 }, | 782 }, |
782 ], | 783 ], |
783 }], | 784 }], |
784 ], # 'conditions' | 785 ], # 'conditions' |
785 } | 786 } |
OLD | NEW |