| 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 558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 569 'targets': [ | 569 'targets': [ |
| 570 { | 570 { |
| 571 # GN: //chrome/android:chrome_java | 571 # GN: //chrome/android:chrome_java |
| 572 'target_name': 'chrome_java', | 572 'target_name': 'chrome_java', |
| 573 'type': 'none', | 573 'type': 'none', |
| 574 'dependencies': [ | 574 'dependencies': [ |
| 575 'activity_type_ids_java', | 575 'activity_type_ids_java', |
| 576 'chrome_resources.gyp:chrome_strings', | 576 'chrome_resources.gyp:chrome_strings', |
| 577 'chrome_strings_grd', | 577 'chrome_strings_grd', |
| 578 'chrome_version_java', | 578 'chrome_version_java', |
| 579 'connection_security_helper_security_levels_java', | 579 'connection_security_security_levels_java', |
| 580 'document_tab_model_info_proto_java', | 580 'document_tab_model_info_proto_java', |
| 581 'profile_account_management_metrics_java', | 581 'profile_account_management_metrics_java', |
| 582 'content_setting_java', | 582 'content_setting_java', |
| 583 'content_settings_type_java', | 583 'content_settings_type_java', |
| 584 'page_info_connection_type_java', | 584 'page_info_connection_type_java', |
| 585 'profile_sync_service_model_type_selection_java', | 585 'profile_sync_service_model_type_selection_java', |
| 586 'resource_id_java', | 586 'resource_id_java', |
| 587 'tab_load_status_java', | 587 'tab_load_status_java', |
| 588 '../base/base.gyp:base', | 588 '../base/base.gyp:base', |
| 589 '../components/components.gyp:bookmarks_java', | 589 '../components/components.gyp:bookmarks_java', |
| (...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 794 '<(DEPTH)/third_party/kasko' | 794 '<(DEPTH)/third_party/kasko' |
| 795 ], | 795 ], |
| 796 }, | 796 }, |
| 797 }, | 797 }, |
| 798 }, | 798 }, |
| 799 }, | 799 }, |
| 800 ], | 800 ], |
| 801 }], | 801 }], |
| 802 ], # 'conditions' | 802 ], # 'conditions' |
| 803 } | 803 } |
| OLD | NEW |