Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(342)

Side by Side Diff: components/scheduler/scheduler.gypi

Issue 1376523005: Fix four dangling header-file references in .gyp files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « cc/cc.gyp ('k') | third_party/WebKit/public/blink_headers.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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_sources': [ 7 'scheduler_sources': [
8 'base/cancelable_closure_holder.cc', 8 'base/cancelable_closure_holder.cc',
9 'base/cancelable_closure_holder.h', 9 'base/cancelable_closure_holder.h',
10 'base/lazy_now.cc', 10 'base/lazy_now.cc',
11 'base/lazy_now.h', 11 'base/lazy_now.h',
12 'base/nestable_single_thread_task_runner.h',
12 'base/task_queue.cc', 13 'base/task_queue.cc',
13 'base/task_queue.h', 14 'base/task_queue.h',
14 'base/task_queue_impl.cc', 15 'base/task_queue_impl.cc',
15 'base/task_queue_impl.h', 16 'base/task_queue_impl.h',
16 'base/task_queue_manager.cc', 17 'base/task_queue_manager.cc',
17 'base/task_queue_manager.h', 18 'base/task_queue_manager.h',
18 'base/task_queue_selector.cc', 19 'base/task_queue_selector.cc',
19 'base/task_queue_selector.h', 20 'base/task_queue_selector.h',
20 'base/task_queue_sets.cc', 21 'base/task_queue_sets.cc',
21 'base/task_queue_sets.h', 22 'base/task_queue_sets.h',
22 'base/pollable_thread_safe_flag.cc', 23 'base/pollable_thread_safe_flag.cc',
23 'base/pollable_thread_safe_flag.h', 24 'base/pollable_thread_safe_flag.h',
24 'child/child_scheduler.h', 25 'child/child_scheduler.h',
25 'child/idle_helper.cc', 26 'child/idle_helper.cc',
26 'child/idle_helper.h', 27 'child/idle_helper.h',
27 'child/nestable_single_thread_task_runner.h',
28 'child/scheduler_helper.cc', 28 'child/scheduler_helper.cc',
29 'child/scheduler_helper.h', 29 'child/scheduler_helper.h',
30 'child/scheduler_task_runner_delegate.h', 30 'child/scheduler_task_runner_delegate.h',
31 'child/scheduler_task_runner_delegate_impl.cc', 31 'child/scheduler_task_runner_delegate_impl.cc',
32 'child/scheduler_task_runner_delegate_impl.h', 32 'child/scheduler_task_runner_delegate_impl.h',
33 'child/single_thread_idle_task_runner.cc', 33 'child/single_thread_idle_task_runner.cc',
34 'child/single_thread_idle_task_runner.h', 34 'child/single_thread_idle_task_runner.h',
35 'child/web_scheduler_impl.cc', 35 'child/web_scheduler_impl.cc',
36 'child/web_scheduler_impl.h', 36 'child/web_scheduler_impl.h',
37 'child/web_task_runner_impl.cc', 37 'child/web_task_runner_impl.cc',
(...skipping 27 matching lines...) Expand all
65 'renderer/webthread_impl_for_renderer_scheduler.cc', 65 'renderer/webthread_impl_for_renderer_scheduler.cc',
66 'renderer/webthread_impl_for_renderer_scheduler.h', 66 'renderer/webthread_impl_for_renderer_scheduler.h',
67 'scheduler_export.h', 67 'scheduler_export.h',
68 ], 68 ],
69 'scheduler_test_support_sources': [ 69 'scheduler_test_support_sources': [
70 'test/lazy_scheduler_message_loop_delegate_for_tests.cc', 70 'test/lazy_scheduler_message_loop_delegate_for_tests.cc',
71 'test/lazy_scheduler_message_loop_delegate_for_tests.h', 71 'test/lazy_scheduler_message_loop_delegate_for_tests.h',
72 ], 72 ],
73 }, 73 },
74 } 74 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | third_party/WebKit/public/blink_headers.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698