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 1375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1386 TEST_PPAPI_NACL(MediaStreamVideoTrack) | 1386 TEST_PPAPI_NACL(MediaStreamVideoTrack) |
1387 | 1387 |
1388 TEST_PPAPI_NACL(MouseCursor) | 1388 TEST_PPAPI_NACL(MouseCursor) |
1389 | 1389 |
1390 TEST_PPAPI_NACL(NetworkProxy) | 1390 TEST_PPAPI_NACL(NetworkProxy) |
1391 | 1391 |
1392 TEST_PPAPI_NACL(TrueTypeFont) | 1392 TEST_PPAPI_NACL(TrueTypeFont) |
1393 | 1393 |
1394 TEST_PPAPI_NACL(VideoDecoder) | 1394 TEST_PPAPI_NACL(VideoDecoder) |
1395 | 1395 |
| 1396 TEST_PPAPI_NACL(VideoEncoder) |
| 1397 |
1396 // VideoDestination doesn't work in content_browsertests. | 1398 // VideoDestination doesn't work in content_browsertests. |
1397 TEST_PPAPI_OUT_OF_PROCESS(VideoDestination) | 1399 TEST_PPAPI_OUT_OF_PROCESS(VideoDestination) |
1398 TEST_PPAPI_NACL(VideoDestination) | 1400 TEST_PPAPI_NACL(VideoDestination) |
1399 | 1401 |
1400 // VideoSource doesn't work in content_browsertests. | 1402 // VideoSource doesn't work in content_browsertests. |
1401 TEST_PPAPI_OUT_OF_PROCESS(VideoSource) | 1403 TEST_PPAPI_OUT_OF_PROCESS(VideoSource) |
1402 TEST_PPAPI_NACL(VideoSource) | 1404 TEST_PPAPI_NACL(VideoSource) |
1403 | 1405 |
1404 // Printing doesn't work in content_browsertests. | 1406 // Printing doesn't work in content_browsertests. |
1405 TEST_PPAPI_OUT_OF_PROCESS(Printing) | 1407 TEST_PPAPI_OUT_OF_PROCESS(Printing) |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1580 #endif | 1582 #endif |
1581 | 1583 |
1582 IN_PROC_BROWSER_TEST_F(MojoPPAPITest, MAYBE_MOJO(Mojo)) { | 1584 IN_PROC_BROWSER_TEST_F(MojoPPAPITest, MAYBE_MOJO(Mojo)) { |
1583 RunTest(); | 1585 RunTest(); |
1584 } | 1586 } |
1585 | 1587 |
1586 IN_PROC_BROWSER_TEST_F(MojoPPAPITest, MAYBE_MOJO(MojoFailsWithoutFlag)) { | 1588 IN_PROC_BROWSER_TEST_F(MojoPPAPITest, MAYBE_MOJO(MojoFailsWithoutFlag)) { |
1587 RunTestWithoutFlag(); | 1589 RunTestWithoutFlag(); |
1588 } | 1590 } |
1589 #endif | 1591 #endif |
OLD | NEW |