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

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

Issue 1615133002: Implement API for accessing fonts installed locally on the system. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'filesystem/EntrySync.idl', 72 'filesystem/EntrySync.idl',
73 'filesystem/ErrorCallback.idl', 73 'filesystem/ErrorCallback.idl',
74 'filesystem/FileEntry.idl', 74 'filesystem/FileEntry.idl',
75 'filesystem/FileEntrySync.idl', 75 'filesystem/FileEntrySync.idl',
76 'filesystem/FileSystemCallback.idl', 76 'filesystem/FileSystemCallback.idl',
77 'filesystem/FileWriter.idl', 77 'filesystem/FileWriter.idl',
78 'filesystem/FileWriterCallback.idl', 78 'filesystem/FileWriterCallback.idl',
79 'filesystem/FileWriterSync.idl', 79 'filesystem/FileWriterSync.idl',
80 'filesystem/Metadata.idl', 80 'filesystem/Metadata.idl',
81 'filesystem/MetadataCallback.idl', 81 'filesystem/MetadataCallback.idl',
82 'fontaccess/FontAccessDescription.idl',
82 'gamepad/Gamepad.idl', 83 'gamepad/Gamepad.idl',
83 'gamepad/GamepadButton.idl', 84 'gamepad/GamepadButton.idl',
84 'gamepad/GamepadEvent.idl', 85 'gamepad/GamepadEvent.idl',
85 'gamepad/GamepadList.idl', 86 'gamepad/GamepadList.idl',
86 'geofencing/CircularGeofencingRegion.idl', 87 'geofencing/CircularGeofencingRegion.idl',
87 'geofencing/Geofencing.idl', 88 'geofencing/Geofencing.idl',
88 'geofencing/GeofencingEvent.idl', 89 'geofencing/GeofencingEvent.idl',
89 'geofencing/GeofencingRegion.idl', 90 'geofencing/GeofencingRegion.idl',
90 'geolocation/Coordinates.idl', 91 'geolocation/Coordinates.idl',
91 'geolocation/Geolocation.idl', 92 'geolocation/Geolocation.idl',
(...skipping 946 matching lines...) Expand 10 before | Expand all | Expand 10 after
1038 'filesystem/HTMLInputElementFileSystem.h', 1039 'filesystem/HTMLInputElementFileSystem.h',
1039 'filesystem/InspectorFileSystemAgent.cpp', 1040 'filesystem/InspectorFileSystemAgent.cpp',
1040 'filesystem/InspectorFileSystemAgent.h', 1041 'filesystem/InspectorFileSystemAgent.h',
1041 'filesystem/LocalFileSystem.cpp', 1042 'filesystem/LocalFileSystem.cpp',
1042 'filesystem/LocalFileSystem.h', 1043 'filesystem/LocalFileSystem.h',
1043 'filesystem/Metadata.h', 1044 'filesystem/Metadata.h',
1044 'filesystem/MetadataCallback.h', 1045 'filesystem/MetadataCallback.h',
1045 'filesystem/SyncCallbackHelper.h', 1046 'filesystem/SyncCallbackHelper.h',
1046 'filesystem/WorkerGlobalScopeFileSystem.cpp', 1047 'filesystem/WorkerGlobalScopeFileSystem.cpp',
1047 'filesystem/WorkerGlobalScopeFileSystem.h', 1048 'filesystem/WorkerGlobalScopeFileSystem.h',
1049 'fontaccess/FontAccessDescription.h',
1048 'gamepad/Gamepad.cpp', 1050 'gamepad/Gamepad.cpp',
1049 'gamepad/Gamepad.h', 1051 'gamepad/Gamepad.h',
1050 'gamepad/GamepadButton.cpp', 1052 'gamepad/GamepadButton.cpp',
1051 'gamepad/GamepadButton.h', 1053 'gamepad/GamepadButton.h',
1052 'gamepad/GamepadDispatcher.cpp', 1054 'gamepad/GamepadDispatcher.cpp',
1053 'gamepad/GamepadDispatcher.h', 1055 'gamepad/GamepadDispatcher.h',
1054 'gamepad/GamepadEvent.cpp', 1056 'gamepad/GamepadEvent.cpp',
1055 'gamepad/GamepadEvent.h', 1057 'gamepad/GamepadEvent.h',
1056 'gamepad/GamepadList.cpp', 1058 'gamepad/GamepadList.cpp',
1057 'gamepad/GamepadList.h', 1059 'gamepad/GamepadList.h',
(...skipping 837 matching lines...) Expand 10 before | Expand all | Expand 10 after
1895 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1897 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1896 'webaudio/ConvolverNodeTest.cpp', 1898 'webaudio/ConvolverNodeTest.cpp',
1897 'webaudio/DynamicsCompressorNodeTest.cpp', 1899 'webaudio/DynamicsCompressorNodeTest.cpp',
1898 'webaudio/ScriptProcessorNodeTest.cpp', 1900 'webaudio/ScriptProcessorNodeTest.cpp',
1899 'webaudio/StereoPannerNodeTest.cpp', 1901 'webaudio/StereoPannerNodeTest.cpp',
1900 'websockets/DOMWebSocketTest.cpp', 1902 'websockets/DOMWebSocketTest.cpp',
1901 'websockets/DocumentWebSocketChannelTest.cpp', 1903 'websockets/DocumentWebSocketChannelTest.cpp',
1902 ], 1904 ],
1903 }, 1905 },
1904 } 1906 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698