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

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

Issue 1018863002: compositor-worker: Introduce CompositorWorker. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 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 | Annotate | Revision Log
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
11 # ways. 11 # ways.
12 'extra_blink_module_idl_files': [], 12 'extra_blink_module_idl_files': [],
13 'extra_blink_module_files': [], 13 'extra_blink_module_files': [],
14 # Files for which bindings (.cpp and .h files) will be generated 14 # Files for which bindings (.cpp and .h files) will be generated
15 'modules_idl_files': [ 15 'modules_idl_files': [
16 '<@(extra_blink_module_idl_files)', 16 '<@(extra_blink_module_idl_files)',
17 'app_banner/BeforeInstallPromptEvent.idl', 17 'app_banner/BeforeInstallPromptEvent.idl',
18 'battery/BatteryManager.idl', 18 'battery/BatteryManager.idl',
19 'bluetooth/Bluetooth.idl', 19 'bluetooth/Bluetooth.idl',
20 'bluetooth/BluetoothDevice.idl', 20 'bluetooth/BluetoothDevice.idl',
21 'bluetooth/BluetoothDiscovery.idl', 21 'bluetooth/BluetoothDiscovery.idl',
22 'compositorworker/CompositorWorker.idl',
22 'credentialmanager/Credential.idl', 23 'credentialmanager/Credential.idl',
23 'credentialmanager/CredentialsContainer.idl', 24 'credentialmanager/CredentialsContainer.idl',
24 'credentialmanager/FederatedCredential.idl', 25 'credentialmanager/FederatedCredential.idl',
25 'credentialmanager/LocalCredential.idl', 26 'credentialmanager/LocalCredential.idl',
26 'crypto/Crypto.idl', 27 'crypto/Crypto.idl',
27 'crypto/CryptoKey.idl', 28 'crypto/CryptoKey.idl',
28 'crypto/SubtleCrypto.idl', 29 'crypto/SubtleCrypto.idl',
29 'device_light/DeviceLightEvent.idl', 30 'device_light/DeviceLightEvent.idl',
30 'device_orientation/DeviceAcceleration.idl', 31 'device_orientation/DeviceAcceleration.idl',
31 'device_orientation/DeviceMotionEvent.idl', 32 'device_orientation/DeviceMotionEvent.idl',
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 'beacon/NavigatorBeacon.h', 530 'beacon/NavigatorBeacon.h',
530 'bluetooth/Bluetooth.h', 531 'bluetooth/Bluetooth.h',
531 'bluetooth/BluetoothDevice.cpp', 532 'bluetooth/BluetoothDevice.cpp',
532 'bluetooth/BluetoothDevice.h', 533 'bluetooth/BluetoothDevice.h',
533 'bluetooth/BluetoothDiscovery.cpp', 534 'bluetooth/BluetoothDiscovery.cpp',
534 'bluetooth/BluetoothDiscovery.h', 535 'bluetooth/BluetoothDiscovery.h',
535 'bluetooth/BluetoothError.cpp', 536 'bluetooth/BluetoothError.cpp',
536 'bluetooth/BluetoothError.h', 537 'bluetooth/BluetoothError.h',
537 'bluetooth/NavigatorBluetooth.cpp', 538 'bluetooth/NavigatorBluetooth.cpp',
538 'bluetooth/NavigatorBluetooth.h', 539 'bluetooth/NavigatorBluetooth.h',
540 'compositorworker/CompositorWorker.cpp',
541 'compositorworker/CompositorWorker.h',
542 'compositorworker/CompositorWorkerMessagingProxy.cpp',
543 'compositorworker/CompositorWorkerMessagingProxy.h',
544 'compositorworker/CompositorWorkerThread.cpp',
545 'compositorworker/CompositorWorkerThread.h',
539 'credentialmanager/Credential.cpp', 546 'credentialmanager/Credential.cpp',
540 'credentialmanager/Credential.h', 547 'credentialmanager/Credential.h',
541 'credentialmanager/CredentialManagerClient.cpp', 548 'credentialmanager/CredentialManagerClient.cpp',
542 'credentialmanager/CredentialManagerClient.h', 549 'credentialmanager/CredentialManagerClient.h',
543 'credentialmanager/CredentialsContainer.cpp', 550 'credentialmanager/CredentialsContainer.cpp',
544 'credentialmanager/CredentialsContainer.h', 551 'credentialmanager/CredentialsContainer.h',
545 'credentialmanager/FederatedCredential.cpp', 552 'credentialmanager/FederatedCredential.cpp',
546 'credentialmanager/FederatedCredential.h', 553 'credentialmanager/FederatedCredential.h',
547 'credentialmanager/LocalCredential.cpp', 554 'credentialmanager/LocalCredential.cpp',
548 'credentialmanager/LocalCredential.h', 555 'credentialmanager/LocalCredential.h',
(...skipping 780 matching lines...) Expand 10 before | Expand all | Expand 10 after
1329 'indexeddb/IDBKeyPathTest.cpp', 1336 'indexeddb/IDBKeyPathTest.cpp',
1330 'indexeddb/IDBRequestTest.cpp', 1337 'indexeddb/IDBRequestTest.cpp',
1331 'indexeddb/IDBTransactionTest.cpp', 1338 'indexeddb/IDBTransactionTest.cpp',
1332 'serviceworkers/CacheTest.cpp', 1339 'serviceworkers/CacheTest.cpp',
1333 'serviceworkers/ServiceWorkerContainerTest.cpp', 1340 'serviceworkers/ServiceWorkerContainerTest.cpp',
1334 'websockets/DOMWebSocketTest.cpp', 1341 'websockets/DOMWebSocketTest.cpp',
1335 'websockets/DocumentWebSocketChannelTest.cpp', 1342 'websockets/DocumentWebSocketChannelTest.cpp',
1336 ], 1343 ],
1337 }, 1344 },
1338 } 1345 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698