| 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 566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 577 { | 577 { |
| 578 'targets': [ | 578 'targets': [ |
| 579 { | 579 { |
| 580 'target_name': 'chrome_java', | 580 'target_name': 'chrome_java', |
| 581 'type': 'none', | 581 'type': 'none', |
| 582 'dependencies': [ | 582 'dependencies': [ |
| 583 'activity_type_ids_java', | 583 'activity_type_ids_java', |
| 584 'app_banner_metrics_ids_java', | 584 'app_banner_metrics_ids_java', |
| 585 'chrome_resources.gyp:chrome_strings', | 585 'chrome_resources.gyp:chrome_strings', |
| 586 'chrome_strings_grd', | 586 'chrome_strings_grd', |
| 587 'chrome_version_java', |
| 587 'profile_account_management_metrics_java', | 588 'profile_account_management_metrics_java', |
| 588 'profile_sync_service_model_type_selection_java', | 589 'profile_sync_service_model_type_selection_java', |
| 589 'resource_id_java', | 590 'resource_id_java', |
| 590 'toolbar_model_security_levels_java', | 591 'toolbar_model_security_levels_java', |
| 591 'tab_load_status_java', | 592 'tab_load_status_java', |
| 592 '../base/base.gyp:base', | 593 '../base/base.gyp:base', |
| 593 '../components/components.gyp:bookmarks_java', | 594 '../components/components.gyp:bookmarks_java', |
| 594 '../components/components.gyp:dom_distiller_core_java', | 595 '../components/components.gyp:dom_distiller_core_java', |
| 595 '../components/components.gyp:gcm_driver_java', | 596 '../components/components.gyp:gcm_driver_java', |
| 596 '../components/components.gyp:invalidation_java', | 597 '../components/components.gyp:invalidation_java', |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 726 'service/service_utility_process_host.cc', | 727 'service/service_utility_process_host.cc', |
| 727 'service/service_utility_process_host.h', | 728 'service/service_utility_process_host.h', |
| 728 ], | 729 ], |
| 729 }], | 730 }], |
| 730 ], | 731 ], |
| 731 }, | 732 }, |
| 732 ], | 733 ], |
| 733 }], | 734 }], |
| 734 ], # 'conditions' | 735 ], # 'conditions' |
| 735 } | 736 } |
| OLD | NEW |