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

Unified Diff: gpu/command_buffer/client/ref_counted.h

Issue 10796038: Add gpu targets to untrusted NaCl build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gpu/command_buffer/command_buffer.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/client/ref_counted.h
===================================================================
--- gpu/command_buffer/client/ref_counted.h (revision 146234)
+++ gpu/command_buffer/client/ref_counted.h (working copy)
@@ -5,7 +5,7 @@
#ifndef GPU_COMMAND_BUFFER_CLIENT_REF_COUNTED_H_
#define GPU_COMMAND_BUFFER_CLIENT_REF_COUNTED_H_
-#if defined(__native_client__)
+#if defined(__native_client__) && !defined(OS_NACL)
bbudge 2012/07/19 16:34:23 The NaCl SRPC proxy can't depend on base, so it pu
piman 2012/07/19 16:52:26 Worth a comment... I assume at some point the SRPC
bbudge 2012/07/19 18:38:10 Done.
#include "native_client/src/include/ref_counted.h"
namespace gpu {
using nacl::RefCountedThreadSafe;
« no previous file with comments | « no previous file | gpu/command_buffer/command_buffer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698