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} --- third_party/WebKit/public/blink_headers.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/WebKit/public/blink_headers.gypi') 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", -- cgit v1.1