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

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

Issue 1732923002: Revert of Pull up a subset of CanvasRenderingContext2D into BaseRenderingContext2D. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/canvas2d/CanvasRenderingContext2D.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 812 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 'cachestorage/Cache.cpp', 823 'cachestorage/Cache.cpp',
824 'cachestorage/Cache.h', 824 'cachestorage/Cache.h',
825 'cachestorage/CacheStorage.cpp', 825 'cachestorage/CacheStorage.cpp',
826 'cachestorage/CacheStorage.h', 826 'cachestorage/CacheStorage.h',
827 'cachestorage/CacheStorageError.cpp', 827 'cachestorage/CacheStorageError.cpp',
828 'cachestorage/CacheStorageError.h', 828 'cachestorage/CacheStorageError.h',
829 'cachestorage/GlobalCacheStorage.cpp', 829 'cachestorage/GlobalCacheStorage.cpp',
830 'cachestorage/GlobalCacheStorage.h', 830 'cachestorage/GlobalCacheStorage.h',
831 'cachestorage/InspectorCacheStorageAgent.cpp', 831 'cachestorage/InspectorCacheStorageAgent.cpp',
832 'cachestorage/InspectorCacheStorageAgent.h', 832 'cachestorage/InspectorCacheStorageAgent.h',
833 'canvas2d/BaseRenderingContext2D.cpp',
834 'canvas2d/BaseRenderingContext2D.h',
835 'canvas2d/CanvasGradient.cpp', 833 'canvas2d/CanvasGradient.cpp',
836 'canvas2d/CanvasGradient.h', 834 'canvas2d/CanvasGradient.h',
837 'canvas2d/CanvasPathMethods.cpp', 835 'canvas2d/CanvasPathMethods.cpp',
838 'canvas2d/CanvasPathMethods.h', 836 'canvas2d/CanvasPathMethods.h',
839 'canvas2d/CanvasPattern.cpp', 837 'canvas2d/CanvasPattern.cpp',
840 'canvas2d/CanvasPattern.h', 838 'canvas2d/CanvasPattern.h',
841 'canvas2d/CanvasRenderingContext2D.cpp', 839 'canvas2d/CanvasRenderingContext2D.cpp',
842 'canvas2d/CanvasRenderingContext2D.h', 840 'canvas2d/CanvasRenderingContext2D.h',
843 'canvas2d/CanvasRenderingContext2DState.cpp', 841 'canvas2d/CanvasRenderingContext2DState.cpp',
844 'canvas2d/CanvasRenderingContext2DState.h', 842 'canvas2d/CanvasRenderingContext2DState.h',
(...skipping 1086 matching lines...) Expand 10 before | Expand all | Expand 10 after
1931 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1929 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1932 'webaudio/ConvolverNodeTest.cpp', 1930 'webaudio/ConvolverNodeTest.cpp',
1933 'webaudio/DynamicsCompressorNodeTest.cpp', 1931 'webaudio/DynamicsCompressorNodeTest.cpp',
1934 'webaudio/ScriptProcessorNodeTest.cpp', 1932 'webaudio/ScriptProcessorNodeTest.cpp',
1935 'webaudio/StereoPannerNodeTest.cpp', 1933 'webaudio/StereoPannerNodeTest.cpp',
1936 'websockets/DOMWebSocketTest.cpp', 1934 'websockets/DOMWebSocketTest.cpp',
1937 'websockets/DocumentWebSocketChannelTest.cpp', 1935 'websockets/DocumentWebSocketChannelTest.cpp',
1938 ], 1936 ],
1939 }, 1937 },
1940 } 1938 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698