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

Side by Side Diff: ppapi/nacl_irt/irt_pnacl_translator_compile.cc

Issue 1548813002: Switch to standard integer types in ppapi/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes 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 | « ppapi/nacl_irt/irt_manifest.h ('k') | ppapi/nacl_irt/irt_ppapi.cc » ('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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 <argz.h> 5 #include <argz.h>
6 #include <stddef.h>
6 #include <string.h> 7 #include <string.h>
7 8
8 #include "build/build_config.h" 9 #include "build/build_config.h"
9 #include "native_client/src/shared/platform/nacl_log.h" 10 #include "native_client/src/shared/platform/nacl_log.h"
10 #include "native_client/src/shared/srpc/nacl_srpc.h" 11 #include "native_client/src/shared/srpc/nacl_srpc.h"
11 #include "native_client/src/untrusted/irt/irt_dev.h" 12 #include "native_client/src/untrusted/irt/irt_dev.h"
12 #include "ppapi/nacl_irt/irt_interfaces.h" 13 #include "ppapi/nacl_irt/irt_interfaces.h"
13 14
14 #if !defined(OS_NACL_NONSFI) 15 #if !defined(OS_NACL_NONSFI)
15 16
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 } 114 }
114 115
115 } 116 }
116 117
117 const struct nacl_irt_private_pnacl_translator_compile 118 const struct nacl_irt_private_pnacl_translator_compile
118 nacl_irt_private_pnacl_translator_compile = { 119 nacl_irt_private_pnacl_translator_compile = {
119 ServeTranslateRequest 120 ServeTranslateRequest
120 }; 121 };
121 122
122 #endif // !defined(OS_NACL_NONSFI) 123 #endif // !defined(OS_NACL_NONSFI)
OLDNEW
« no previous file with comments | « ppapi/nacl_irt/irt_manifest.h ('k') | ppapi/nacl_irt/irt_ppapi.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698