| 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 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 570 'targets': [ | 570 'targets': [ |
| 571 { | 571 { |
| 572 # GN: //chrome/android:chrome_java | 572 # GN: //chrome/android:chrome_java |
| 573 'target_name': 'chrome_java', | 573 'target_name': 'chrome_java', |
| 574 'type': 'none', | 574 'type': 'none', |
| 575 'dependencies': [ | 575 'dependencies': [ |
| 576 'activity_type_ids_java', | 576 'activity_type_ids_java', |
| 577 'chrome_resources.gyp:chrome_strings', | 577 'chrome_resources.gyp:chrome_strings', |
| 578 'chrome_strings_grd', | 578 'chrome_strings_grd', |
| 579 'chrome_version_java', | 579 'chrome_version_java', |
| 580 'connection_security_helper_security_levels_java', | |
| 581 'document_tab_model_info_proto_java', | 580 'document_tab_model_info_proto_java', |
| 582 'profile_account_management_metrics_java', | 581 'profile_account_management_metrics_java', |
| 583 'content_setting_java', | 582 'content_setting_java', |
| 584 'content_settings_type_java', | 583 'content_settings_type_java', |
| 585 'page_info_connection_type_java', | 584 'page_info_connection_type_java', |
| 586 'profile_sync_service_model_type_selection_java', | 585 'profile_sync_service_model_type_selection_java', |
| 587 'resource_id_java', | 586 'resource_id_java', |
| 587 'toolbar_model_security_levels_java', |
| 588 'tab_load_status_java', | 588 'tab_load_status_java', |
| 589 '../base/base.gyp:base', | 589 '../base/base.gyp:base', |
| 590 '../components/components.gyp:bookmarks_java', | 590 '../components/components.gyp:bookmarks_java', |
| 591 '../components/components.gyp:dom_distiller_core_java', | 591 '../components/components.gyp:dom_distiller_core_java', |
| 592 '../components/components.gyp:enhanced_bookmarks_launch_location_src
jar', | 592 '../components/components.gyp:enhanced_bookmarks_launch_location_src
jar', |
| 593 '../components/components.gyp:gcm_driver_java', | 593 '../components/components.gyp:gcm_driver_java', |
| 594 '../components/components.gyp:invalidation_java', | 594 '../components/components.gyp:invalidation_java', |
| 595 '../components/components.gyp:navigation_interception_java', | 595 '../components/components.gyp:navigation_interception_java', |
| 596 '../components/components.gyp:service_tab_launcher_java', | 596 '../components/components.gyp:service_tab_launcher_java', |
| 597 '../components/components.gyp:precache_java', | 597 '../components/components.gyp:precache_java', |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 795 '<(DEPTH)/third_party/kasko' | 795 '<(DEPTH)/third_party/kasko' |
| 796 ], | 796 ], |
| 797 }, | 797 }, |
| 798 }, | 798 }, |
| 799 }, | 799 }, |
| 800 }, | 800 }, |
| 801 ], | 801 ], |
| 802 }], | 802 }], |
| 803 ], # 'conditions' | 803 ], # 'conditions' |
| 804 } | 804 } |
| OLD | NEW |