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

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

Issue 1828213002: CREDENTIAL: Implement the 'PasswordCredential(HTMLFormElement)' constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: EXPORT2 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 | « third_party/WebKit/Source/modules/credentialmanager/PasswordCredentialTest.cpp ('k') | no next file » | 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 1952 matching lines...) Expand 10 before | Expand all | Expand 10 after
1963 'vibration/testing/InternalsVibration.h', 1963 'vibration/testing/InternalsVibration.h',
1964 'webaudio/testing/InternalsWebAudio.h', 1964 'webaudio/testing/InternalsWebAudio.h',
1965 'webaudio/testing/InternalsWebAudio.cpp', 1965 'webaudio/testing/InternalsWebAudio.cpp',
1966 ], 1966 ],
1967 'modules_unittest_files': [ 1967 'modules_unittest_files': [
1968 'accessibility/AXObjectTest.cpp', 1968 'accessibility/AXObjectTest.cpp',
1969 'cachestorage/CacheTest.cpp', 1969 'cachestorage/CacheTest.cpp',
1970 'canvas2d/CanvasRenderingContext2DAPITest.cpp', 1970 'canvas2d/CanvasRenderingContext2DAPITest.cpp',
1971 'canvas2d/CanvasRenderingContext2DTest.cpp', 1971 'canvas2d/CanvasRenderingContext2DTest.cpp',
1972 'compositorworker/CompositorWorkerThreadTest.cpp', 1972 'compositorworker/CompositorWorkerThreadTest.cpp',
1973 'credentialmanager/PasswordCredentialTest.cpp',
1973 'csspaint/PaintRenderingContext2DTest.cpp', 1974 'csspaint/PaintRenderingContext2DTest.cpp',
1974 'fetch/BodyStreamBufferTest.cpp', 1975 'fetch/BodyStreamBufferTest.cpp',
1975 'fetch/CompositeDataConsumerHandleTest.cpp', 1976 'fetch/CompositeDataConsumerHandleTest.cpp',
1976 'fetch/DataConsumerHandleTestUtil.cpp', 1977 'fetch/DataConsumerHandleTestUtil.cpp',
1977 'fetch/DataConsumerHandleTestUtil.h', 1978 'fetch/DataConsumerHandleTestUtil.h',
1978 'fetch/DataConsumerHandleUtilTest.cpp', 1979 'fetch/DataConsumerHandleUtilTest.cpp',
1979 'fetch/DataConsumerTeeTest.cpp', 1980 'fetch/DataConsumerTeeTest.cpp',
1980 'fetch/FetchBlobDataConsumerHandleTest.cpp', 1981 'fetch/FetchBlobDataConsumerHandleTest.cpp',
1981 'fetch/FetchDataLoaderTest.cpp', 1982 'fetch/FetchDataLoaderTest.cpp',
1982 'fetch/FetchFormDataConsumerHandleTest.cpp', 1983 'fetch/FetchFormDataConsumerHandleTest.cpp',
(...skipping 18 matching lines...) Expand all
2001 'webaudio/AudioBasicProcessorHandlerTest.cpp', 2002 'webaudio/AudioBasicProcessorHandlerTest.cpp',
2002 'webaudio/ConvolverNodeTest.cpp', 2003 'webaudio/ConvolverNodeTest.cpp',
2003 'webaudio/DynamicsCompressorNodeTest.cpp', 2004 'webaudio/DynamicsCompressorNodeTest.cpp',
2004 'webaudio/ScriptProcessorNodeTest.cpp', 2005 'webaudio/ScriptProcessorNodeTest.cpp',
2005 'webaudio/StereoPannerNodeTest.cpp', 2006 'webaudio/StereoPannerNodeTest.cpp',
2006 'websockets/DOMWebSocketTest.cpp', 2007 'websockets/DOMWebSocketTest.cpp',
2007 'websockets/DocumentWebSocketChannelTest.cpp', 2008 'websockets/DocumentWebSocketChannelTest.cpp',
2008 ], 2009 ],
2009 }, 2010 },
2010 } 2011 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/credentialmanager/PasswordCredentialTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698