OLD | NEW |
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 862 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
873 'notifications/NotificationPermissionClient.cpp', | 873 'notifications/NotificationPermissionClient.cpp', |
874 'notifications/NotificationPermissionClient.h', | 874 'notifications/NotificationPermissionClient.h', |
875 'notifications/ServiceWorkerGlobalScopeNotifications.h', | 875 'notifications/ServiceWorkerGlobalScopeNotifications.h', |
876 'notifications/ServiceWorkerRegistrationNotifications.cpp', | 876 'notifications/ServiceWorkerRegistrationNotifications.cpp', |
877 'notifications/ServiceWorkerRegistrationNotifications.h', | 877 'notifications/ServiceWorkerRegistrationNotifications.h', |
878 'performance/SharedWorkerPerformance.cpp', | 878 'performance/SharedWorkerPerformance.cpp', |
879 'performance/WorkerGlobalScopePerformance.cpp', | 879 'performance/WorkerGlobalScopePerformance.cpp', |
880 'performance/WorkerGlobalScopePerformance.h', | 880 'performance/WorkerGlobalScopePerformance.h', |
881 'performance/WorkerPerformance.cpp', | 881 'performance/WorkerPerformance.cpp', |
882 'performance/WorkerPerformance.h', | 882 'performance/WorkerPerformance.h', |
| 883 'permissions/PermissionController.cpp', |
| 884 'permissions/PermissionController.h', |
883 'permissions/Permissions.cpp', | 885 'permissions/Permissions.cpp', |
884 'permissions/Permissions.h', | 886 'permissions/Permissions.h', |
| 887 'permissions/PermissionQueryCallback.cpp', |
| 888 'permissions/PermissionQueryCallback.h', |
885 'permissions/PermissionStatus.cpp', | 889 'permissions/PermissionStatus.cpp', |
886 'permissions/PermissionStatus.h', | 890 'permissions/PermissionStatus.h', |
887 'presentation/AvailableChangeEvent.h', | 891 'presentation/AvailableChangeEvent.h', |
888 'presentation/AvailableChangeEvent.cpp', | 892 'presentation/AvailableChangeEvent.cpp', |
889 'presentation/NavigatorPresentation.cpp', | 893 'presentation/NavigatorPresentation.cpp', |
890 'presentation/NavigatorPresentation.h', | 894 'presentation/NavigatorPresentation.h', |
891 'presentation/Presentation.cpp', | 895 'presentation/Presentation.cpp', |
892 'presentation/Presentation.h', | 896 'presentation/Presentation.h', |
893 'presentation/PresentationController.cpp', | 897 'presentation/PresentationController.cpp', |
894 'presentation/PresentationController.h', | 898 'presentation/PresentationController.h', |
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1255 'indexeddb/IDBKeyPathTest.cpp', | 1259 'indexeddb/IDBKeyPathTest.cpp', |
1256 'indexeddb/IDBRequestTest.cpp', | 1260 'indexeddb/IDBRequestTest.cpp', |
1257 'indexeddb/IDBTransactionTest.cpp', | 1261 'indexeddb/IDBTransactionTest.cpp', |
1258 'serviceworkers/CacheTest.cpp', | 1262 'serviceworkers/CacheTest.cpp', |
1259 'serviceworkers/ServiceWorkerContainerTest.cpp', | 1263 'serviceworkers/ServiceWorkerContainerTest.cpp', |
1260 'websockets/DOMWebSocketTest.cpp', | 1264 'websockets/DOMWebSocketTest.cpp', |
1261 'websockets/DocumentWebSocketChannelTest.cpp', | 1265 'websockets/DocumentWebSocketChannelTest.cpp', |
1262 ], | 1266 ], |
1263 }, | 1267 }, |
1264 } | 1268 } |
OLD | NEW |