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

Unified Diff: mojo/public/cpp/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
« no previous file with comments | « mojo/edk/js/test/BUILD.gn ('k') | mojo/public/cpp/bindings/tests/struct_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/bindings/tests/BUILD.gn
diff --git a/mojo/public/cpp/bindings/tests/BUILD.gn b/mojo/public/cpp/bindings/tests/BUILD.gn
index 33610fd3858553c49e32a8c64512fda89bc2bc52..34d11e041a85612600173ddb01c5debbadd059f6 100644
--- a/mojo/public/cpp/bindings/tests/BUILD.gn
+++ b/mojo/public/cpp/bindings/tests/BUILD.gn
@@ -94,3 +94,22 @@ source_set("mojo_public_bindings_test_utils") {
"//mojo/public/c/system",
]
}
+
+component("tests_component") {
+ testonly = true
+ defines = [ "CONTENT_IMPLEMENTATION" ]
+ deps = [
+ ":tests",
+ "//third_party/mojo/src/mojo/edk/system",
+# "//mojo/public/interfaces/bindings/tests:test_interfaces",
+# ":mojo_public_bindings_test_utils",
+# "//mojo/common",
+# "//mojo/environment:chromium",
+# "//mojo/message_pump",
+# "//mojo/public/cpp/bindings",
+# "//mojo/public/cpp/bindings:callback",
+# "//mojo/public/cpp/system",
+# "//mojo/public/cpp/test_support:test_utils",
+# "//mojo/public/cpp/utility",
+ ]
+}
« no previous file with comments | « mojo/edk/js/test/BUILD.gn ('k') | mojo/public/cpp/bindings/tests/struct_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698