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

Unified Diff: webkit/gpu/webkit_gpu_export.h

Issue 16046003: Move webkit/gpu into webkit/common/gpu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix includes in content/common/gpu/client/gl_helper_* Created 7 years, 7 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 | « webkit/gpu/webkit_gpu.gyp ('k') | webkit/renderer/compositor_bindings/compositor_bindings.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/gpu/webkit_gpu_export.h
diff --git a/webkit/gpu/webkit_gpu_export.h b/webkit/gpu/webkit_gpu_export.h
deleted file mode 100644
index 486f78e79d5d2ccdf88d0b4cdf19ac13c66ec46a..0000000000000000000000000000000000000000
--- a/webkit/gpu/webkit_gpu_export.h
+++ /dev/null
@@ -1,29 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef WEBKIT_GPU_WEBKIT_GPU_EXPORT_H_
-#define WEBKIT_GPU_WEBKIT_GPU_EXPORT_H_
-
-#if defined(COMPONENT_BUILD)
-#if defined(WIN32)
-
-#if defined(WEBKIT_GPU_IMPLEMENTATION)
-#define WEBKIT_GPU_EXPORT __declspec(dllexport)
-#else
-#define WEBKIT_GPU_EXPORT __declspec(dllimport)
-#endif // defined(WEBKIT_GPU_IMPLEMENTATION)
-
-#else // defined(WIN32)
-#if defined(WEBKIT_GPU_IMPLEMENTATION)
-#define WEBKIT_GPU_EXPORT __attribute__((visibility("default")))
-#else
-#define WEBKIT_GPU_EXPORT
-#endif
-#endif
-
-#else // defined(COMPONENT_BUILD)
-#define WEBKIT_GPU_EXPORT
-#endif
-
-#endif // WEBKIT_GPU_WEBKIT_GPU_EXPORT_H_
« no previous file with comments | « webkit/gpu/webkit_gpu.gyp ('k') | webkit/renderer/compositor_bindings/compositor_bindings.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698