| 1 | // |
|---|---|
| 2 | // Copyright 2017 The ANGLE Project Authors. All rights reserved. |
| 3 | // Use of this source code is governed by a BSD-style license that can be |
| 4 | // found in the LICENSE file. |
| 5 | // |
| 6 | // base_export.h: Compatiblity hacks for importing Chromium's base/SHA1. |
| 7 | |
| 8 | #ifndef ANGLEBASE_BASE_EXPORT_H_ |
| 9 | #define ANGLEBASE_BASE_EXPORT_H_ |
| 10 | |
| 11 | #define ANGLEBASE_EXPORT |
| 12 | |
| 13 | #endif // ANGLEBASE_BASE_EXPORT_H_ |