| 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 1186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1197 } | 1197 } |
| 1198 | 1198 |
| 1199 TEST_PPAPI_NACL(MediaStreamAudioTrack) | 1199 TEST_PPAPI_NACL(MediaStreamAudioTrack) |
| 1200 | 1200 |
| 1201 TEST_PPAPI_NACL(MediaStreamVideoTrack) | 1201 TEST_PPAPI_NACL(MediaStreamVideoTrack) |
| 1202 | 1202 |
| 1203 TEST_PPAPI_NACL(MouseCursor) | 1203 TEST_PPAPI_NACL(MouseCursor) |
| 1204 | 1204 |
| 1205 TEST_PPAPI_NACL(NetworkProxy) | 1205 TEST_PPAPI_NACL(NetworkProxy) |
| 1206 | 1206 |
| 1207 // TODO(scottmg): Disabled with DirectWrite investigating, probably sandbox- |
| 1208 // related. http://crbug.com/382729 |
| 1209 #if !defined(OS_WIN) |
| 1207 TEST_PPAPI_NACL(TrueTypeFont) | 1210 TEST_PPAPI_NACL(TrueTypeFont) |
| 1211 #endif |
| 1208 | 1212 |
| 1209 // VideoDestination doesn't work in content_browsertests. | 1213 // VideoDestination doesn't work in content_browsertests. |
| 1210 TEST_PPAPI_OUT_OF_PROCESS(VideoDestination) | 1214 TEST_PPAPI_OUT_OF_PROCESS(VideoDestination) |
| 1211 TEST_PPAPI_NACL(VideoDestination) | 1215 TEST_PPAPI_NACL(VideoDestination) |
| 1212 | 1216 |
| 1213 // VideoSource doesn't work in content_browsertests. | 1217 // VideoSource doesn't work in content_browsertests. |
| 1214 TEST_PPAPI_OUT_OF_PROCESS(VideoSource) | 1218 TEST_PPAPI_OUT_OF_PROCESS(VideoSource) |
| 1215 TEST_PPAPI_NACL(VideoSource) | 1219 TEST_PPAPI_NACL(VideoSource) |
| 1216 | 1220 |
| 1217 // Printing doesn't work in content_browsertests. | 1221 // Printing doesn't work in content_browsertests. |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1257 LIST_TEST(FlashDRM_GetHmonitor) | 1261 LIST_TEST(FlashDRM_GetHmonitor) |
| 1258 LIST_TEST(FlashDRM_GetVoucherFile)); | 1262 LIST_TEST(FlashDRM_GetVoucherFile)); |
| 1259 } | 1263 } |
| 1260 | 1264 |
| 1261 TEST_PPAPI_IN_PROCESS(TalkPrivate) | 1265 TEST_PPAPI_IN_PROCESS(TalkPrivate) |
| 1262 TEST_PPAPI_OUT_OF_PROCESS(TalkPrivate) | 1266 TEST_PPAPI_OUT_OF_PROCESS(TalkPrivate) |
| 1263 | 1267 |
| 1264 #if defined(OS_CHROMEOS) | 1268 #if defined(OS_CHROMEOS) |
| 1265 TEST_PPAPI_OUT_OF_PROCESS(OutputProtectionPrivate) | 1269 TEST_PPAPI_OUT_OF_PROCESS(OutputProtectionPrivate) |
| 1266 #endif | 1270 #endif |
| OLD | NEW |