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