| 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 1193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1204 TEST_PPAPI_NACL(MediaStreamAudioTrack) | 1204 TEST_PPAPI_NACL(MediaStreamAudioTrack) |
| 1205 | 1205 |
| 1206 TEST_PPAPI_NACL(MediaStreamVideoTrack) | 1206 TEST_PPAPI_NACL(MediaStreamVideoTrack) |
| 1207 | 1207 |
| 1208 TEST_PPAPI_NACL(MouseCursor) | 1208 TEST_PPAPI_NACL(MouseCursor) |
| 1209 | 1209 |
| 1210 TEST_PPAPI_NACL(NetworkProxy) | 1210 TEST_PPAPI_NACL(NetworkProxy) |
| 1211 | 1211 |
| 1212 TEST_PPAPI_NACL(TrueTypeFont) | 1212 TEST_PPAPI_NACL(TrueTypeFont) |
| 1213 | 1213 |
| 1214 TEST_PPAPI_NACL(VideoDecoder) |
| 1215 |
| 1214 // VideoDestination doesn't work in content_browsertests. | 1216 // VideoDestination doesn't work in content_browsertests. |
| 1215 TEST_PPAPI_OUT_OF_PROCESS(VideoDestination) | 1217 TEST_PPAPI_OUT_OF_PROCESS(VideoDestination) |
| 1216 TEST_PPAPI_NACL(VideoDestination) | 1218 TEST_PPAPI_NACL(VideoDestination) |
| 1217 | 1219 |
| 1218 // VideoSource doesn't work in content_browsertests. | 1220 // VideoSource doesn't work in content_browsertests. |
| 1219 TEST_PPAPI_OUT_OF_PROCESS(VideoSource) | 1221 TEST_PPAPI_OUT_OF_PROCESS(VideoSource) |
| 1220 TEST_PPAPI_NACL(VideoSource) | 1222 TEST_PPAPI_NACL(VideoSource) |
| 1221 | 1223 |
| 1222 // Printing doesn't work in content_browsertests. | 1224 // Printing doesn't work in content_browsertests. |
| 1223 TEST_PPAPI_OUT_OF_PROCESS(Printing) | 1225 TEST_PPAPI_OUT_OF_PROCESS(Printing) |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1262 LIST_TEST(FlashDRM_GetHmonitor) | 1264 LIST_TEST(FlashDRM_GetHmonitor) |
| 1263 LIST_TEST(FlashDRM_GetVoucherFile)); | 1265 LIST_TEST(FlashDRM_GetVoucherFile)); |
| 1264 } | 1266 } |
| 1265 | 1267 |
| 1266 TEST_PPAPI_IN_PROCESS(TalkPrivate) | 1268 TEST_PPAPI_IN_PROCESS(TalkPrivate) |
| 1267 TEST_PPAPI_OUT_OF_PROCESS(TalkPrivate) | 1269 TEST_PPAPI_OUT_OF_PROCESS(TalkPrivate) |
| 1268 | 1270 |
| 1269 #if defined(OS_CHROMEOS) | 1271 #if defined(OS_CHROMEOS) |
| 1270 TEST_PPAPI_OUT_OF_PROCESS(OutputProtectionPrivate) | 1272 TEST_PPAPI_OUT_OF_PROCESS(OutputProtectionPrivate) |
| 1271 #endif | 1273 #endif |
| OLD | NEW |