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

Side by Side Diff: third_party/WebKit/Source/modules/modules.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 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 1976 matching lines...) Expand 10 before | Expand all | Expand 10 after
1987 'payments/PaymentDetailsTestHelper.cpp', 1987 'payments/PaymentDetailsTestHelper.cpp',
1988 'payments/PaymentRequestTest.cpp', 1988 'payments/PaymentRequestTest.cpp',
1989 'payments/PaymentRequestDetailsTest.cpp', 1989 'payments/PaymentRequestDetailsTest.cpp',
1990 'payments/PaymentResponseTest.cpp', 1990 'payments/PaymentResponseTest.cpp',
1991 'payments/PaymentsValidatorsTest.cpp', 1991 'payments/PaymentsValidatorsTest.cpp',
1992 'payments/ShippingAddressTest.cpp', 1992 'payments/ShippingAddressTest.cpp',
1993 'presentation/PresentationAvailabilityTest.cpp', 1993 'presentation/PresentationAvailabilityTest.cpp',
1994 'push_messaging/PushManagerTest.cpp', 1994 'push_messaging/PushManagerTest.cpp',
1995 'push_messaging/PushMessageDataTest.cpp', 1995 'push_messaging/PushMessageDataTest.cpp',
1996 'serviceworkers/ServiceWorkerContainerTest.cpp', 1996 'serviceworkers/ServiceWorkerContainerTest.cpp',
1997 'wake_lock/ScreenWakeLockTest.cpp',
1997 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1998 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1998 'webaudio/ConvolverNodeTest.cpp', 1999 'webaudio/ConvolverNodeTest.cpp',
1999 'webaudio/DynamicsCompressorNodeTest.cpp', 2000 'webaudio/DynamicsCompressorNodeTest.cpp',
2000 'webaudio/ScriptProcessorNodeTest.cpp', 2001 'webaudio/ScriptProcessorNodeTest.cpp',
2001 'webaudio/StereoPannerNodeTest.cpp', 2002 'webaudio/StereoPannerNodeTest.cpp',
2002 'websockets/DOMWebSocketTest.cpp', 2003 'websockets/DOMWebSocketTest.cpp',
2003 'websockets/DocumentWebSocketChannelTest.cpp', 2004 'websockets/DocumentWebSocketChannelTest.cpp',
2004 ], 2005 ],
2005 }, 2006 },
2006 } 2007 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/BUILD.gn ('k') | third_party/WebKit/Source/modules/wake_lock/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698