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

Unified Diff: mojo/public/interfaces/bindings/tests/BUILD.gn

Issue 1641163005: [Draft] try out the idea of adding export macros for C++ bindings. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: mojo/public/interfaces/bindings/tests/BUILD.gn
diff --git a/mojo/public/interfaces/bindings/tests/BUILD.gn b/mojo/public/interfaces/bindings/tests/BUILD.gn
index d0af97059b2921a52c39e29b79f9ea63fd482c8d..17f560cadc19fa1b124f3469871e394b17f79b56 100644
--- a/mojo/public/interfaces/bindings/tests/BUILD.gn
+++ b/mojo/public/interfaces/bindings/tests/BUILD.gn
@@ -26,6 +26,10 @@ mojom("test_interfaces") {
]
with_environment = false
+
+ dll_export_declaration = "CONTENT_EXPORT"
+ dll_export_include = "content/common/content_export.h"
+ cpp_configs = [ "//content:content_implementation" ]
}
mojom("test_interfaces_experimental") {

Powered by Google App Engine
This is Rietveld 408576698