Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(387)

Unified Diff: tools/win/chromeexts/chromeexts.def

Issue 2612193002: Chrome Windows Debugger Extension Skeleton (Closed)
Patch Set: CR Feedback Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/win/chromeexts/chromeexts.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
+
« no previous file with comments | « tools/win/chromeexts/chromeexts.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698