| 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 514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 525 }], # chromeos==1 | 525 }], # chromeos==1 |
| 526 ['OS=="android"', | 526 ['OS=="android"', |
| 527 { | 527 { |
| 528 'targets': [ | 528 'targets': [ |
| 529 { | 529 { |
| 530 # GN: //chrome/android:chrome_java | 530 # GN: //chrome/android:chrome_java |
| 531 'target_name': 'chrome_java', | 531 'target_name': 'chrome_java', |
| 532 'type': 'none', | 532 'type': 'none', |
| 533 'dependencies': [ | 533 'dependencies': [ |
| 534 'activity_type_ids_java', | 534 'activity_type_ids_java', |
| 535 'browsing_data_time_period_java', |
| 535 'browsing_data_type_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', |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 770 'service/service_utility_process_host.cc', | 771 'service/service_utility_process_host.cc', |
| 771 'service/service_utility_process_host.h', | 772 'service/service_utility_process_host.h', |
| 772 ], | 773 ], |
| 773 }], | 774 }], |
| 774 ], | 775 ], |
| 775 }, | 776 }, |
| 776 ], | 777 ], |
| 777 }], | 778 }], |
| 778 ], # 'conditions' | 779 ], # 'conditions' |
| 779 } | 780 } |
| OLD | NEW |