From f27e6faf7a0e48b268c1371751b670fc2060b8d9 Mon Sep 17 00:00:00 2001 From: brucedawson Date: Fri, 2 Oct 2015 13:06:45 -0700 Subject: Fix four dangling header-file references in .gyp files Fix misspelling of combobox_test_api.h in views.gyp in CL 1374523002. Move nestable_single_thread_task_runner.h to its new location in scheduler.gypi - it was missed in CL 1374653003 Fix missing commas in cc.gyp from CL 1357373002 Remove non-existent WebPageScheduler.h from blink_headers.gypi and add in WebFrameHostScheduler.h. It's unclear how this error appeared. CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1376523005 Cr-Commit-Position: refs/heads/master@{#352108} --- cc/cc.gyp | 4 ++-- components/scheduler/scheduler.gypi | 2 +- third_party/WebKit/public/blink_headers.gypi | 2 +- ui/views/views.gyp | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cc/cc.gyp b/cc/cc.gyp index e1d0f4b..642ec75 100644 --- a/cc/cc.gyp +++ b/cc/cc.gyp @@ -548,8 +548,8 @@ 'trees/property_tree_builder.h', 'trees/proxy.cc', 'trees/proxy.h', - 'trees/proxy_impl.h' - 'trees/proxy_main.h' + 'trees/proxy_impl.h', + 'trees/proxy_main.h', 'trees/scoped_abort_remaining_swap_promises.h', 'trees/single_thread_proxy.cc', 'trees/single_thread_proxy.h', diff --git a/components/scheduler/scheduler.gypi b/components/scheduler/scheduler.gypi index d9799d2..13ca288 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', diff --git a/third_party/WebKit/public/blink_headers.gypi b/third_party/WebKit/public/blink_headers.gypi index d933df1..a958068 100644 --- a/third_party/WebKit/public/blink_headers.gypi +++ b/third_party/WebKit/public/blink_headers.gypi @@ -98,6 +98,7 @@ "platform/WebFloatRect.h", "platform/WebFloatSize.h", "platform/WebFocusType.h", + "platform/WebFrameHostScheduler.h", "platform/WebFrameScheduler.h", "platform/WebFrameTimingEvent.h", "platform/WebGamepad.h", @@ -152,7 +153,6 @@ "platform/WebMessagePortChannelClient.h", "platform/WebMimeRegistry.h", "platform/WebNonCopyable.h", - "platform/WebPageScheduler.h", "platform/WebPageVisibilityState.h", "platform/WebPasswordCredential.h", "platform/WebPlatformEventListener.h", diff --git a/ui/views/views.gyp b/ui/views/views.gyp index 3112c12..f1d71a7 100644 --- a/ui/views/views.gyp +++ b/ui/views/views.gyp @@ -479,7 +479,7 @@ 'test/capture_tracking_view.cc', 'test/capture_tracking_view.h', 'test/combobox_test_api.cc', - 'test/combobox_tesa_api.h', + 'test/combobox_test_api.h', 'test/desktop_test_views_delegate.h', 'test/desktop_test_views_delegate_mac.mm', 'test/event_generator_delegate_mac.h', -- cgit v1.1