| 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 619 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 630 'dependencies': [ | 630 'dependencies': [ |
| 631 'activity_type_ids_java', | 631 'activity_type_ids_java', |
| 632 'app_banner_metrics_ids_java', | 632 'app_banner_metrics_ids_java', |
| 633 'chrome_resources.gyp:chrome_strings', | 633 'chrome_resources.gyp:chrome_strings', |
| 634 'chrome_strings_grd', | 634 'chrome_strings_grd', |
| 635 'profile_sync_service_model_type_selection_java', | 635 'profile_sync_service_model_type_selection_java', |
| 636 'resource_id_java', | 636 'resource_id_java', |
| 637 'toolbar_model_security_levels_java', | 637 'toolbar_model_security_levels_java', |
| 638 'tab_load_status_java', | 638 'tab_load_status_java', |
| 639 '../base/base.gyp:base', | 639 '../base/base.gyp:base', |
| 640 '../components/components.gyp:autofill_java', | |
| 641 '../components/components.gyp:bookmarks_java', | 640 '../components/components.gyp:bookmarks_java', |
| 642 '../components/components.gyp:dom_distiller_core_java', | 641 '../components/components.gyp:dom_distiller_core_java', |
| 643 '../components/components.gyp:enhanced_bookmarks_java', | 642 '../components/components.gyp:enhanced_bookmarks_java', |
| 644 '../components/components.gyp:gcm_driver_java', | 643 '../components/components.gyp:gcm_driver_java', |
| 645 '../components/components.gyp:navigation_interception_java', | 644 '../components/components.gyp:navigation_interception_java', |
| 646 '../components/components.gyp:sessions', | 645 '../components/components.gyp:sessions', |
| 647 '../components/components.gyp:variations_java', | 646 '../components/components.gyp:variations_java', |
| 648 '../components/components.gyp:web_contents_delegate_android_java', | 647 '../components/components.gyp:web_contents_delegate_android_java', |
| 649 '../content/content.gyp:content_java', | 648 '../content/content.gyp:content_java', |
| 650 '../printing/printing.gyp:printing_java', | 649 '../printing/printing.gyp:printing_java', |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 768 'sources': [ | 767 'sources': [ |
| 769 'service/cloud_print/print_system_dummy.cc', | 768 'service/cloud_print/print_system_dummy.cc', |
| 770 ], | 769 ], |
| 771 }], | 770 }], |
| 772 ], | 771 ], |
| 773 }, | 772 }, |
| 774 ], | 773 ], |
| 775 }], | 774 }], |
| 776 ], # 'conditions' | 775 ], # 'conditions' |
| 777 } | 776 } |
| OLD | NEW |