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

Unified Diff: third_party/mojo/src/mojo/edk/test/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: third_party/mojo/src/mojo/edk/test/BUILD.gn
diff --git a/third_party/mojo/src/mojo/edk/test/BUILD.gn b/third_party/mojo/src/mojo/edk/test/BUILD.gn
index 2232a5e49f323f4f3097a9834e09a1877add6959..01d6b6c91e13295db6d3322c0c40a767e91ffb93 100644
--- a/third_party/mojo/src/mojo/edk/test/BUILD.gn
+++ b/third_party/mojo/src/mojo/edk/test/BUILD.gn
@@ -94,7 +94,8 @@ group("public_tests") {
test("mojo_public_bindings_unittests") {
deps = [
":run_all_unittests",
- "//mojo/public/cpp/bindings/tests",
+ "//mojo/public/cpp/bindings/tests:tests_component",
+ "//mojo/environment:chromium",
]
if (is_linux && !is_component_build) {
« no previous file with comments | « mojo/public/tools/bindings/pylib/mojom/generate/generator.py ('k') | third_party/mojo/src/mojo/edk/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698