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

Side by Side Diff: third_party/WebKit/public/blink_headers.gypi

Issue 2118903002: scheduler: Move the Blink scheduler into Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Another GYP fix Created 4 years, 5 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
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 'blink_public_sources': [ 7 'blink_public_sources': [
8 "platform/callback/WebClosure.h", 8 "platform/callback/WebClosure.h",
9 "platform/Platform.h", 9 "platform/Platform.h",
10 "platform/FilePathConversion.h", 10 "platform/FilePathConversion.h",
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 "platform/modules/serviceworker/WebServiceWorkerResponseType.h", 303 "platform/modules/serviceworker/WebServiceWorkerResponseType.h",
304 "platform/modules/serviceworker/WebServiceWorkerSkipWaitingCallbacks.h", 304 "platform/modules/serviceworker/WebServiceWorkerSkipWaitingCallbacks.h",
305 "platform/modules/serviceworker/WebServiceWorkerState.h", 305 "platform/modules/serviceworker/WebServiceWorkerState.h",
306 "platform/modules/vr/WebVR.h", 306 "platform/modules/vr/WebVR.h",
307 "platform/modules/webmidi/WebMIDIAccessor.h", 307 "platform/modules/webmidi/WebMIDIAccessor.h",
308 "platform/modules/webmidi/WebMIDIAccessorClient.h", 308 "platform/modules/webmidi/WebMIDIAccessorClient.h",
309 "platform/modules/websockets/WebSocketHandle.h", 309 "platform/modules/websockets/WebSocketHandle.h",
310 "platform/modules/websockets/WebSocketHandleClient.h", 310 "platform/modules/websockets/WebSocketHandleClient.h",
311 "platform/modules/websockets/WebSocketHandshakeRequestInfo.h", 311 "platform/modules/websockets/WebSocketHandshakeRequestInfo.h",
312 "platform/modules/websockets/WebSocketHandshakeResponseInfo.h", 312 "platform/modules/websockets/WebSocketHandshakeResponseInfo.h",
313 "platform/scheduler/base/task_queue.h",
314 "platform/scheduler/child/child_scheduler.h",
315 "platform/scheduler/child/compositor_worker_scheduler.h",
316 "platform/scheduler/child/single_thread_idle_task_runner.h",
317 "platform/scheduler/child/webthread_base.h",
318 "platform/scheduler/child/webthread_impl_for_worker_scheduler.h",
esprehn 2016/07/22 06:12:11 I'm not sure the renderer vs child distinction mak
Sami 2016/07/29 17:03:27 Agreed that it's a little weird now. Let's figure
319 "platform/scheduler/renderer/render_widget_scheduling_state.h",
320 "platform/scheduler/renderer/renderer_scheduler.h",
321 "platform/scheduler/renderer/webthread_impl_for_renderer_scheduler.h",
322 "platform/scheduler/utility/webthread_impl_for_utility_thread.h",
313 "web/WebAXEnums.h", 323 "web/WebAXEnums.h",
314 "web/WebAXObject.h", 324 "web/WebAXObject.h",
315 "web/WebActiveWheelFlingParameters.h", 325 "web/WebActiveWheelFlingParameters.h",
316 "web/WebArrayBuffer.h", 326 "web/WebArrayBuffer.h",
317 "web/WebArrayBufferConverter.h", 327 "web/WebArrayBufferConverter.h",
318 "web/WebArrayBufferView.h", 328 "web/WebArrayBufferView.h",
319 "web/WebAutofillClient.h", 329 "web/WebAutofillClient.h",
320 "web/WebBlob.h", 330 "web/WebBlob.h",
321 "web/WebCSSParser.h", 331 "web/WebCSSParser.h",
322 "web/WebCache.h", 332 "web/WebCache.h",
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 "web/modules/serviceworker/WebServiceWorkerContextClient.h", 486 "web/modules/serviceworker/WebServiceWorkerContextClient.h",
477 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", 487 "web/modules/serviceworker/WebServiceWorkerContextProxy.h",
478 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", 488 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h",
479 "web/modules/webmidi/WebMIDIClient.h", 489 "web/modules/webmidi/WebMIDIClient.h",
480 "web/modules/webmidi/WebMIDIOptions.h", 490 "web/modules/webmidi/WebMIDIOptions.h",
481 "web/modules/webmidi/WebMIDIPermissionRequest.h", 491 "web/modules/webmidi/WebMIDIPermissionRequest.h",
482 "web/win/WebFontRendering.h", 492 "web/win/WebFontRendering.h",
483 ], 493 ],
484 }, 494 },
485 } 495 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698