| 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 557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 568 { | 568 { |
| 569 # GN: //chrome/android:chrome_java | 569 # GN: //chrome/android:chrome_java |
| 570 'target_name': 'chrome_java', | 570 'target_name': 'chrome_java', |
| 571 'type': 'none', | 571 'type': 'none', |
| 572 'dependencies': [ | 572 'dependencies': [ |
| 573 'activity_type_ids_java', | 573 'activity_type_ids_java', |
| 574 'chrome_locale_paks', | 574 'chrome_locale_paks', |
| 575 'chrome_resources.gyp:chrome_strings', | 575 'chrome_resources.gyp:chrome_strings', |
| 576 'chrome_strings_grd', | 576 'chrome_strings_grd', |
| 577 'chrome_version_java', | 577 'chrome_version_java', |
| 578 'connection_security_levels_java', | 578 'connection_security_security_levels_java', |
| 579 'connectivity_check_result_java', | 579 'connectivity_check_result_java', |
| 580 'document_tab_model_info_proto_java', | 580 'document_tab_model_info_proto_java', |
| 581 'infobar_action_type_java', | 581 'infobar_action_type_java', |
| 582 'profile_account_management_metrics_java', | 582 'profile_account_management_metrics_java', |
| 583 'content_setting_java', | 583 'content_setting_java', |
| 584 'content_settings_type_java', | 584 'content_settings_type_java', |
| 585 'page_info_connection_type_java', | 585 'page_info_connection_type_java', |
| 586 'resource_id_java', | 586 'resource_id_java', |
| 587 'tab_load_status_java', | 587 'tab_load_status_java', |
| 588 'shortcut_source_java', | 588 'shortcut_source_java', |
| (...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 835 '<(DEPTH)/third_party/kasko' | 835 '<(DEPTH)/third_party/kasko' |
| 836 ], | 836 ], |
| 837 }, | 837 }, |
| 838 }, | 838 }, |
| 839 }, | 839 }, |
| 840 }, | 840 }, |
| 841 ], | 841 ], |
| 842 }], | 842 }], |
| 843 ], # 'conditions' | 843 ], # 'conditions' |
| 844 } | 844 } |
| OLD | NEW |