| 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 597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 608 'profile_account_management_metrics_java', | 608 'profile_account_management_metrics_java', |
| 609 'content_setting_java', | 609 'content_setting_java', |
| 610 'content_settings_type_java', | 610 'content_settings_type_java', |
| 611 'page_info_connection_type_java', | 611 'page_info_connection_type_java', |
| 612 'profile_sync_service_model_type_selection_java', | 612 'profile_sync_service_model_type_selection_java', |
| 613 'resource_id_java', | 613 'resource_id_java', |
| 614 'toolbar_model_security_levels_java', | 614 'toolbar_model_security_levels_java', |
| 615 'tab_load_status_java', | 615 'tab_load_status_java', |
| 616 '../base/base.gyp:base', | 616 '../base/base.gyp:base', |
| 617 '../components/components.gyp:bookmarks_java', | 617 '../components/components.gyp:bookmarks_java', |
| 618 '../components/components.gyp:credential_type_java', |
| 618 '../components/components.gyp:dom_distiller_core_java', | 619 '../components/components.gyp:dom_distiller_core_java', |
| 619 '../components/components.gyp:enhanced_bookmarks_launch_location_src
jar', | 620 '../components/components.gyp:enhanced_bookmarks_launch_location_src
jar', |
| 620 '../components/components.gyp:gcm_driver_java', | 621 '../components/components.gyp:gcm_driver_java', |
| 621 '../components/components.gyp:invalidation_java', | 622 '../components/components.gyp:invalidation_java', |
| 622 '../components/components.gyp:navigation_interception_java', | 623 '../components/components.gyp:navigation_interception_java', |
| 623 '../components/components.gyp:variations_java', | 624 '../components/components.gyp:variations_java', |
| 624 '../components/components.gyp:web_contents_delegate_android_java', | 625 '../components/components.gyp:web_contents_delegate_android_java', |
| 625 '../content/content.gyp:content_java', | 626 '../content/content.gyp:content_java', |
| 626 '../printing/printing.gyp:printing_java', | 627 '../printing/printing.gyp:printing_java', |
| 627 '../sync/sync.gyp:sync_java', | 628 '../sync/sync.gyp:sync_java', |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 778 'service/service_utility_process_host.cc', | 779 'service/service_utility_process_host.cc', |
| 779 'service/service_utility_process_host.h', | 780 'service/service_utility_process_host.h', |
| 780 ], | 781 ], |
| 781 }], | 782 }], |
| 782 ], | 783 ], |
| 783 }, | 784 }, |
| 784 ], | 785 ], |
| 785 }], | 786 }], |
| 786 ], # 'conditions' | 787 ], # 'conditions' |
| 787 } | 788 } |
| OLD | NEW |