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