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

Unified Diff: gpu/gpu_export.h

Issue 10828023: PPAPI/NaCl: Make NaClIPCAdapter transfer handles more generally (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: re-add gyp files 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/gpu.gyp ('k') | gpu/gpu_ipc.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gpu_export.h
diff --git a/gpu/gpu_export.h b/gpu/gpu_export.h
index ac6e878d82aaa546fb1f7b92034c5a7ccd5d86a6..69aea7b9305cf6d1872fa636fcd440413a47a630 100644
--- a/gpu/gpu_export.h
+++ b/gpu/gpu_export.h
@@ -5,7 +5,7 @@
#ifndef GPU_GPU_EXPORT_H_
#define GPU_GPU_EXPORT_H_
-#if defined(COMPONENT_BUILD)
+#if defined(COMPONENT_BUILD) && !defined(NACL_WIN64)
#if defined(WIN32)
#if defined(GPU_IMPLEMENTATION)
« no previous file with comments | « gpu/gpu.gyp ('k') | gpu/gpu_ipc.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698