| 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_
|
|
|