| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 'scheduler_common_sources': [ | 7 'scheduler_common_sources': [ |
| 8 # Sources list duplicated in GN build. | 8 # Sources list duplicated in GN build. |
| 9 'common/scheduler_switches.cc', | 9 'common/scheduler_switches.cc', |
| 10 'common/scheduler_switches.h', | 10 'common/scheduler_switches.h', |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 'renderer/user_model.cc', | 91 'renderer/user_model.cc', |
| 92 'renderer/user_model.h', | 92 'renderer/user_model.h', |
| 93 'renderer/webthread_impl_for_renderer_scheduler.cc', | 93 'renderer/webthread_impl_for_renderer_scheduler.cc', |
| 94 'renderer/webthread_impl_for_renderer_scheduler.h', | 94 'renderer/webthread_impl_for_renderer_scheduler.h', |
| 95 'scheduler_export.h', | 95 'scheduler_export.h', |
| 96 ], | 96 ], |
| 97 'scheduler_test_support_sources': [ | 97 'scheduler_test_support_sources': [ |
| 98 # Sources list duplicated in GN build. | 98 # Sources list duplicated in GN build. |
| 99 'test/lazy_scheduler_message_loop_delegate_for_tests.cc', | 99 'test/lazy_scheduler_message_loop_delegate_for_tests.cc', |
| 100 'test/lazy_scheduler_message_loop_delegate_for_tests.h', | 100 'test/lazy_scheduler_message_loop_delegate_for_tests.h', |
| 101 'test/renderer_scheduler_test_support.h', |
| 102 'test/renderer_scheduler_test_support.cc', |
| 101 ], | 103 ], |
| 102 }, | 104 }, |
| 103 } | 105 } |
| OLD | NEW |