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

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

Issue 2080363002: Rename Geometry.h to PaintSize.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reorder global-interface-listing-paint-worklet-expected.txt Created 4 years, 6 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/csspaint/PaintSize.idl ('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 24 matching lines...) Expand all
35 'compositorworker/CompositorWorker.idl', 35 'compositorworker/CompositorWorker.idl',
36 'compositorworker/CompositorWorkerGlobalScope.idl', 36 'compositorworker/CompositorWorkerGlobalScope.idl',
37 'credentialmanager/Credential.idl', 37 'credentialmanager/Credential.idl',
38 'credentialmanager/CredentialsContainer.idl', 38 'credentialmanager/CredentialsContainer.idl',
39 'credentialmanager/FederatedCredential.idl', 39 'credentialmanager/FederatedCredential.idl',
40 'credentialmanager/PasswordCredential.idl', 40 'credentialmanager/PasswordCredential.idl',
41 'credentialmanager/SiteBoundCredential.idl', 41 'credentialmanager/SiteBoundCredential.idl',
42 'crypto/Crypto.idl', 42 'crypto/Crypto.idl',
43 'crypto/CryptoKey.idl', 43 'crypto/CryptoKey.idl',
44 'crypto/SubtleCrypto.idl', 44 'crypto/SubtleCrypto.idl',
45 'csspaint/Geometry.idl',
46 'csspaint/PaintRenderingContext2D.idl', 45 'csspaint/PaintRenderingContext2D.idl',
46 'csspaint/PaintSize.idl',
47 'csspaint/PaintWorkletGlobalScope.idl', 47 'csspaint/PaintWorkletGlobalScope.idl',
48 'device_light/DeviceLightEvent.idl', 48 'device_light/DeviceLightEvent.idl',
49 'device_orientation/DeviceAcceleration.idl', 49 'device_orientation/DeviceAcceleration.idl',
50 'device_orientation/DeviceMotionEvent.idl', 50 'device_orientation/DeviceMotionEvent.idl',
51 'device_orientation/DeviceOrientationEvent.idl', 51 'device_orientation/DeviceOrientationEvent.idl',
52 'device_orientation/DeviceRotationRate.idl', 52 'device_orientation/DeviceRotationRate.idl',
53 'encoding/TextDecoder.idl', 53 'encoding/TextDecoder.idl',
54 'encoding/TextEncoder.idl', 54 'encoding/TextEncoder.idl',
55 'encryptedmedia/MediaEncryptedEvent.idl', 55 'encryptedmedia/MediaEncryptedEvent.idl',
56 'encryptedmedia/MediaKeyMessageEvent.idl', 56 'encryptedmedia/MediaKeyMessageEvent.idl',
(...skipping 902 matching lines...) Expand 10 before | Expand all | Expand 10 after
959 'crypto/NormalizeAlgorithm.cpp', 959 'crypto/NormalizeAlgorithm.cpp',
960 'crypto/NormalizeAlgorithm.h', 960 'crypto/NormalizeAlgorithm.h',
961 'crypto/SubtleCrypto.cpp', 961 'crypto/SubtleCrypto.cpp',
962 'crypto/SubtleCrypto.h', 962 'crypto/SubtleCrypto.h',
963 'crypto/WorkerGlobalScopeCrypto.cpp', 963 'crypto/WorkerGlobalScopeCrypto.cpp',
964 'crypto/WorkerGlobalScopeCrypto.h', 964 'crypto/WorkerGlobalScopeCrypto.h',
965 'csspaint/CSSPaintDefinition.cpp', 965 'csspaint/CSSPaintDefinition.cpp',
966 'csspaint/CSSPaintDefinition.h', 966 'csspaint/CSSPaintDefinition.h',
967 'csspaint/CSSPaintImageGeneratorImpl.cpp', 967 'csspaint/CSSPaintImageGeneratorImpl.cpp',
968 'csspaint/CSSPaintImageGeneratorImpl.h', 968 'csspaint/CSSPaintImageGeneratorImpl.h',
969 'csspaint/Geometry.h',
970 'csspaint/PaintRenderingContext2D.cpp', 969 'csspaint/PaintRenderingContext2D.cpp',
971 'csspaint/PaintRenderingContext2D.h', 970 'csspaint/PaintRenderingContext2D.h',
971 'csspaint/PaintSize.h',
972 'csspaint/PaintWorklet.cpp', 972 'csspaint/PaintWorklet.cpp',
973 'csspaint/PaintWorklet.h', 973 'csspaint/PaintWorklet.h',
974 'csspaint/PaintWorkletGlobalScope.cpp', 974 'csspaint/PaintWorkletGlobalScope.cpp',
975 'csspaint/PaintWorkletGlobalScope.h', 975 'csspaint/PaintWorkletGlobalScope.h',
976 'csspaint/WindowPaintWorklet.cpp', 976 'csspaint/WindowPaintWorklet.cpp',
977 'csspaint/WindowPaintWorklet.h', 977 'csspaint/WindowPaintWorklet.h',
978 'device_light/DeviceLightController.cpp', 978 'device_light/DeviceLightController.cpp',
979 'device_light/DeviceLightController.h', 979 'device_light/DeviceLightController.h',
980 'device_light/DeviceLightDispatcher.cpp', 980 'device_light/DeviceLightDispatcher.cpp',
981 'device_light/DeviceLightDispatcher.h', 981 'device_light/DeviceLightDispatcher.h',
(...skipping 1068 matching lines...) Expand 10 before | Expand all | Expand 10 after
2050 'webaudio/ConvolverNodeTest.cpp', 2050 'webaudio/ConvolverNodeTest.cpp',
2051 'webaudio/DynamicsCompressorNodeTest.cpp', 2051 'webaudio/DynamicsCompressorNodeTest.cpp',
2052 'webaudio/ScriptProcessorNodeTest.cpp', 2052 'webaudio/ScriptProcessorNodeTest.cpp',
2053 'webaudio/StereoPannerNodeTest.cpp', 2053 'webaudio/StereoPannerNodeTest.cpp',
2054 'webdatabase/QuotaTrackerTest.cpp', 2054 'webdatabase/QuotaTrackerTest.cpp',
2055 'websockets/DOMWebSocketTest.cpp', 2055 'websockets/DOMWebSocketTest.cpp',
2056 'websockets/DocumentWebSocketChannelTest.cpp', 2056 'websockets/DocumentWebSocketChannelTest.cpp',
2057 ], 2057 ],
2058 }, 2058 },
2059 } 2059 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/csspaint/PaintSize.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698