| 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 613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 624 'storage_monitor/storage_monitor_win_unittest.cc', | 624 'storage_monitor/storage_monitor_win_unittest.cc', |
| 625 ], | 625 ], |
| 626 'suggestions_unittest_sources': [ | 626 'suggestions_unittest_sources': [ |
| 627 'suggestions/blacklist_store_unittest.cc', | 627 'suggestions/blacklist_store_unittest.cc', |
| 628 'suggestions/image_manager_unittest.cc', | 628 'suggestions/image_manager_unittest.cc', |
| 629 'suggestions/suggestions_service_unittest.cc', | 629 'suggestions/suggestions_service_unittest.cc', |
| 630 'suggestions/suggestions_store_unittest.cc', | 630 'suggestions/suggestions_store_unittest.cc', |
| 631 ], | 631 ], |
| 632 'sync_driver_unittest_sources': [ | 632 'sync_driver_unittest_sources': [ |
| 633 'sync_driver/about_sync_util_unittest.cc', | 633 'sync_driver/about_sync_util_unittest.cc', |
| 634 'sync_driver/backup_rollback_controller_unittest.cc', |
| 634 'sync_driver/data_type_manager_impl_unittest.cc', | 635 'sync_driver/data_type_manager_impl_unittest.cc', |
| 635 'sync_driver/device_info_data_type_controller_unittest.cc', | 636 'sync_driver/device_info_data_type_controller_unittest.cc', |
| 636 'sync_driver/device_info_sync_service_unittest.cc', | 637 'sync_driver/device_info_sync_service_unittest.cc', |
| 637 'sync_driver/favicon_cache_unittest.cc', | 638 'sync_driver/favicon_cache_unittest.cc', |
| 638 'sync_driver/generic_change_processor_unittest.cc', | 639 'sync_driver/generic_change_processor_unittest.cc', |
| 639 'sync_driver/model_association_manager_unittest.cc', | 640 'sync_driver/model_association_manager_unittest.cc', |
| 640 'sync_driver/non_blocking_data_type_controller_unittest.cc', | 641 'sync_driver/non_blocking_data_type_controller_unittest.cc', |
| 641 'sync_driver/non_ui_data_type_controller_unittest.cc', | 642 'sync_driver/non_ui_data_type_controller_unittest.cc', |
| 642 'sync_driver/shared_change_processor_unittest.cc', | 643 'sync_driver/shared_change_processor_unittest.cc', |
| 643 'sync_driver/sync_policy_handler_unittest.cc', | 644 'sync_driver/sync_policy_handler_unittest.cc', |
| (...skipping 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1698 'invalidation/impl/android/junit/', | 1699 'invalidation/impl/android/junit/', |
| 1699 'policy/android/junit/' | 1700 'policy/android/junit/' |
| 1700 ], | 1701 ], |
| 1701 }, | 1702 }, |
| 1702 'includes': [ '../build/host_jar.gypi' ], | 1703 'includes': [ '../build/host_jar.gypi' ], |
| 1703 }, | 1704 }, |
| 1704 ], | 1705 ], |
| 1705 }], | 1706 }], |
| 1706 ], | 1707 ], |
| 1707 } | 1708 } |
| OLD | NEW |