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

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

Issue 2259823007: Add a unit test expection for calling the render scheduler on coalesced events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 "platform/scheduler/base/task_queue.h", 316 "platform/scheduler/base/task_queue.h",
317 "platform/scheduler/child/child_scheduler.h", 317 "platform/scheduler/child/child_scheduler.h",
318 "platform/scheduler/child/compositor_worker_scheduler.h", 318 "platform/scheduler/child/compositor_worker_scheduler.h",
319 "platform/scheduler/child/single_thread_idle_task_runner.h", 319 "platform/scheduler/child/single_thread_idle_task_runner.h",
320 "platform/scheduler/child/webthread_base.h", 320 "platform/scheduler/child/webthread_base.h",
321 "platform/scheduler/child/webthread_impl_for_worker_scheduler.h", 321 "platform/scheduler/child/webthread_impl_for_worker_scheduler.h",
322 "platform/scheduler/child/worker_scheduler.h", 322 "platform/scheduler/child/worker_scheduler.h",
323 "platform/scheduler/renderer/render_widget_scheduling_state.h", 323 "platform/scheduler/renderer/render_widget_scheduling_state.h",
324 "platform/scheduler/renderer/renderer_scheduler.h", 324 "platform/scheduler/renderer/renderer_scheduler.h",
325 "platform/scheduler/test/fake_renderer_scheduler.h", 325 "platform/scheduler/test/fake_renderer_scheduler.h",
326 "platform/scheduler/test/mock_renderer_scheduler.h",
326 "platform/scheduler/test/renderer_scheduler_test_support.h", 327 "platform/scheduler/test/renderer_scheduler_test_support.h",
327 "platform/scheduler/utility/webthread_impl_for_utility_thread.h", 328 "platform/scheduler/utility/webthread_impl_for_utility_thread.h",
328 "web/WebAXEnums.h", 329 "web/WebAXEnums.h",
329 "web/WebAXObject.h", 330 "web/WebAXObject.h",
330 "web/WebActiveWheelFlingParameters.h", 331 "web/WebActiveWheelFlingParameters.h",
331 "web/WebArrayBuffer.h", 332 "web/WebArrayBuffer.h",
332 "web/WebArrayBufferConverter.h", 333 "web/WebArrayBufferConverter.h",
333 "web/WebArrayBufferView.h", 334 "web/WebArrayBufferView.h",
334 "web/WebAutofillClient.h", 335 "web/WebAutofillClient.h",
335 "web/WebBlob.h", 336 "web/WebBlob.h",
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 "web/mac/WebScrollbarTheme.h", 485 "web/mac/WebScrollbarTheme.h",
485 "web/mac/WebSubstringUtil.h", 486 "web/mac/WebSubstringUtil.h",
486 "web/modules/notifications/WebNotificationPermissionCallback.h", 487 "web/modules/notifications/WebNotificationPermissionCallback.h",
487 "web/modules/serviceworker/WebServiceWorkerContextClient.h", 488 "web/modules/serviceworker/WebServiceWorkerContextClient.h",
488 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", 489 "web/modules/serviceworker/WebServiceWorkerContextProxy.h",
489 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", 490 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h",
490 "web/win/WebFontRendering.h", 491 "web/win/WebFontRendering.h",
491 ], 492 ],
492 }, 493 },
493 } 494 }
OLDNEW
« no previous file with comments | « content/renderer/input/main_thread_event_queue_unittest.cc ('k') | third_party/WebKit/public/platform/scheduler/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698