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

Unified Diff: webkit/extensions/webkit_extensions_export.h

Issue 10117022: Cleanup of v8 extension stuff. Playback extension is only used in chrome, so move it to chrome\rend… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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/extensions/v8/profiler_extension.cc ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/extensions/webkit_extensions_export.h
===================================================================
--- webkit/extensions/webkit_extensions_export.h (revision 132793)
+++ webkit/extensions/webkit_extensions_export.h (working copy)
@@ -1,26 +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_EXTENSIONS_WEBKIT_EXTENSIONS_EXPORT_H_
-#define WEBKIT_EXTENSIONS_WEBKIT_EXTENSIONS_EXPORT_H_
-#pragma once
-
-#if defined(COMPONENT_BUILD)
-#if defined(WIN32)
-
-#if defined(WEBKIT_EXTENSIONS_IMPLEMENTATION)
-#define WEBKIT_EXTENSIONS_EXPORT __declspec(dllexport)
-#else
-#define WEBKIT_EXTENSIONS_EXPORT __declspec(dllimport)
-#endif // defined(WEBKIT_EXTENSIONS_IMPLEMENTATION)
-
-#else // defined(WIN32)
-#define WEBKIT_EXTENSIONS_EXPORT __attribute__((visibility("default")))
-#endif
-
-#else // defined(COMPONENT_BUILD)
-#define WEBKIT_EXTENSIONS_EXPORT
-#endif
-
-#endif // WEBKIT_EXTENSIONS_WEBKIT_EXTENSIONS_EXPORT_H_
« no previous file with comments | « webkit/extensions/v8/profiler_extension.cc ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698