| 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 515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 526 }], # chromeos==1 | 526 }], # chromeos==1 |
| 527 ['OS=="android"', | 527 ['OS=="android"', |
| 528 { | 528 { |
| 529 'targets': [ | 529 'targets': [ |
| 530 { | 530 { |
| 531 # GN: //chrome/android:chrome_java | 531 # GN: //chrome/android:chrome_java |
| 532 'target_name': 'chrome_java', | 532 'target_name': 'chrome_java', |
| 533 'type': 'none', | 533 'type': 'none', |
| 534 'dependencies': [ | 534 'dependencies': [ |
| 535 'activity_type_ids_java', | 535 'activity_type_ids_java', |
| 536 'browsing_data_type_java', |
| 536 'chrome_locale_paks', | 537 'chrome_locale_paks', |
| 537 'chrome_resources.gyp:chrome_strings', | 538 'chrome_resources.gyp:chrome_strings', |
| 538 'chrome_strings_grd', | 539 'chrome_strings_grd', |
| 539 'chrome_version_java', | 540 'chrome_version_java', |
| 540 'content_setting_java', | 541 'content_setting_java', |
| 541 'content_settings_type_java', | 542 'content_settings_type_java', |
| 542 'connectivity_check_result_java', | 543 'connectivity_check_result_java', |
| 543 'document_tab_model_info_proto_java', | 544 'document_tab_model_info_proto_java', |
| 544 'infobar_action_type_java', | 545 'infobar_action_type_java', |
| 545 'most_visited_tile_type_java', | 546 'most_visited_tile_type_java', |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 767 'service/service_utility_process_host.cc', | 768 'service/service_utility_process_host.cc', |
| 768 'service/service_utility_process_host.h', | 769 'service/service_utility_process_host.h', |
| 769 ], | 770 ], |
| 770 }], | 771 }], |
| 771 ], | 772 ], |
| 772 }, | 773 }, |
| 773 ], | 774 ], |
| 774 }], | 775 }], |
| 775 ], # 'conditions' | 776 ], # 'conditions' |
| 776 } | 777 } |
| OLD | NEW |