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

Side by Side Diff: ppapi/native_client/src/trusted/plugin/nexe_arch.h

Issue 10835019: Fix license headers in a number of files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 4 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
OLDNEW
1 /* 1 /*
2 * Copyright 2011 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can 3 * Use of this source code is governed by a BSD-style license that can be
4 * be found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 // Routines for determining the most appropriate NaCl executable for 7 // Routines for determining the most appropriate NaCl executable for
8 // the current CPU's architecture. 8 // the current CPU's architecture.
9 9
10 #ifndef NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_NEXE_ARCH_H_ 10 #ifndef NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_NEXE_ARCH_H_
11 #define NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_NEXE_ARCH_H_ 11 #define NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_NEXE_ARCH_H_
12 12
13 #include "native_client/src/include/portability.h" 13 #include "native_client/src/include/portability.h"
14 14
(...skipping 17 matching lines...) Expand all
32 // These symbols are for linking with things like unit test frameworks that 32 // These symbols are for linking with things like unit test frameworks that
33 // want to get at the C++ symbol names defined above in an un-mangled way. 33 // want to get at the C++ symbol names defined above in an un-mangled way.
34 // TODO(dspringer): Figure out how to link the shared libs with the test 34 // TODO(dspringer): Figure out how to link the shared libs with the test
35 // harness directly, and get rid of these wrappers. 35 // harness directly, and get rid of these wrappers.
36 EXTERN_C_BEGIN 36 EXTERN_C_BEGIN
37 DLLEXPORT const char* NaClPluginGetSandboxISA(); 37 DLLEXPORT const char* NaClPluginGetSandboxISA();
38 EXTERN_C_END 38 EXTERN_C_END
39 #endif 39 #endif
40 40
41 #endif // NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_NEXE_ARCH_H_ 41 #endif // NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_NEXE_ARCH_H_
OLDNEW
« no previous file with comments | « ppapi/native_client/src/trusted/plugin/dylib_unittest.cc ('k') | ppapi/native_client/src/trusted/plugin/nexe_arch.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698