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

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

Issue 1084923002: Wake Lock API implementation (Blink part) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 'ChromeClientImpl.cpp', 7 'ChromeClientImpl.cpp',
8 'ChromeClientImpl.h', 8 'ChromeClientImpl.h',
9 'ColorChooserPopupUIController.cpp', 9 'ColorChooserPopupUIController.cpp',
10 'ColorChooserPopupUIController.h', 10 'ColorChooserPopupUIController.h',
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 'tests/PinchViewportTest.cpp', 302 'tests/PinchViewportTest.cpp',
303 'tests/PrerenderingTest.cpp', 303 'tests/PrerenderingTest.cpp',
304 'tests/ProgrammaticScrollTest.cpp', 304 'tests/ProgrammaticScrollTest.cpp',
305 'tests/LayoutGeometryMapTest.cpp', 305 'tests/LayoutGeometryMapTest.cpp',
306 'tests/ScrollingCoordinatorTest.cpp', 306 'tests/ScrollingCoordinatorTest.cpp',
307 'tests/SpinLockTest.cpp', 307 'tests/SpinLockTest.cpp',
308 'tests/TextFinderTest.cpp', 308 'tests/TextFinderTest.cpp',
309 'tests/TopControlsTest.cpp', 309 'tests/TopControlsTest.cpp',
310 'tests/TouchActionTest.cpp', 310 'tests/TouchActionTest.cpp',
311 'tests/ViewportTest.cpp', 311 'tests/ViewportTest.cpp',
312 'tests/WakeLockTest.cpp',
312 'tests/WebDocumentTest.cpp', 313 'tests/WebDocumentTest.cpp',
313 'tests/WebFrameTest.cpp', 314 'tests/WebFrameTest.cpp',
314 'tests/WebHelperPluginTest.cpp', 315 'tests/WebHelperPluginTest.cpp',
315 'tests/WebImageTest.cpp', 316 'tests/WebImageTest.cpp',
316 'tests/WebInputEventConversionTest.cpp', 317 'tests/WebInputEventConversionTest.cpp',
317 'tests/WebInputEventFactoryTestMac.mm', 318 'tests/WebInputEventFactoryTestMac.mm',
318 'tests/WebPageNewSerializerTest.cpp', 319 'tests/WebPageNewSerializerTest.cpp',
319 'tests/WebPageSerializerTest.cpp', 320 'tests/WebPageSerializerTest.cpp',
320 'tests/WebPluginContainerTest.cpp', 321 'tests/WebPluginContainerTest.cpp',
321 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp', 322 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 ['os_posix==1 and OS!="mac"', 356 ['os_posix==1 and OS!="mac"',
356 { 357 {
357 'web_unittest_files': [ 358 'web_unittest_files': [
358 'tests/LocaleICUTest.cpp', 359 'tests/LocaleICUTest.cpp',
359 ], 360 ],
360 } 361 }
361 ], 362 ],
362 ], 363 ],
363 }, 364 },
364 } 365 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698