| OLD | NEW |
| 1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 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 "content/test/ppapi/ppapi_test.h" | 5 #include "content/test/ppapi/ppapi_test.h" |
| 6 #include "ppapi/shared_impl/test_harness_utils.h" | 6 #include "ppapi/shared_impl/test_harness_utils.h" |
| 7 | 7 |
| 8 // This file lists tests for Pepper APIs (without NaCl) against content_shell. | 8 // This file lists tests for Pepper APIs (without NaCl) against content_shell. |
| 9 // TODO(teravest): Move more tests here. http://crbug.com/371873 | 9 // TODO(teravest): Move more tests here. http://crbug.com/371873 |
| 10 | 10 |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 #define MAYBE_VarDeprecated DISABLED_VarDeprecated | 131 #define MAYBE_VarDeprecated DISABLED_VarDeprecated |
| 132 #else | 132 #else |
| 133 #define MAYBE_VarDeprecated VarDeprecated | 133 #define MAYBE_VarDeprecated VarDeprecated |
| 134 #endif | 134 #endif |
| 135 TEST_PPAPI_IN_PROCESS(VarDeprecated) | 135 TEST_PPAPI_IN_PROCESS(VarDeprecated) |
| 136 TEST_PPAPI_OUT_OF_PROCESS(MAYBE_VarDeprecated) | 136 TEST_PPAPI_OUT_OF_PROCESS(MAYBE_VarDeprecated) |
| 137 | 137 |
| 138 TEST_PPAPI_IN_PROCESS(VarResource) | 138 TEST_PPAPI_IN_PROCESS(VarResource) |
| 139 TEST_PPAPI_OUT_OF_PROCESS(VarResource) | 139 TEST_PPAPI_OUT_OF_PROCESS(VarResource) |
| 140 | 140 |
| 141 TEST_PPAPI_OUT_OF_PROCESS(VideoDecoder) |
| 142 |
| 141 TEST_PPAPI_IN_PROCESS(VideoDecoderDev) | 143 TEST_PPAPI_IN_PROCESS(VideoDecoderDev) |
| 142 TEST_PPAPI_OUT_OF_PROCESS(VideoDecoderDev) | 144 TEST_PPAPI_OUT_OF_PROCESS(VideoDecoderDev) |
| 143 | 145 |
| 144 } // namespace | 146 } // namespace |
| 145 } // namespace content | 147 } // namespace content |
| OLD | NEW |