| 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 1519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1530 'screen_orientation/ScreenScreenOrientation.cpp', | 1530 'screen_orientation/ScreenScreenOrientation.cpp', |
| 1531 'screen_orientation/ScreenScreenOrientation.h', | 1531 'screen_orientation/ScreenScreenOrientation.h', |
| 1532 'screen_orientation/ScreenOrientation.cpp', | 1532 'screen_orientation/ScreenOrientation.cpp', |
| 1533 'screen_orientation/ScreenOrientation.h', | 1533 'screen_orientation/ScreenOrientation.h', |
| 1534 'screen_orientation/ScreenOrientationController.cpp', | 1534 'screen_orientation/ScreenOrientationController.cpp', |
| 1535 'screen_orientation/ScreenOrientationController.h', | 1535 'screen_orientation/ScreenOrientationController.h', |
| 1536 'screen_orientation/ScreenOrientationDispatcher.cpp', | 1536 'screen_orientation/ScreenOrientationDispatcher.cpp', |
| 1537 'screen_orientation/ScreenOrientationDispatcher.h', | 1537 'screen_orientation/ScreenOrientationDispatcher.h', |
| 1538 'sensor/Sensor.cpp', | 1538 'sensor/Sensor.cpp', |
| 1539 'sensor/Sensor.h', | 1539 'sensor/Sensor.h', |
| 1540 'sensor/SensorProviderProxy.cpp', |
| 1541 'sensor/SensorProviderProxy.h', |
| 1542 'sensor/SensorProxy.cpp', |
| 1543 'sensor/SensorProxy.h', |
| 1540 'sensor/SensorErrorEvent.cpp', | 1544 'sensor/SensorErrorEvent.cpp', |
| 1541 'sensor/SensorErrorEvent.h', | 1545 'sensor/SensorErrorEvent.h', |
| 1546 'sensor/SensorPollingStrategy.cpp', |
| 1547 'sensor/SensorPollingStrategy.h', |
| 1542 'sensor/SensorReading.cpp', | 1548 'sensor/SensorReading.cpp', |
| 1543 'sensor/SensorReading.h', | 1549 'sensor/SensorReading.h', |
| 1544 'sensor/SensorReadingEvent.cpp', | 1550 'sensor/SensorReadingEvent.cpp', |
| 1545 'sensor/SensorReadingEvent.h', | 1551 'sensor/SensorReadingEvent.h', |
| 1546 'sensor/SensorState.h', | |
| 1547 'serviceworkers/ExtendableEvent.cpp', | 1552 'serviceworkers/ExtendableEvent.cpp', |
| 1548 'serviceworkers/ExtendableEvent.h', | 1553 'serviceworkers/ExtendableEvent.h', |
| 1549 'serviceworkers/ExtendableMessageEvent.cpp', | 1554 'serviceworkers/ExtendableMessageEvent.cpp', |
| 1550 'serviceworkers/ExtendableMessageEvent.h', | 1555 'serviceworkers/ExtendableMessageEvent.h', |
| 1551 'serviceworkers/FetchEvent.cpp', | 1556 'serviceworkers/FetchEvent.cpp', |
| 1552 'serviceworkers/FetchEvent.h', | 1557 'serviceworkers/FetchEvent.h', |
| 1553 'serviceworkers/ForeignFetchEvent.cpp', | 1558 'serviceworkers/ForeignFetchEvent.cpp', |
| 1554 'serviceworkers/ForeignFetchEvent.h', | 1559 'serviceworkers/ForeignFetchEvent.h', |
| 1555 'serviceworkers/ForeignFetchRespondWithObserver.cpp', | 1560 'serviceworkers/ForeignFetchRespondWithObserver.cpp', |
| 1556 'serviceworkers/ForeignFetchRespondWithObserver.h', | 1561 'serviceworkers/ForeignFetchRespondWithObserver.h', |
| (...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2083 'webaudio/ConvolverNodeTest.cpp', | 2088 'webaudio/ConvolverNodeTest.cpp', |
| 2084 'webaudio/DynamicsCompressorNodeTest.cpp', | 2089 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 2085 'webaudio/ScriptProcessorNodeTest.cpp', | 2090 'webaudio/ScriptProcessorNodeTest.cpp', |
| 2086 'webaudio/StereoPannerNodeTest.cpp', | 2091 'webaudio/StereoPannerNodeTest.cpp', |
| 2087 'webdatabase/QuotaTrackerTest.cpp', | 2092 'webdatabase/QuotaTrackerTest.cpp', |
| 2088 'websockets/DOMWebSocketTest.cpp', | 2093 'websockets/DOMWebSocketTest.cpp', |
| 2089 'websockets/DocumentWebSocketChannelTest.cpp', | 2094 'websockets/DocumentWebSocketChannelTest.cpp', |
| 2090 ], | 2095 ], |
| 2091 }, | 2096 }, |
| 2092 } | 2097 } |
| OLD | NEW |