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

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

Issue 1544273002: Switch to standard integer types in content/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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
« no previous file with comments | « content/test/net/url_request_abort_on_end_job.cc ('k') | content/test/ppapi/ppapi_test.h » ('j') | 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 "build/build_config.h"
5 #include "content/test/ppapi/ppapi_test.h" 6 #include "content/test/ppapi/ppapi_test.h"
6 #include "ppapi/shared_impl/test_utils.h" 7 #include "ppapi/shared_impl/test_utils.h"
7 8
8 // This file lists tests for Pepper APIs (without NaCl) against content_shell. 9 // This file lists tests for Pepper APIs (without NaCl) against content_shell.
9 // TODO(teravest): Move more tests here. http://crbug.com/371873 10 // TODO(teravest): Move more tests here. http://crbug.com/371873
10 11
11 // See chrome/test/ppapi/ppapi_browsertests.cc for Pepper testing that's 12 // See chrome/test/ppapi/ppapi_browsertests.cc for Pepper testing that's
12 // covered in browser_tests. 13 // covered in browser_tests.
13 14
14 namespace content { 15 namespace content {
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 153
153 TEST_PPAPI_OUT_OF_PROCESS(VideoDecoder) 154 TEST_PPAPI_OUT_OF_PROCESS(VideoDecoder)
154 155
155 TEST_PPAPI_IN_PROCESS(VideoDecoderDev) 156 TEST_PPAPI_IN_PROCESS(VideoDecoderDev)
156 TEST_PPAPI_OUT_OF_PROCESS(VideoDecoderDev) 157 TEST_PPAPI_OUT_OF_PROCESS(VideoDecoderDev)
157 158
158 TEST_PPAPI_OUT_OF_PROCESS(VideoEncoder) 159 TEST_PPAPI_OUT_OF_PROCESS(VideoEncoder)
159 160
160 } // namespace 161 } // namespace
161 } // namespace content 162 } // namespace content
OLDNEW
« no previous file with comments | « content/test/net/url_request_abort_on_end_job.cc ('k') | content/test/ppapi/ppapi_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698