| 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 "base/path_service.h" | 5 #include "base/path_service.h" |
| 6 #include "base/test/test_timeouts.h" | 6 #include "base/test/test_timeouts.h" |
| 7 #include "build/build_config.h" | 7 #include "build/build_config.h" |
| 8 #include "chrome/browser/extensions/extension_browsertest.h" | 8 #include "chrome/browser/extensions/extension_browsertest.h" |
| 9 #include "chrome/browser/profiles/profile.h" | 9 #include "chrome/browser/profiles/profile.h" |
| 10 #include "chrome/browser/ui/browser.h" | 10 #include "chrome/browser/ui/browser.h" |
| (...skipping 1221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1232 TEST_PPAPI_NACL(MediaStreamVideoTrack) | 1232 TEST_PPAPI_NACL(MediaStreamVideoTrack) |
| 1233 | 1233 |
| 1234 TEST_PPAPI_NACL(MouseCursor) | 1234 TEST_PPAPI_NACL(MouseCursor) |
| 1235 | 1235 |
| 1236 TEST_PPAPI_NACL(NetworkProxy) | 1236 TEST_PPAPI_NACL(NetworkProxy) |
| 1237 | 1237 |
| 1238 TEST_PPAPI_NACL(TrueTypeFont) | 1238 TEST_PPAPI_NACL(TrueTypeFont) |
| 1239 | 1239 |
| 1240 TEST_PPAPI_NACL(VideoDecoder) | 1240 TEST_PPAPI_NACL(VideoDecoder) |
| 1241 | 1241 |
| 1242 TEST_PPAPI_NACL(VideoEncoder) |
| 1243 |
| 1242 // VideoDestination doesn't work in content_browsertests. | 1244 // VideoDestination doesn't work in content_browsertests. |
| 1243 TEST_PPAPI_OUT_OF_PROCESS(VideoDestination) | 1245 TEST_PPAPI_OUT_OF_PROCESS(VideoDestination) |
| 1244 TEST_PPAPI_NACL(VideoDestination) | 1246 TEST_PPAPI_NACL(VideoDestination) |
| 1245 | 1247 |
| 1246 // VideoSource doesn't work in content_browsertests. | 1248 // VideoSource doesn't work in content_browsertests. |
| 1247 TEST_PPAPI_OUT_OF_PROCESS(VideoSource) | 1249 TEST_PPAPI_OUT_OF_PROCESS(VideoSource) |
| 1248 TEST_PPAPI_NACL(VideoSource) | 1250 TEST_PPAPI_NACL(VideoSource) |
| 1249 | 1251 |
| 1250 // Printing doesn't work in content_browsertests. | 1252 // Printing doesn't work in content_browsertests. |
| 1251 TEST_PPAPI_OUT_OF_PROCESS(Printing) | 1253 TEST_PPAPI_OUT_OF_PROCESS(Printing) |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1427 #endif | 1429 #endif |
| 1428 | 1430 |
| 1429 IN_PROC_BROWSER_TEST_F(MojoPPAPITest, MAYBE_MOJO(Mojo)) { | 1431 IN_PROC_BROWSER_TEST_F(MojoPPAPITest, MAYBE_MOJO(Mojo)) { |
| 1430 RunTest(); | 1432 RunTest(); |
| 1431 } | 1433 } |
| 1432 | 1434 |
| 1433 IN_PROC_BROWSER_TEST_F(MojoPPAPITest, MAYBE_MOJO(MojoFailsWithoutFlag)) { | 1435 IN_PROC_BROWSER_TEST_F(MojoPPAPITest, MAYBE_MOJO(MojoFailsWithoutFlag)) { |
| 1434 RunTestWithoutFlag(); | 1436 RunTestWithoutFlag(); |
| 1435 } | 1437 } |
| 1436 #endif | 1438 #endif |
| OLD | NEW |