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

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

Issue 306393002: Pepper: Move "Core" test to content_browsertests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/test/ppapi/ppapi_browsertest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 27 matching lines...) Expand all
38 38
39 TEST_PPAPI_IN_PROCESS(Buffer) 39 TEST_PPAPI_IN_PROCESS(Buffer)
40 TEST_PPAPI_OUT_OF_PROCESS(Buffer) 40 TEST_PPAPI_OUT_OF_PROCESS(Buffer)
41 41
42 TEST_PPAPI_IN_PROCESS(CharSet) 42 TEST_PPAPI_IN_PROCESS(CharSet)
43 TEST_PPAPI_OUT_OF_PROCESS(CharSet) 43 TEST_PPAPI_OUT_OF_PROCESS(CharSet)
44 44
45 TEST_PPAPI_IN_PROCESS(Console) 45 TEST_PPAPI_IN_PROCESS(Console)
46 TEST_PPAPI_OUT_OF_PROCESS(Console) 46 TEST_PPAPI_OUT_OF_PROCESS(Console)
47 47
48 TEST_PPAPI_IN_PROCESS(Core)
49 TEST_PPAPI_OUT_OF_PROCESS(Core)
50
48 TEST_PPAPI_IN_PROCESS(Crypto) 51 TEST_PPAPI_IN_PROCESS(Crypto)
49 TEST_PPAPI_OUT_OF_PROCESS(Crypto) 52 TEST_PPAPI_OUT_OF_PROCESS(Crypto)
50 53
51 TEST_PPAPI_IN_PROCESS(Graphics2D) 54 TEST_PPAPI_IN_PROCESS(Graphics2D)
52 TEST_PPAPI_OUT_OF_PROCESS(Graphics2D) 55 TEST_PPAPI_OUT_OF_PROCESS(Graphics2D)
53 56
54 TEST_PPAPI_IN_PROCESS(ImageData) 57 TEST_PPAPI_IN_PROCESS(ImageData)
55 TEST_PPAPI_OUT_OF_PROCESS(ImageData) 58 TEST_PPAPI_OUT_OF_PROCESS(ImageData)
56 59
57 TEST_PPAPI_OUT_OF_PROCESS(InputEvent) 60 TEST_PPAPI_OUT_OF_PROCESS(InputEvent)
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 TEST_PPAPI_OUT_OF_PROCESS(MAYBE_VarDeprecated) 139 TEST_PPAPI_OUT_OF_PROCESS(MAYBE_VarDeprecated)
137 140
138 TEST_PPAPI_IN_PROCESS(VarResource) 141 TEST_PPAPI_IN_PROCESS(VarResource)
139 TEST_PPAPI_OUT_OF_PROCESS(VarResource) 142 TEST_PPAPI_OUT_OF_PROCESS(VarResource)
140 143
141 TEST_PPAPI_IN_PROCESS(VideoDecoderDev) 144 TEST_PPAPI_IN_PROCESS(VideoDecoderDev)
142 TEST_PPAPI_OUT_OF_PROCESS(VideoDecoderDev) 145 TEST_PPAPI_OUT_OF_PROCESS(VideoDecoderDev)
143 146
144 } // namespace 147 } // namespace
145 } // namespace content 148 } // namespace content
OLDNEW
« no previous file with comments | « chrome/test/ppapi/ppapi_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698