OLD | NEW |
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 909 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
920 'crypto/CryptoResultImpl.cpp', | 920 'crypto/CryptoResultImpl.cpp', |
921 'crypto/CryptoResultImpl.h', | 921 'crypto/CryptoResultImpl.h', |
922 'crypto/DOMWindowCrypto.cpp', | 922 'crypto/DOMWindowCrypto.cpp', |
923 'crypto/DOMWindowCrypto.h', | 923 'crypto/DOMWindowCrypto.h', |
924 'crypto/NormalizeAlgorithm.cpp', | 924 'crypto/NormalizeAlgorithm.cpp', |
925 'crypto/NormalizeAlgorithm.h', | 925 'crypto/NormalizeAlgorithm.h', |
926 'crypto/SubtleCrypto.cpp', | 926 'crypto/SubtleCrypto.cpp', |
927 'crypto/SubtleCrypto.h', | 927 'crypto/SubtleCrypto.h', |
928 'crypto/WorkerGlobalScopeCrypto.cpp', | 928 'crypto/WorkerGlobalScopeCrypto.cpp', |
929 'crypto/WorkerGlobalScopeCrypto.h', | 929 'crypto/WorkerGlobalScopeCrypto.h', |
| 930 'csspaint/CSSPaintDefinition.cpp', |
| 931 'csspaint/CSSPaintDefinition.h', |
930 'csspaint/PaintRenderingContext2D.cpp', | 932 'csspaint/PaintRenderingContext2D.cpp', |
931 'csspaint/PaintRenderingContext2D.h', | 933 'csspaint/PaintRenderingContext2D.h', |
932 'csspaint/PaintWorklet.cpp', | 934 'csspaint/PaintWorklet.cpp', |
933 'csspaint/PaintWorklet.h', | 935 'csspaint/PaintWorklet.h', |
934 'csspaint/PaintWorkletGlobalScope.cpp', | 936 'csspaint/PaintWorkletGlobalScope.cpp', |
935 'csspaint/PaintWorkletGlobalScope.h', | 937 'csspaint/PaintWorkletGlobalScope.h', |
936 'csspaint/WindowPaintWorklet.cpp', | 938 'csspaint/WindowPaintWorklet.cpp', |
937 'csspaint/WindowPaintWorklet.h', | 939 'csspaint/WindowPaintWorklet.h', |
938 'device_light/DeviceLightController.cpp', | 940 'device_light/DeviceLightController.cpp', |
939 'device_light/DeviceLightController.h', | 941 'device_light/DeviceLightController.h', |
(...skipping 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2003 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 2005 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
2004 'webaudio/ConvolverNodeTest.cpp', | 2006 'webaudio/ConvolverNodeTest.cpp', |
2005 'webaudio/DynamicsCompressorNodeTest.cpp', | 2007 'webaudio/DynamicsCompressorNodeTest.cpp', |
2006 'webaudio/ScriptProcessorNodeTest.cpp', | 2008 'webaudio/ScriptProcessorNodeTest.cpp', |
2007 'webaudio/StereoPannerNodeTest.cpp', | 2009 'webaudio/StereoPannerNodeTest.cpp', |
2008 'websockets/DOMWebSocketTest.cpp', | 2010 'websockets/DOMWebSocketTest.cpp', |
2009 'websockets/DocumentWebSocketChannelTest.cpp', | 2011 'websockets/DocumentWebSocketChannelTest.cpp', |
2010 ], | 2012 ], |
2011 }, | 2013 }, |
2012 } | 2014 } |
OLD | NEW |