| 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 647 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 658 'navigatorcontentutils/NavigatorContentUtils.h', | 658 'navigatorcontentutils/NavigatorContentUtils.h', |
| 659 'navigatorcontentutils/NavigatorContentUtilsClient.h', | 659 'navigatorcontentutils/NavigatorContentUtilsClient.h', |
| 660 'netinfo/NavigatorNetworkInformation.cpp', | 660 'netinfo/NavigatorNetworkInformation.cpp', |
| 661 'netinfo/NavigatorNetworkInformation.h', | 661 'netinfo/NavigatorNetworkInformation.h', |
| 662 'netinfo/NetworkInformation.cpp', | 662 'netinfo/NetworkInformation.cpp', |
| 663 'netinfo/NetworkInformation.h', | 663 'netinfo/NetworkInformation.h', |
| 664 'netinfo/WorkerNavigatorNetworkInformation.cpp', | 664 'netinfo/WorkerNavigatorNetworkInformation.cpp', |
| 665 'netinfo/WorkerNavigatorNetworkInformation.h', | 665 'netinfo/WorkerNavigatorNetworkInformation.h', |
| 666 'notifications/Notification.cpp', | 666 'notifications/Notification.cpp', |
| 667 'notifications/Notification.h', | 667 'notifications/Notification.h', |
| 668 'notifications/NotificationClient.h', | |
| 669 'notifications/NotificationController.cpp', | |
| 670 'notifications/NotificationController.h', | |
| 671 'notifications/NotificationPermissionCallback.h', | 668 'notifications/NotificationPermissionCallback.h', |
| 672 'notifications/NotificationPermissionClient.cpp', | 669 'notifications/NotificationPermissionClient.cpp', |
| 673 'notifications/NotificationPermissionClient.h', | 670 'notifications/NotificationPermissionClient.h', |
| 674 'performance/SharedWorkerPerformance.cpp', | 671 'performance/SharedWorkerPerformance.cpp', |
| 675 'performance/WorkerGlobalScopePerformance.cpp', | 672 'performance/WorkerGlobalScopePerformance.cpp', |
| 676 'performance/WorkerGlobalScopePerformance.h', | 673 'performance/WorkerGlobalScopePerformance.h', |
| 677 'performance/WorkerPerformance.cpp', | 674 'performance/WorkerPerformance.cpp', |
| 678 'performance/WorkerPerformance.h', | 675 'performance/WorkerPerformance.h', |
| 679 'presentation/NavigatorPresentation.cpp', | 676 'presentation/NavigatorPresentation.cpp', |
| 680 'presentation/NavigatorPresentation.h', | 677 'presentation/NavigatorPresentation.h', |
| (...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1035 'serviceworkers/CacheTest.cpp', | 1032 'serviceworkers/CacheTest.cpp', |
| 1036 'serviceworkers/FetchResponseDataTest.cpp', | 1033 'serviceworkers/FetchResponseDataTest.cpp', |
| 1037 'serviceworkers/RequestTest.cpp', | 1034 'serviceworkers/RequestTest.cpp', |
| 1038 'serviceworkers/ResponseTest.cpp', | 1035 'serviceworkers/ResponseTest.cpp', |
| 1039 'serviceworkers/ServiceWorkerContainerTest.cpp', | 1036 'serviceworkers/ServiceWorkerContainerTest.cpp', |
| 1040 'websockets/DOMWebSocketTest.cpp', | 1037 'websockets/DOMWebSocketTest.cpp', |
| 1041 'websockets/NewWebSocketChannelImplTest.cpp', | 1038 'websockets/NewWebSocketChannelImplTest.cpp', |
| 1042 ], | 1039 ], |
| 1043 }, | 1040 }, |
| 1044 } | 1041 } |
| OLD | NEW |