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

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

Issue 399313003: Initial implementation of API WakeLock. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Implementation of WakeLock API on JavaScript side. Created 6 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
« no previous file with comments | « Source/web/tests/WakeLockTest.cpp ('k') | public/platform/WebWakeLockClient.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'BackForwardClientImpl.cpp', 7 'BackForwardClientImpl.cpp',
8 'BackForwardClientImpl.h', 8 'BackForwardClientImpl.h',
9 'ChromeClientImpl.cpp', 9 'ChromeClientImpl.cpp',
10 'ChromeClientImpl.h', 10 'ChromeClientImpl.h',
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 'tests/PrerenderingTest.cpp', 286 'tests/PrerenderingTest.cpp',
287 'tests/ProgrammaticScrollTest.cpp', 287 'tests/ProgrammaticScrollTest.cpp',
288 'tests/RenderGeometryMapTest.cpp', 288 'tests/RenderGeometryMapTest.cpp',
289 'tests/ScrollingCoordinatorChromiumTest.cpp', 289 'tests/ScrollingCoordinatorChromiumTest.cpp',
290 'tests/SpinLockTest.cpp', 290 'tests/SpinLockTest.cpp',
291 'tests/TextFinderTest.cpp', 291 'tests/TextFinderTest.cpp',
292 'tests/TouchActionTest.cpp', 292 'tests/TouchActionTest.cpp',
293 'tests/URLTestHelpers.cpp', 293 'tests/URLTestHelpers.cpp',
294 'tests/URLTestHelpers.h', 294 'tests/URLTestHelpers.h',
295 'tests/ViewportTest.cpp', 295 'tests/ViewportTest.cpp',
296 'tests/WakeLockTest.cpp',
296 'tests/WebDocumentTest.cpp', 297 'tests/WebDocumentTest.cpp',
297 'tests/WebFrameTest.cpp', 298 'tests/WebFrameTest.cpp',
298 'tests/WebHelperPluginTest.cpp', 299 'tests/WebHelperPluginTest.cpp',
299 'tests/WebImageTest.cpp', 300 'tests/WebImageTest.cpp',
300 'tests/WebInputEventConversionTest.cpp', 301 'tests/WebInputEventConversionTest.cpp',
301 'tests/WebInputEventFactoryTestMac.mm', 302 'tests/WebInputEventFactoryTestMac.mm',
302 'tests/WebPageNewSerializerTest.cpp', 303 'tests/WebPageNewSerializerTest.cpp',
303 'tests/WebPageSerializerTest.cpp', 304 'tests/WebPageSerializerTest.cpp',
304 'tests/WebPluginContainerTest.cpp', 305 'tests/WebPluginContainerTest.cpp',
305 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp', 306 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 ['os_posix==1 and OS!="mac"', 340 ['os_posix==1 and OS!="mac"',
340 { 341 {
341 'web_unittest_files': [ 342 'web_unittest_files': [
342 'tests/LocaleICUTest.cpp', 343 'tests/LocaleICUTest.cpp',
343 ], 344 ],
344 } 345 }
345 ], 346 ],
346 ], 347 ],
347 }, 348 },
348 } 349 }
OLDNEW
« no previous file with comments | « Source/web/tests/WakeLockTest.cpp ('k') | public/platform/WebWakeLockClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698