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

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

Issue 1906283002: Remove blink dependencies from mojo_public_bindings_unittests on ios. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/mojo_edk_tests.gyp ('k') | no next file » | 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 2e073a45050d964a051c64746cb85e28f3a2b44b..72095845ce043dcc9980aa7ae59c578f9c2519b7 100644
--- a/mojo/public/cpp/bindings/tests/BUILD.gn
+++ b/mojo/public/cpp/bindings/tests/BUILD.gn
@@ -59,6 +59,16 @@ source_set("tests") {
"//mojo/public/interfaces/bindings/tests:test_struct_traits_interfaces",
"//testing/gtest",
]
+
+ if (is_ios) {
+ sources -= [
Nico 2016/04/22 01:46:17 in gn, we prefer to only add them if they're neede
Sam McNally 2016/04/22 01:57:43 That's what I thought, but then I saw https://chro
+ "pickle_unittest.cc",
+ "struct_traits_unittest.cc",
+ ]
+
+ deps -= [ "//mojo/public/interfaces/bindings/tests:test_interfaces_wtf" ]
+ assert_no_deps = [ "//third_party/WebKit/*" ]
+ }
}
source_set("for_blink_tests") {
« no previous file with comments | « mojo/mojo_edk_tests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698