| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
| 8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
| 9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
| 10 'chromium_code': 1, | 10 'chromium_code': 1, |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 'storage_monitor/storage_monitor_linux_unittest.cc', | 217 'storage_monitor/storage_monitor_linux_unittest.cc', |
| 218 'storage_monitor/storage_monitor_mac_unittest.mm', | 218 'storage_monitor/storage_monitor_mac_unittest.mm', |
| 219 'storage_monitor/storage_monitor_unittest.cc', | 219 'storage_monitor/storage_monitor_unittest.cc', |
| 220 'storage_monitor/storage_monitor_win_unittest.cc', | 220 'storage_monitor/storage_monitor_win_unittest.cc', |
| 221 'suggestions/blacklist_store_unittest.cc', | 221 'suggestions/blacklist_store_unittest.cc', |
| 222 'suggestions/image_manager_unittest.cc', | 222 'suggestions/image_manager_unittest.cc', |
| 223 'suggestions/suggestions_service_unittest.cc', | 223 'suggestions/suggestions_service_unittest.cc', |
| 224 'suggestions/suggestions_store_unittest.cc', | 224 'suggestions/suggestions_store_unittest.cc', |
| 225 'sync_driver/non_ui_data_type_controller_unittest.cc', | 225 'sync_driver/non_ui_data_type_controller_unittest.cc', |
| 226 'sync_driver/data_type_manager_impl_unittest.cc', | 226 'sync_driver/data_type_manager_impl_unittest.cc', |
| 227 'sync_driver/device_info_data_type_controller_unittest.cc', |
| 228 'sync_driver/device_info_sync_service_unittest.cc', |
| 227 'sync_driver/generic_change_processor_unittest.cc', | 229 'sync_driver/generic_change_processor_unittest.cc', |
| 228 'sync_driver/model_association_manager_unittest.cc', | 230 'sync_driver/model_association_manager_unittest.cc', |
| 229 'sync_driver/non_blocking_data_type_controller_unittest.cc', | 231 'sync_driver/non_blocking_data_type_controller_unittest.cc', |
| 230 'sync_driver/shared_change_processor_unittest.cc', | 232 'sync_driver/shared_change_processor_unittest.cc', |
| 231 'sync_driver/sync_prefs_unittest.cc', | 233 'sync_driver/sync_prefs_unittest.cc', |
| 232 'sync_driver/system_encryptor_unittest.cc', | 234 'sync_driver/system_encryptor_unittest.cc', |
| 233 'sync_driver/ui_data_type_controller_unittest.cc', | 235 'sync_driver/ui_data_type_controller_unittest.cc', |
| 234 'test/run_all_unittests.cc', | 236 'test/run_all_unittests.cc', |
| 235 'translate/core/browser/language_state_unittest.cc', | 237 'translate/core/browser/language_state_unittest.cc', |
| 236 'translate/core/browser/translate_browser_metrics_unittest.cc', | 238 'translate/core/browser/translate_browser_metrics_unittest.cc', |
| (...skipping 733 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 970 'dependencies': [ | 972 'dependencies': [ |
| 971 '../base/allocator/allocator.gyp:allocator', | 973 '../base/allocator/allocator.gyp:allocator', |
| 972 ], | 974 ], |
| 973 }], | 975 }], |
| 974 ], | 976 ], |
| 975 }, | 977 }, |
| 976 ], | 978 ], |
| 977 }], | 979 }], |
| 978 ], | 980 ], |
| 979 } | 981 } |
| OLD | NEW |