| 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 520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 531 { | 531 { |
| 532 # GN: //chrome/android:chrome_java | 532 # GN: //chrome/android:chrome_java |
| 533 'target_name': 'chrome_java', | 533 'target_name': 'chrome_java', |
| 534 'type': 'none', | 534 'type': 'none', |
| 535 'dependencies': [ | 535 'dependencies': [ |
| 536 'activity_type_ids_java', | 536 'activity_type_ids_java', |
| 537 'chrome_locale_paks', | 537 'chrome_locale_paks', |
| 538 'chrome_resources.gyp:chrome_strings', | 538 'chrome_resources.gyp:chrome_strings', |
| 539 'chrome_strings_grd', | 539 'chrome_strings_grd', |
| 540 'chrome_version_java', | 540 'chrome_version_java', |
| 541 'clank_browsing_data_type_java', |
| 541 'content_setting_java', | 542 'content_setting_java', |
| 542 'content_settings_type_java', | 543 'content_settings_type_java', |
| 543 'connection_security_levels_java', | 544 'connection_security_levels_java', |
| 544 'connectivity_check_result_java', | 545 'connectivity_check_result_java', |
| 545 'document_tab_model_info_proto_java', | 546 'document_tab_model_info_proto_java', |
| 546 'infobar_action_type_java', | 547 'infobar_action_type_java', |
| 547 'most_visited_tile_type_java', | 548 'most_visited_tile_type_java', |
| 548 'page_info_connection_type_java', | 549 'page_info_connection_type_java', |
| 549 'profile_account_management_metrics_java', | 550 'profile_account_management_metrics_java', |
| 550 'resource_id_java', | 551 'resource_id_java', |
| (...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 804 '<(DEPTH)/third_party/kasko' | 805 '<(DEPTH)/third_party/kasko' |
| 805 ], | 806 ], |
| 806 }, | 807 }, |
| 807 }, | 808 }, |
| 808 }, | 809 }, |
| 809 }, | 810 }, |
| 810 ], | 811 ], |
| 811 }], | 812 }], |
| 812 ], # 'conditions' | 813 ], # 'conditions' |
| 813 } | 814 } |
| OLD | NEW |