| 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 521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 532 { | 532 { |
| 533 'targets': [ | 533 'targets': [ |
| 534 { | 534 { |
| 535 # GN: //chrome/android:chrome_java | 535 # GN: //chrome/android:chrome_java |
| 536 'target_name': 'chrome_java', | 536 'target_name': 'chrome_java', |
| 537 'type': 'none', | 537 'type': 'none', |
| 538 'dependencies': [ | 538 'dependencies': [ |
| 539 'activity_type_ids_java', | 539 'activity_type_ids_java', |
| 540 'browsing_data_time_period_java', | 540 'browsing_data_time_period_java', |
| 541 'browsing_data_type_java', | 541 'browsing_data_type_java', |
| 542 'button_info_type_java', |
| 542 'chrome_locale_paks', | 543 'chrome_locale_paks', |
| 543 'chrome_resources.gyp:chrome_strings', | 544 'chrome_resources.gyp:chrome_strings', |
| 544 'chrome_strings_grd', | 545 'chrome_strings_grd', |
| 545 'chrome_version_java', | 546 'chrome_version_java', |
| 546 'content_setting_java', | 547 'content_setting_java', |
| 547 'content_settings_type_java', | 548 'content_settings_type_java', |
| 548 'connectivity_check_result_java', | 549 'connectivity_check_result_java', |
| 549 'data_use_ui_message_enum_java', | 550 'data_use_ui_message_enum_java', |
| 550 'document_tab_model_info_proto_java', | 551 'document_tab_model_info_proto_java', |
| 551 'infobar_action_type_java', | 552 'infobar_action_type_java', |
| (...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 811 # expired. crbug.com/577698 | 812 # expired. crbug.com/577698 |
| 812 '../components/components.gyp:startup_metric_utils_common', | 813 '../components/components.gyp:startup_metric_utils_common', |
| 813 ], | 814 ], |
| 814 }], | 815 }], |
| 815 ], | 816 ], |
| 816 }, | 817 }, |
| 817 ], | 818 ], |
| 818 }], | 819 }], |
| 819 ], # 'conditions' | 820 ], # 'conditions' |
| 820 } | 821 } |
| OLD | NEW |