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

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

Issue 1914763002: QuotaTracker: Use 'raw' string as key for origin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added unit tests 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/webdatabase/QuotaTracker.cpp » ('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 '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 1986 matching lines...) Expand 10 before | Expand all | Expand 10 after
1997 'payments/ShippingAddressTest.cpp', 1997 'payments/ShippingAddressTest.cpp',
1998 'presentation/PresentationAvailabilityTest.cpp', 1998 'presentation/PresentationAvailabilityTest.cpp',
1999 'push_messaging/PushManagerTest.cpp', 1999 'push_messaging/PushManagerTest.cpp',
2000 'push_messaging/PushMessageDataTest.cpp', 2000 'push_messaging/PushMessageDataTest.cpp',
2001 'serviceworkers/ServiceWorkerContainerTest.cpp', 2001 'serviceworkers/ServiceWorkerContainerTest.cpp',
2002 'webaudio/AudioBasicProcessorHandlerTest.cpp', 2002 'webaudio/AudioBasicProcessorHandlerTest.cpp',
2003 'webaudio/ConvolverNodeTest.cpp', 2003 'webaudio/ConvolverNodeTest.cpp',
2004 'webaudio/DynamicsCompressorNodeTest.cpp', 2004 'webaudio/DynamicsCompressorNodeTest.cpp',
2005 'webaudio/ScriptProcessorNodeTest.cpp', 2005 'webaudio/ScriptProcessorNodeTest.cpp',
2006 'webaudio/StereoPannerNodeTest.cpp', 2006 'webaudio/StereoPannerNodeTest.cpp',
2007 'webdatabase/QuotaTrackerTest.cpp',
2007 'websockets/DOMWebSocketTest.cpp', 2008 'websockets/DOMWebSocketTest.cpp',
2008 'websockets/DocumentWebSocketChannelTest.cpp', 2009 'websockets/DocumentWebSocketChannelTest.cpp',
2009 ], 2010 ],
2010 }, 2011 },
2011 } 2012 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/webdatabase/QuotaTracker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698