| 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 1188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 TEST_PPAPI_NACL(TrueTypeFont) | 1207 TEST_PPAPI_NACL(TrueTypeFont) |
| 1208 | 1208 |
| 1209 TEST_PPAPI_NACL(VideoDecoder) | |
| 1210 | |
| 1211 // VideoDestination doesn't work in content_browsertests. | 1209 // VideoDestination doesn't work in content_browsertests. |
| 1212 TEST_PPAPI_OUT_OF_PROCESS(VideoDestination) | 1210 TEST_PPAPI_OUT_OF_PROCESS(VideoDestination) |
| 1213 TEST_PPAPI_NACL(VideoDestination) | 1211 TEST_PPAPI_NACL(VideoDestination) |
| 1214 | 1212 |
| 1215 // VideoSource doesn't work in content_browsertests. | 1213 // VideoSource doesn't work in content_browsertests. |
| 1216 TEST_PPAPI_OUT_OF_PROCESS(VideoSource) | 1214 TEST_PPAPI_OUT_OF_PROCESS(VideoSource) |
| 1217 TEST_PPAPI_NACL(VideoSource) | 1215 TEST_PPAPI_NACL(VideoSource) |
| 1218 | 1216 |
| 1219 // Printing doesn't work in content_browsertests. | 1217 // Printing doesn't work in content_browsertests. |
| 1220 TEST_PPAPI_OUT_OF_PROCESS(Printing) | 1218 TEST_PPAPI_OUT_OF_PROCESS(Printing) |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1259 LIST_TEST(FlashDRM_GetHmonitor) | 1257 LIST_TEST(FlashDRM_GetHmonitor) |
| 1260 LIST_TEST(FlashDRM_GetVoucherFile)); | 1258 LIST_TEST(FlashDRM_GetVoucherFile)); |
| 1261 } | 1259 } |
| 1262 | 1260 |
| 1263 TEST_PPAPI_IN_PROCESS(TalkPrivate) | 1261 TEST_PPAPI_IN_PROCESS(TalkPrivate) |
| 1264 TEST_PPAPI_OUT_OF_PROCESS(TalkPrivate) | 1262 TEST_PPAPI_OUT_OF_PROCESS(TalkPrivate) |
| 1265 | 1263 |
| 1266 #if defined(OS_CHROMEOS) | 1264 #if defined(OS_CHROMEOS) |
| 1267 TEST_PPAPI_OUT_OF_PROCESS(OutputProtectionPrivate) | 1265 TEST_PPAPI_OUT_OF_PROCESS(OutputProtectionPrivate) |
| 1268 #endif | 1266 #endif |
| OLD | NEW |