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

Side by Side Diff: third_party/WebKit/Source/web/web.gypi

Issue 1988633002: Schedule a frame from IntersectionObserver::observe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Oilpan doesn't like stack-allocated callback Created 4 years, 6 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 { 1 {
2 'variables': { 2 'variables': {
3 'web_files': [ 3 'web_files': [
4 'AssertMatchingEnums.cpp', 4 'AssertMatchingEnums.cpp',
5 'AssociatedURLLoader.cpp', 5 'AssociatedURLLoader.cpp',
6 'AssociatedURLLoader.h', 6 'AssociatedURLLoader.h',
7 'AudioOutputDeviceClientImpl.cpp', 7 'AudioOutputDeviceClientImpl.cpp',
8 'AudioOutputDeviceClientImpl.h', 8 'AudioOutputDeviceClientImpl.h',
9 'ChromeClientImpl.cpp', 9 'ChromeClientImpl.cpp',
10 'ChromeClientImpl.h', 10 'ChromeClientImpl.h',
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 'tests/DocumentLoaderTest.cpp', 244 'tests/DocumentLoaderTest.cpp',
245 'tests/DocumentLoadingRenderingTest.cpp', 245 'tests/DocumentLoadingRenderingTest.cpp',
246 'tests/FakeWebPlugin.cpp', 246 'tests/FakeWebPlugin.cpp',
247 'tests/FakeWebPlugin.h', 247 'tests/FakeWebPlugin.h',
248 'tests/FrameLoaderClientImplTest.cpp', 248 'tests/FrameLoaderClientImplTest.cpp',
249 'tests/FrameSerializerTest.cpp', 249 'tests/FrameSerializerTest.cpp',
250 'tests/FrameTestHelpers.cpp', 250 'tests/FrameTestHelpers.cpp',
251 'tests/FrameTestHelpers.h', 251 'tests/FrameTestHelpers.h',
252 'tests/FrameThrottlingTest.cpp', 252 'tests/FrameThrottlingTest.cpp',
253 'tests/ImeOnFocusTest.cpp', 253 'tests/ImeOnFocusTest.cpp',
254 'tests/IntersectionObserverTest.cpp',
254 'tests/KeyboardTest.cpp', 255 'tests/KeyboardTest.cpp',
255 'tests/ListenerLeakTest.cpp', 256 'tests/ListenerLeakTest.cpp',
256 'tests/LinkSelectionTest.cpp', 257 'tests/LinkSelectionTest.cpp',
257 'tests/MHTMLTest.cpp', 258 'tests/MHTMLTest.cpp',
258 'tests/PrerenderingTest.cpp', 259 'tests/PrerenderingTest.cpp',
259 'tests/ProgrammaticScrollTest.cpp', 260 'tests/ProgrammaticScrollTest.cpp',
260 'tests/LayoutGeometryMapTest.cpp', 261 'tests/LayoutGeometryMapTest.cpp',
261 'tests/RootScrollerTest.cpp', 262 'tests/RootScrollerTest.cpp',
262 'tests/ScreenWakeLockTest.cpp', 263 'tests/ScreenWakeLockTest.cpp',
263 'tests/ScrollingCoordinatorTest.cpp', 264 'tests/ScrollingCoordinatorTest.cpp',
(...skipping 29 matching lines...) Expand all
293 'tests/sim/SimNetwork.h', 294 'tests/sim/SimNetwork.h',
294 'tests/sim/SimRequest.cpp', 295 'tests/sim/SimRequest.cpp',
295 'tests/sim/SimRequest.h', 296 'tests/sim/SimRequest.h',
296 'tests/sim/SimTest.cpp', 297 'tests/sim/SimTest.cpp',
297 'tests/sim/SimTest.h', 298 'tests/sim/SimTest.h',
298 'tests/sim/SimWebViewClient.cpp', 299 'tests/sim/SimWebViewClient.cpp',
299 'tests/sim/SimWebViewClient.h', 300 'tests/sim/SimWebViewClient.h',
300 ], 301 ],
301 }, 302 },
302 } 303 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/tests/IntersectionObserverTest.cpp ('k') | third_party/WebKit/Source/web/web_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698