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 698 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
709 'safe_browsing_db/v4_get_hash_protocol_manager_unittest.cc', | 709 'safe_browsing_db/v4_get_hash_protocol_manager_unittest.cc', |
710 'safe_browsing_db/v4_protocol_manager_util_unittest.cc', | 710 'safe_browsing_db/v4_protocol_manager_util_unittest.cc', |
711 'safe_browsing_db/v4_store_unittest.cc', | 711 'safe_browsing_db/v4_store_unittest.cc', |
712 'safe_browsing_db/v4_update_protocol_manager_unittest.cc', | 712 'safe_browsing_db/v4_update_protocol_manager_unittest.cc', |
713 ], | 713 ], |
714 'safe_json_unittest_sources': [ | 714 'safe_json_unittest_sources': [ |
715 'safe_json/json_sanitizer_unittest.cc', | 715 'safe_json/json_sanitizer_unittest.cc', |
716 'safe_json/testing_json_parser_unittest.cc', | 716 'safe_json/testing_json_parser_unittest.cc', |
717 ], | 717 ], |
718 'scheduler_unittest_sources': [ | 718 'scheduler_unittest_sources': [ |
| 719 'scheduler/base/queueing_time_estimator_unittest.cc', |
719 'scheduler/base/task_queue_manager_delegate_for_test.cc', | 720 'scheduler/base/task_queue_manager_delegate_for_test.cc', |
720 'scheduler/base/task_queue_manager_delegate_for_test.h', | 721 'scheduler/base/task_queue_manager_delegate_for_test.h', |
721 'scheduler/base/task_queue_manager_unittest.cc', | 722 'scheduler/base/task_queue_manager_unittest.cc', |
722 'scheduler/base/task_queue_selector_unittest.cc', | 723 'scheduler/base/task_queue_selector_unittest.cc', |
723 'scheduler/base/test_always_fail_time_source.cc', | 724 'scheduler/base/test_count_uses_time_source.cc', |
724 'scheduler/base/test_always_fail_time_source.h', | 725 'scheduler/base/test_count_uses_time_source.h', |
725 'scheduler/base/test_time_source.cc', | 726 'scheduler/base/test_time_source.cc', |
726 'scheduler/base/test_time_source.h', | 727 'scheduler/base/test_time_source.h', |
727 'scheduler/base/time_domain_unittest.cc', | 728 'scheduler/base/time_domain_unittest.cc', |
728 'scheduler/base/work_queue_sets_unittest.cc', | 729 'scheduler/base/work_queue_sets_unittest.cc', |
729 'scheduler/child/idle_helper_unittest.cc', | 730 'scheduler/child/idle_helper_unittest.cc', |
730 'scheduler/child/scheduler_helper_unittest.cc', | 731 'scheduler/child/scheduler_helper_unittest.cc', |
731 'scheduler/child/scheduler_tqm_delegate_for_test.cc', | 732 'scheduler/child/scheduler_tqm_delegate_for_test.cc', |
732 'scheduler/child/scheduler_tqm_delegate_for_test.h', | 733 'scheduler/child/scheduler_tqm_delegate_for_test.h', |
733 'scheduler/child/scheduler_tqm_delegate_impl_unittest.cc', | 734 'scheduler/child/scheduler_tqm_delegate_impl_unittest.cc', |
734 'scheduler/child/webthread_impl_for_worker_scheduler_unittest.cc', | 735 'scheduler/child/webthread_impl_for_worker_scheduler_unittest.cc', |
(...skipping 1311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2046 'dependencies': [ | 2047 'dependencies': [ |
2047 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2048 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2048 ], | 2049 ], |
2049 }], | 2050 }], |
2050 ], | 2051 ], |
2051 }, | 2052 }, |
2052 ], | 2053 ], |
2053 }], | 2054 }], |
2054 ], | 2055 ], |
2055 } | 2056 } |
OLD | NEW |