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

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

Issue 1794553002: [Playground] Onion Soup: moving ScreenWakeLock to Blink modules/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit DEPS Created 4 years, 8 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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 'tests/FrameTestHelpers.h', 260 'tests/FrameTestHelpers.h',
261 'tests/FrameThrottlingTest.cpp', 261 'tests/FrameThrottlingTest.cpp',
262 'tests/ImeOnFocusTest.cpp', 262 'tests/ImeOnFocusTest.cpp',
263 'tests/KeyboardTest.cpp', 263 'tests/KeyboardTest.cpp',
264 'tests/ListenerLeakTest.cpp', 264 'tests/ListenerLeakTest.cpp',
265 'tests/LinkSelectionTest.cpp', 265 'tests/LinkSelectionTest.cpp',
266 'tests/MHTMLTest.cpp', 266 'tests/MHTMLTest.cpp',
267 'tests/PrerenderingTest.cpp', 267 'tests/PrerenderingTest.cpp',
268 'tests/ProgrammaticScrollTest.cpp', 268 'tests/ProgrammaticScrollTest.cpp',
269 'tests/LayoutGeometryMapTest.cpp', 269 'tests/LayoutGeometryMapTest.cpp',
270 'tests/ScreenWakeLockTest.cpp',
271 'tests/ScrollingCoordinatorTest.cpp', 270 'tests/ScrollingCoordinatorTest.cpp',
272 'tests/SpinLockTest.cpp', 271 'tests/SpinLockTest.cpp',
273 'tests/TextFinderTest.cpp', 272 'tests/TextFinderTest.cpp',
274 'tests/TopControlsTest.cpp', 273 'tests/TopControlsTest.cpp',
275 'tests/TouchActionTest.cpp', 274 'tests/TouchActionTest.cpp',
276 'tests/ViewportTest.cpp', 275 'tests/ViewportTest.cpp',
277 'tests/VirtualTimeTest.cpp', 276 'tests/VirtualTimeTest.cpp',
278 'tests/VisualViewportTest.cpp', 277 'tests/VisualViewportTest.cpp',
279 'tests/WebDocumentTest.cpp', 278 'tests/WebDocumentTest.cpp',
280 'tests/WebFrameSerializerTest.cpp', 279 'tests/WebFrameSerializerTest.cpp',
(...skipping 20 matching lines...) Expand all
301 'tests/sim/SimNetwork.h', 300 'tests/sim/SimNetwork.h',
302 'tests/sim/SimRequest.cpp', 301 'tests/sim/SimRequest.cpp',
303 'tests/sim/SimRequest.h', 302 'tests/sim/SimRequest.h',
304 'tests/sim/SimTest.cpp', 303 'tests/sim/SimTest.cpp',
305 'tests/sim/SimTest.h', 304 'tests/sim/SimTest.h',
306 'tests/sim/SimWebViewClient.cpp', 305 'tests/sim/SimWebViewClient.cpp',
307 'tests/sim/SimWebViewClient.h', 306 'tests/sim/SimWebViewClient.h',
308 ], 307 ],
309 }, 308 },
310 } 309 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/tests/ScreenWakeLockTest.cpp ('k') | third_party/WebKit/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698