summaryrefslogtreecommitdiffstats
path: root/gfx/angle/checkout/src/common/third_party/base/anglebase/base_export.h
blob: 426047a9927f02d3d62572b67e4b53d33464a8c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//
// Copyright 2017 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// base_export.h: Compatiblity hacks for importing Chromium's base/SHA1.

#ifndef ANGLEBASE_BASE_EXPORT_H_
#define ANGLEBASE_BASE_EXPORT_H_

#define ANGLEBASE_EXPORT

#endif  // ANGLEBASE_BASE_EXPORT_H_