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

Unified 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, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/cc.gyp ('k') | third_party/WebKit/public/blink_headers.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/scheduler/scheduler.gypi
diff --git a/components/scheduler/scheduler.gypi b/components/scheduler/scheduler.gypi
index d9799d26a1589ebe7fe1afa6d33e3a8b7e9d7dfa..13ca288e6c3b9ddf73f631fa225a95e99986cadb 100644
--- a/components/scheduler/scheduler.gypi
+++ b/components/scheduler/scheduler.gypi
@@ -9,6 +9,7 @@
'base/cancelable_closure_holder.h',
'base/lazy_now.cc',
'base/lazy_now.h',
+ 'base/nestable_single_thread_task_runner.h',
'base/task_queue.cc',
'base/task_queue.h',
'base/task_queue_impl.cc',
@@ -24,7 +25,6 @@
'child/child_scheduler.h',
'child/idle_helper.cc',
'child/idle_helper.h',
- 'child/nestable_single_thread_task_runner.h',
'child/scheduler_helper.cc',
'child/scheduler_helper.h',
'child/scheduler_task_runner_delegate.h',
« 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