| Index: tools/win/chromeexts/chromeexts.def
|
| diff --git a/tools/win/chromeexts/chromeexts.def b/tools/win/chromeexts/chromeexts.def
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..642d119e1aa4235c0adb2065385524b1d471a1c7
|
| --- /dev/null
|
| +++ b/tools/win/chromeexts/chromeexts.def
|
| @@ -0,0 +1,12 @@
|
| +; Copyright 2017 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.
|
| +
|
| +LIBRARY "chromeexts.dll"
|
| +
|
| +EXPORTS
|
| + DebugExtensionInitialize
|
| + DebugExtensionUninitialize
|
| + help
|
| + hwnd
|
| +
|
|
|