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

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
« no previous file with comments | « Source/modules/compositorworker/DEPS ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | 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
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 'background_sync/SyncEvent.idl', 18 'background_sync/SyncEvent.idl',
19 'background_sync/SyncManager.idl', 19 'background_sync/SyncManager.idl',
20 'background_sync/SyncRegistration.idl', 20 'background_sync/SyncRegistration.idl',
21 'battery/BatteryManager.idl', 21 'battery/BatteryManager.idl',
22 'bluetooth/Bluetooth.idl', 22 'bluetooth/Bluetooth.idl',
23 'bluetooth/BluetoothDevice.idl', 23 'bluetooth/BluetoothDevice.idl',
24 'bluetooth/BluetoothDiscovery.idl', 24 'bluetooth/BluetoothDiscovery.idl',
25 'compositorworker/CompositorWorker.idl',
26 'compositorworker/CompositorWorkerGlobalScope.idl',
25 'credentialmanager/Credential.idl', 27 'credentialmanager/Credential.idl',
26 'credentialmanager/CredentialsContainer.idl', 28 'credentialmanager/CredentialsContainer.idl',
27 'credentialmanager/FederatedCredential.idl', 29 'credentialmanager/FederatedCredential.idl',
28 'credentialmanager/LocalCredential.idl', 30 'credentialmanager/LocalCredential.idl',
29 'crypto/Crypto.idl', 31 'crypto/Crypto.idl',
30 'crypto/CryptoKey.idl', 32 'crypto/CryptoKey.idl',
31 'crypto/SubtleCrypto.idl', 33 'crypto/SubtleCrypto.idl',
32 'device_light/DeviceLightEvent.idl', 34 'device_light/DeviceLightEvent.idl',
33 'device_orientation/DeviceAcceleration.idl', 35 'device_orientation/DeviceAcceleration.idl',
34 'device_orientation/DeviceMotionEvent.idl', 36 'device_orientation/DeviceMotionEvent.idl',
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 'beacon/NavigatorBeacon.h', 559 'beacon/NavigatorBeacon.h',
558 'bluetooth/Bluetooth.h', 560 'bluetooth/Bluetooth.h',
559 'bluetooth/BluetoothDevice.cpp', 561 'bluetooth/BluetoothDevice.cpp',
560 'bluetooth/BluetoothDevice.h', 562 'bluetooth/BluetoothDevice.h',
561 'bluetooth/BluetoothDiscovery.cpp', 563 'bluetooth/BluetoothDiscovery.cpp',
562 'bluetooth/BluetoothDiscovery.h', 564 'bluetooth/BluetoothDiscovery.h',
563 'bluetooth/BluetoothError.cpp', 565 'bluetooth/BluetoothError.cpp',
564 'bluetooth/BluetoothError.h', 566 'bluetooth/BluetoothError.h',
565 'bluetooth/NavigatorBluetooth.cpp', 567 'bluetooth/NavigatorBluetooth.cpp',
566 'bluetooth/NavigatorBluetooth.h', 568 'bluetooth/NavigatorBluetooth.h',
569 'compositorworker/CompositorWorker.cpp',
570 'compositorworker/CompositorWorker.h',
571 'compositorworker/CompositorWorkerGlobalScope.cpp',
572 'compositorworker/CompositorWorkerGlobalScope.h',
573 'compositorworker/CompositorWorkerMessagingProxy.cpp',
574 'compositorworker/CompositorWorkerMessagingProxy.h',
575 'compositorworker/CompositorWorkerThread.cpp',
576 'compositorworker/CompositorWorkerThread.h',
567 'credentialmanager/Credential.cpp', 577 'credentialmanager/Credential.cpp',
568 'credentialmanager/Credential.h', 578 'credentialmanager/Credential.h',
569 'credentialmanager/CredentialManagerClient.cpp', 579 'credentialmanager/CredentialManagerClient.cpp',
570 'credentialmanager/CredentialManagerClient.h', 580 'credentialmanager/CredentialManagerClient.h',
571 'credentialmanager/CredentialsContainer.cpp', 581 'credentialmanager/CredentialsContainer.cpp',
572 'credentialmanager/CredentialsContainer.h', 582 'credentialmanager/CredentialsContainer.h',
573 'credentialmanager/FederatedCredential.cpp', 583 'credentialmanager/FederatedCredential.cpp',
574 'credentialmanager/FederatedCredential.h', 584 'credentialmanager/FederatedCredential.h',
575 'credentialmanager/LocalCredential.cpp', 585 'credentialmanager/LocalCredential.cpp',
576 'credentialmanager/LocalCredential.h', 586 'credentialmanager/LocalCredential.h',
(...skipping 780 matching lines...) Expand 10 before | Expand all | Expand 10 after
1357 'indexeddb/IDBKeyPathTest.cpp', 1367 'indexeddb/IDBKeyPathTest.cpp',
1358 'indexeddb/IDBRequestTest.cpp', 1368 'indexeddb/IDBRequestTest.cpp',
1359 'indexeddb/IDBTransactionTest.cpp', 1369 'indexeddb/IDBTransactionTest.cpp',
1360 'serviceworkers/CacheTest.cpp', 1370 'serviceworkers/CacheTest.cpp',
1361 'serviceworkers/ServiceWorkerContainerTest.cpp', 1371 'serviceworkers/ServiceWorkerContainerTest.cpp',
1362 'websockets/DOMWebSocketTest.cpp', 1372 'websockets/DOMWebSocketTest.cpp',
1363 'websockets/DocumentWebSocketChannelTest.cpp', 1373 'websockets/DocumentWebSocketChannelTest.cpp',
1364 ], 1374 ],
1365 }, 1375 },
1366 } 1376 }
OLDNEW
« no previous file with comments | « Source/modules/compositorworker/DEPS ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698