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 1506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1517 'screen_orientation/ScreenScreenOrientation.cpp', | 1517 'screen_orientation/ScreenScreenOrientation.cpp', |
1518 'screen_orientation/ScreenScreenOrientation.h', | 1518 'screen_orientation/ScreenScreenOrientation.h', |
1519 'screen_orientation/ScreenOrientation.cpp', | 1519 'screen_orientation/ScreenOrientation.cpp', |
1520 'screen_orientation/ScreenOrientation.h', | 1520 'screen_orientation/ScreenOrientation.h', |
1521 'screen_orientation/ScreenOrientationController.cpp', | 1521 'screen_orientation/ScreenOrientationController.cpp', |
1522 'screen_orientation/ScreenOrientationController.h', | 1522 'screen_orientation/ScreenOrientationController.h', |
1523 'screen_orientation/ScreenOrientationDispatcher.cpp', | 1523 'screen_orientation/ScreenOrientationDispatcher.cpp', |
1524 'screen_orientation/ScreenOrientationDispatcher.h', | 1524 'screen_orientation/ScreenOrientationDispatcher.h', |
1525 'sensor/Sensor.cpp', | 1525 'sensor/Sensor.cpp', |
1526 'sensor/Sensor.h', | 1526 'sensor/Sensor.h', |
| 1527 'sensor/SensorProviderProxy.cpp', |
| 1528 'sensor/SensorProviderProxy.h', |
| 1529 'sensor/SensorProxy.cpp', |
| 1530 'sensor/SensorProxy.h', |
1527 'sensor/SensorErrorEvent.cpp', | 1531 'sensor/SensorErrorEvent.cpp', |
1528 'sensor/SensorErrorEvent.h', | 1532 'sensor/SensorErrorEvent.h', |
| 1533 'sensor/SensorPollingStrategy.cpp', |
| 1534 'sensor/SensorPollingStrategy.h', |
1529 'sensor/SensorReading.cpp', | 1535 'sensor/SensorReading.cpp', |
1530 'sensor/SensorReading.h', | 1536 'sensor/SensorReading.h', |
1531 'sensor/SensorReadingEvent.cpp', | 1537 'sensor/SensorReadingEvent.cpp', |
1532 'sensor/SensorReadingEvent.h', | 1538 'sensor/SensorReadingEvent.h', |
1533 'sensor/SensorState.h', | |
1534 'serviceworkers/ExtendableEvent.cpp', | 1539 'serviceworkers/ExtendableEvent.cpp', |
1535 'serviceworkers/ExtendableEvent.h', | 1540 'serviceworkers/ExtendableEvent.h', |
1536 'serviceworkers/ExtendableMessageEvent.cpp', | 1541 'serviceworkers/ExtendableMessageEvent.cpp', |
1537 'serviceworkers/ExtendableMessageEvent.h', | 1542 'serviceworkers/ExtendableMessageEvent.h', |
1538 'serviceworkers/FetchEvent.cpp', | 1543 'serviceworkers/FetchEvent.cpp', |
1539 'serviceworkers/FetchEvent.h', | 1544 'serviceworkers/FetchEvent.h', |
1540 'serviceworkers/ForeignFetchEvent.cpp', | 1545 'serviceworkers/ForeignFetchEvent.cpp', |
1541 'serviceworkers/ForeignFetchEvent.h', | 1546 'serviceworkers/ForeignFetchEvent.h', |
1542 'serviceworkers/ForeignFetchRespondWithObserver.cpp', | 1547 'serviceworkers/ForeignFetchRespondWithObserver.cpp', |
1543 'serviceworkers/ForeignFetchRespondWithObserver.h', | 1548 'serviceworkers/ForeignFetchRespondWithObserver.h', |
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2073 'webaudio/ConvolverNodeTest.cpp', | 2078 'webaudio/ConvolverNodeTest.cpp', |
2074 'webaudio/DynamicsCompressorNodeTest.cpp', | 2079 'webaudio/DynamicsCompressorNodeTest.cpp', |
2075 'webaudio/ScriptProcessorNodeTest.cpp', | 2080 'webaudio/ScriptProcessorNodeTest.cpp', |
2076 'webaudio/StereoPannerNodeTest.cpp', | 2081 'webaudio/StereoPannerNodeTest.cpp', |
2077 'webdatabase/QuotaTrackerTest.cpp', | 2082 'webdatabase/QuotaTrackerTest.cpp', |
2078 'websockets/DOMWebSocketTest.cpp', | 2083 'websockets/DOMWebSocketTest.cpp', |
2079 'websockets/DocumentWebSocketChannelTest.cpp', | 2084 'websockets/DocumentWebSocketChannelTest.cpp', |
2080 ], | 2085 ], |
2081 }, | 2086 }, |
2082 } | 2087 } |
OLD | NEW |