diff options
author | brucedawson <brucedawson@chromium.org> | 2015-10-02 13:06:45 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-10-02 20:07:45 +0000 |
commit | f27e6faf7a0e48b268c1371751b670fc2060b8d9 (patch) | |
tree | eb1e867d085d1519309ff88440054c9411e375c9 /third_party/WebKit/public/blink_headers.gypi | |
parent | ee435a841a4677d44698bb095378ccf3be331eae (diff) | |
download | chromium_src-f27e6faf7a0e48b268c1371751b670fc2060b8d9.zip chromium_src-f27e6faf7a0e48b268c1371751b670fc2060b8d9.tar.gz chromium_src-f27e6faf7a0e48b268c1371751b670fc2060b8d9.tar.bz2 |
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}
Diffstat (limited to 'third_party/WebKit/public/blink_headers.gypi')
-rw-r--r-- | third_party/WebKit/public/blink_headers.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
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", |