| 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'lastchange_path': '../build/util/LASTCHANGE', | 7 'lastchange_path': '../build/util/LASTCHANGE', |
| 8 'branding_dir': 'app/theme/<(branding_path_component)', | 8 'branding_dir': 'app/theme/<(branding_path_component)', |
| 9 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component
)', | 9 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component
)', |
| 10 }, | 10 }, |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 'sources': [ | 100 'sources': [ |
| 101 # List duplicated in GN build. | 101 # List duplicated in GN build. |
| 102 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 102 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
| 103 '<(SHARED_INTERMEDIATE_DIR)/chrome/installer/util/installer_util_str
ings.rc', | 103 '<(SHARED_INTERMEDIATE_DIR)/chrome/installer/util/installer_util_str
ings.rc', |
| 104 'installer/setup/compat_checks_unittest.cc', | 104 'installer/setup/compat_checks_unittest.cc', |
| 105 'installer/setup/setup_constants.cc', | 105 'installer/setup/setup_constants.cc', |
| 106 'installer/util/advanced_firewall_manager_win_unittest.cc', | 106 'installer/util/advanced_firewall_manager_win_unittest.cc', |
| 107 'installer/util/beacons_unittest.cc', | 107 'installer/util/beacons_unittest.cc', |
| 108 'installer/util/callback_work_item_unittest.cc', | 108 'installer/util/callback_work_item_unittest.cc', |
| 109 'installer/util/channel_info_unittest.cc', | 109 'installer/util/channel_info_unittest.cc', |
| 110 'installer/util/conditional_work_item_list_unittest.cc', |
| 110 'installer/util/copy_tree_work_item_unittest.cc', | 111 'installer/util/copy_tree_work_item_unittest.cc', |
| 111 'installer/util/create_dir_work_item_unittest.cc', | 112 'installer/util/create_dir_work_item_unittest.cc', |
| 112 'installer/util/create_reg_key_work_item_unittest.cc', | 113 'installer/util/create_reg_key_work_item_unittest.cc', |
| 113 'installer/util/delete_after_reboot_helper_unittest.cc', | 114 'installer/util/delete_after_reboot_helper_unittest.cc', |
| 114 'installer/util/delete_reg_key_work_item_unittest.cc', | 115 'installer/util/delete_reg_key_work_item_unittest.cc', |
| 115 'installer/util/delete_reg_value_work_item_unittest.cc', | 116 'installer/util/delete_reg_value_work_item_unittest.cc', |
| 116 'installer/util/delete_tree_work_item_unittest.cc', | 117 'installer/util/delete_tree_work_item_unittest.cc', |
| 117 'installer/util/duplicate_tree_detector_unittest.cc', | 118 'installer/util/duplicate_tree_detector_unittest.cc', |
| 118 'installer/util/fake_installation_state.h', | 119 'installer/util/fake_installation_state.h', |
| 119 'installer/util/fake_product_state.h', | 120 'installer/util/fake_product_state.h', |
| (...skipping 1007 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1127 '../build/isolate.gypi', | 1128 '../build/isolate.gypi', |
| 1128 ], | 1129 ], |
| 1129 'sources': [ | 1130 'sources': [ |
| 1130 'setup_unittests.isolate', | 1131 'setup_unittests.isolate', |
| 1131 ], | 1132 ], |
| 1132 }, | 1133 }, |
| 1133 ], | 1134 ], |
| 1134 }], | 1135 }], |
| 1135 ], | 1136 ], |
| 1136 } | 1137 } |
| OLD | NEW |