Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(553)

Side by Side Diff: content/test/ppapi/ppapi_browsertest.cc

Issue 905023005: Pepper: PPB_VideoEncoder implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split error notification from error state Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 TEST_PPAPI_OUT_OF_PROCESS(MAYBE_VarDeprecated) 155 TEST_PPAPI_OUT_OF_PROCESS(MAYBE_VarDeprecated)
156 156
157 TEST_PPAPI_IN_PROCESS(VarResource) 157 TEST_PPAPI_IN_PROCESS(VarResource)
158 TEST_PPAPI_OUT_OF_PROCESS(VarResource) 158 TEST_PPAPI_OUT_OF_PROCESS(VarResource)
159 159
160 TEST_PPAPI_OUT_OF_PROCESS(VideoDecoder) 160 TEST_PPAPI_OUT_OF_PROCESS(VideoDecoder)
161 161
162 TEST_PPAPI_IN_PROCESS(VideoDecoderDev) 162 TEST_PPAPI_IN_PROCESS(VideoDecoderDev)
163 TEST_PPAPI_OUT_OF_PROCESS(VideoDecoderDev) 163 TEST_PPAPI_OUT_OF_PROCESS(VideoDecoderDev)
164 164
165 TEST_PPAPI_OUT_OF_PROCESS(VideoEncoder)
166
165 } // namespace 167 } // namespace
166 } // namespace content 168 } // namespace content
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698