|
Lines 1280-1285
if (ENABLE_LEGACY_ENCRYPTED_MEDIA)
a/Source/WebCore/CMakeLists.txt_sec1
|
| 1280 |
list(APPEND WebCoreTestSupport_SOURCES |
1280 |
list(APPEND WebCoreTestSupport_SOURCES |
| 1281 |
testing/LegacyMockCDM.cpp |
1281 |
testing/LegacyMockCDM.cpp |
| 1282 |
) |
1282 |
) |
|
|
1283 |
endif () |
| 1284 |
|
| 1283 |
list(APPEND WebCore_IDL_FILES |
1285 |
list(APPEND WebCore_IDL_FILES |
| 1284 |
Modules/encryptedmedia/legacy/WebKitMediaKeyMessageEvent.idl |
1286 |
Modules/encryptedmedia/legacy/WebKitMediaKeyMessageEvent.idl |
| 1285 |
Modules/encryptedmedia/legacy/WebKitMediaKeyNeededEvent.idl |
1287 |
Modules/encryptedmedia/legacy/WebKitMediaKeyNeededEvent.idl |
|
Lines 1288-1294
if (ENABLE_LEGACY_ENCRYPTED_MEDIA)
a/Source/WebCore/CMakeLists.txt_sec2
|
| 1288 |
|
1290 |
|
| 1289 |
html/WebKitMediaKeyError.idl |
1291 |
html/WebKitMediaKeyError.idl |
| 1290 |
) |
1292 |
) |
| 1291 |
endif () |
|
|
| 1292 |
|
1293 |
|
| 1293 |
if (ENABLE_ENCRYPTED_MEDIA) |
1294 |
if (ENABLE_ENCRYPTED_MEDIA) |
| 1294 |
list(APPEND WebCore_SOURCES |
1295 |
list(APPEND WebCore_SOURCES |
|
Lines 1303-1308
if (ENABLE_ENCRYPTED_MEDIA)
a/Source/WebCore/CMakeLists.txt_sec3
|
| 1303 |
|
1304 |
|
| 1304 |
html/MediaEncryptedEvent.cpp |
1305 |
html/MediaEncryptedEvent.cpp |
| 1305 |
) |
1306 |
) |
|
|
1307 |
endif () |
| 1308 |
|
| 1306 |
list(APPEND WebCore_IDL_FILES |
1309 |
list(APPEND WebCore_IDL_FILES |
| 1307 |
Modules/encryptedmedia/MediaKeyEncryptionScheme.idl |
1310 |
Modules/encryptedmedia/MediaKeyEncryptionScheme.idl |
| 1308 |
Modules/encryptedmedia/MediaKeyMessageEvent.idl |
1311 |
Modules/encryptedmedia/MediaKeyMessageEvent.idl |
|
Lines 1318-1324
if (ENABLE_ENCRYPTED_MEDIA)
a/Source/WebCore/CMakeLists.txt_sec4
|
| 1318 |
|
1321 |
|
| 1319 |
html/MediaEncryptedEvent.idl |
1322 |
html/MediaEncryptedEvent.idl |
| 1320 |
) |
1323 |
) |
| 1321 |
endif () |
|
|
| 1322 |
|
1324 |
|
| 1323 |
list(APPEND WebCore_CSS_VALUE_KEYWORDS |
1325 |
list(APPEND WebCore_CSS_VALUE_KEYWORDS |
| 1324 |
${WEBCORE_DIR}/css/SVGCSSValueKeywords.in |
1326 |
${WEBCORE_DIR}/css/SVGCSSValueKeywords.in |
|
Lines 1378-1383
if (ENABLE_WEBGL)
a/Source/WebCore/CMakeLists.txt_sec5
|
| 1378 |
html/canvas/WebGLVertexArrayObjectBase.cpp |
1380 |
html/canvas/WebGLVertexArrayObjectBase.cpp |
| 1379 |
html/canvas/WebGLVertexArrayObjectOES.cpp |
1381 |
html/canvas/WebGLVertexArrayObjectOES.cpp |
| 1380 |
) |
1382 |
) |
|
|
1383 |
endif () |
| 1384 |
|
| 1381 |
list(APPEND WebCore_IDL_FILES |
1385 |
list(APPEND WebCore_IDL_FILES |
| 1382 |
html/canvas/ANGLEInstancedArrays.idl |
1386 |
html/canvas/ANGLEInstancedArrays.idl |
| 1383 |
html/canvas/EXTBlendMinMax.idl |
1387 |
html/canvas/EXTBlendMinMax.idl |
|
Lines 1427-1435
if (ENABLE_WEBGL)
a/Source/WebCore/CMakeLists.txt_sec6
|
| 1427 |
html/canvas/WebGLVertexArrayObject.idl |
1431 |
html/canvas/WebGLVertexArrayObject.idl |
| 1428 |
html/canvas/WebGLVertexArrayObjectOES.idl |
1432 |
html/canvas/WebGLVertexArrayObjectOES.idl |
| 1429 |
) |
1433 |
) |
| 1430 |
endif () |
|
|
| 1431 |
|
1434 |
|
| 1432 |
if (ENABLE_VIDEO_TRACK) |
|
|
| 1433 |
list(APPEND WebCore_IDL_FILES |
1435 |
list(APPEND WebCore_IDL_FILES |
| 1434 |
html/track/AudioTrack.idl |
1436 |
html/track/AudioTrack.idl |
| 1435 |
html/track/AudioTrackList.idl |
1437 |
html/track/AudioTrackList.idl |
|
Lines 1447-1460
if (ENABLE_VIDEO_TRACK)
a/Source/WebCore/CMakeLists.txt_sec7
|
| 1447 |
html/track/VideoTrackList.idl |
1449 |
html/track/VideoTrackList.idl |
| 1448 |
) |
1450 |
) |
| 1449 |
|
1451 |
|
| 1450 |
if (ENABLE_MEDIA_SOURCE) |
|
|
| 1451 |
list(APPEND WebCore_IDL_FILES |
1452 |
list(APPEND WebCore_IDL_FILES |
| 1452 |
Modules/mediasource/AudioTrackMediaSource.idl |
1453 |
Modules/mediasource/AudioTrackMediaSource.idl |
| 1453 |
Modules/mediasource/TextTrackMediaSource.idl |
1454 |
Modules/mediasource/TextTrackMediaSource.idl |
| 1454 |
Modules/mediasource/VideoTrackMediaSource.idl |
1455 |
Modules/mediasource/VideoTrackMediaSource.idl |
| 1455 |
) |
1456 |
) |
| 1456 |
endif () |
|
|
| 1457 |
|
1457 |
|
|
|
1458 |
if (ENABLE_VIDEO_TRACK) |
| 1458 |
list(APPEND WebCore_SOURCES |
1459 |
list(APPEND WebCore_SOURCES |
| 1459 |
html/track/AudioTrack.cpp |
1460 |
html/track/AudioTrack.cpp |
| 1460 |
html/track/AudioTrackList.cpp |
1461 |
html/track/AudioTrackList.cpp |
|
Lines 1499-1504
if (ENABLE_QUOTA)
a/Source/WebCore/CMakeLists.txt_sec8
|
| 1499 |
Modules/quota/StorageQuota.cpp |
1500 |
Modules/quota/StorageQuota.cpp |
| 1500 |
Modules/quota/WorkerNavigatorStorageQuota.cpp |
1501 |
Modules/quota/WorkerNavigatorStorageQuota.cpp |
| 1501 |
) |
1502 |
) |
|
|
1503 |
endif () |
| 1502 |
|
1504 |
|
| 1503 |
list(APPEND WebCore_IDL_FILES |
1505 |
list(APPEND WebCore_IDL_FILES |
| 1504 |
Modules/quota/DOMWindowQuota.idl |
1506 |
Modules/quota/DOMWindowQuota.idl |
|
Lines 1510-1516
if (ENABLE_QUOTA)
a/Source/WebCore/CMakeLists.txt_sec9
|
| 1510 |
Modules/quota/StorageUsageCallback.idl |
1512 |
Modules/quota/StorageUsageCallback.idl |
| 1511 |
Modules/quota/WorkerNavigatorStorageQuota.idl |
1513 |
Modules/quota/WorkerNavigatorStorageQuota.idl |
| 1512 |
) |
1514 |
) |
| 1513 |
endif () |
|
|
| 1514 |
|
1515 |
|
| 1515 |
if (ENABLE_GRAPHICS_CONTEXT_GL) |
1516 |
if (ENABLE_GRAPHICS_CONTEXT_GL) |
| 1516 |
list(APPEND WebCore_SOURCES |
1517 |
list(APPEND WebCore_SOURCES |
|
Lines 1568-1579
if (ENABLE_GRAPHICS_CONTEXT_GL)
a/Source/WebCore/CMakeLists.txt_sec10
|
| 1568 |
) |
1569 |
) |
| 1569 |
endif () |
1570 |
endif () |
| 1570 |
|
1571 |
|
| 1571 |
if (ENABLE_USER_MESSAGE_HANDLERS) |
|
|
| 1572 |
list(APPEND WebCore_IDL_FILES |
1572 |
list(APPEND WebCore_IDL_FILES |
| 1573 |
page/UserMessageHandler.idl |
1573 |
page/UserMessageHandler.idl |
| 1574 |
page/UserMessageHandlersNamespace.idl |
1574 |
page/UserMessageHandlersNamespace.idl |
| 1575 |
page/WebKitNamespace.idl |
1575 |
page/WebKitNamespace.idl |
| 1576 |
) |
1576 |
) |
|
|
1577 |
|
| 1578 |
if (ENABLE_USER_MESSAGE_HANDLERS) |
| 1577 |
list(APPEND WebCore_SOURCES |
1579 |
list(APPEND WebCore_SOURCES |
| 1578 |
page/UserMessageHandler.cpp |
1580 |
page/UserMessageHandler.cpp |
| 1579 |
page/UserMessageHandlerDescriptor.cpp |
1581 |
page/UserMessageHandlerDescriptor.cpp |