OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #include "chrome/test/ppapi/ppapi_test.h" | 5 #include "chrome/test/ppapi/ppapi_test.h" |
6 | 6 |
7 #include "base/test/test_timeouts.h" | 7 #include "base/test/test_timeouts.h" |
8 #include "build/build_config.h" | 8 #include "build/build_config.h" |
9 #include "chrome/browser/content_settings/host_content_settings_map.h" | 9 #include "chrome/browser/content_settings/host_content_settings_map.h" |
10 #include "chrome/browser/profiles/profile.h" | 10 #include "chrome/browser/profiles/profile.h" |
(...skipping 1381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1392 LIST_TEST(FlashMessageLoop_RunWithoutQuit)); | 1392 LIST_TEST(FlashMessageLoop_RunWithoutQuit)); |
1393 } | 1393 } |
1394 | 1394 |
1395 TEST_PPAPI_IN_PROCESS(MouseCursor) | 1395 TEST_PPAPI_IN_PROCESS(MouseCursor) |
1396 TEST_PPAPI_OUT_OF_PROCESS(MouseCursor) | 1396 TEST_PPAPI_OUT_OF_PROCESS(MouseCursor) |
1397 TEST_PPAPI_NACL(MouseCursor) | 1397 TEST_PPAPI_NACL(MouseCursor) |
1398 | 1398 |
1399 TEST_PPAPI_OUT_OF_PROCESS(TrueTypeFont) | 1399 TEST_PPAPI_OUT_OF_PROCESS(TrueTypeFont) |
1400 TEST_PPAPI_NACL(TrueTypeFont) | 1400 TEST_PPAPI_NACL(TrueTypeFont) |
1401 | 1401 |
| 1402 TEST_PPAPI_OUT_OF_PROCESS(VideoDestination) |
| 1403 TEST_PPAPI_NACL(VideoDestination) |
| 1404 |
1402 TEST_PPAPI_OUT_OF_PROCESS(VideoSource) | 1405 TEST_PPAPI_OUT_OF_PROCESS(VideoSource) |
1403 | 1406 TEST_PPAPI_NACL(VideoSource) |
1404 TEST_PPAPI_OUT_OF_PROCESS(VideoDestination) | |
1405 | 1407 |
1406 // PPB_Printing only implemented for out of process. | 1408 // PPB_Printing only implemented for out of process. |
1407 TEST_PPAPI_OUT_OF_PROCESS(Printing) | 1409 TEST_PPAPI_OUT_OF_PROCESS(Printing) |
1408 | 1410 |
1409 // PPB_MessageLoop is only supported out-of-process. | 1411 // PPB_MessageLoop is only supported out-of-process. |
1410 // TODO(dmichael): Enable for NaCl with the IPC proxy. crbug.com/116317 | 1412 // TODO(dmichael): Enable for NaCl with the IPC proxy. crbug.com/116317 |
1411 TEST_PPAPI_OUT_OF_PROCESS(MessageLoop_Basics) | 1413 TEST_PPAPI_OUT_OF_PROCESS(MessageLoop_Basics) |
1412 // MessageLoop_Post starts a thread so only run it if pepper threads are | 1414 // MessageLoop_Post starts a thread so only run it if pepper threads are |
1413 // enabled. | 1415 // enabled. |
1414 #ifdef ENABLE_PEPPER_THREADING | 1416 #ifdef ENABLE_PEPPER_THREADING |
(...skipping 29 matching lines...) Expand all Loading... |
1444 LIST_TEST(FlashDRM_GetDeviceID) | 1446 LIST_TEST(FlashDRM_GetDeviceID) |
1445 #endif | 1447 #endif |
1446 LIST_TEST(FlashDRM_GetHmonitor) | 1448 LIST_TEST(FlashDRM_GetHmonitor) |
1447 LIST_TEST(FlashDRM_GetVoucherFile)); | 1449 LIST_TEST(FlashDRM_GetVoucherFile)); |
1448 } | 1450 } |
1449 | 1451 |
1450 TEST_PPAPI_IN_PROCESS(TalkPrivate) | 1452 TEST_PPAPI_IN_PROCESS(TalkPrivate) |
1451 TEST_PPAPI_OUT_OF_PROCESS(TalkPrivate) | 1453 TEST_PPAPI_OUT_OF_PROCESS(TalkPrivate) |
1452 | 1454 |
1453 #endif // ADDRESS_SANITIZER | 1455 #endif // ADDRESS_SANITIZER |
OLD | NEW |