| 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 7ebc947413981153848c12a661c8676d34222642..774cb946b2b5406cdb7094203e92c6ad69cf4e86 100644
|
| --- a/mojo/public/cpp/bindings/tests/BUILD.gn
|
| +++ b/mojo/public/cpp/bindings/tests/BUILD.gn
|
| @@ -57,6 +57,10 @@ source_set("tests") {
|
| "//testing/gtest",
|
| ]
|
|
|
| + data = [
|
| + "//mojo/public/interfaces/bindings/tests/data/validation/",
|
| + ]
|
| +
|
| if (is_ios) {
|
| assert_no_deps = [ "//third_party/WebKit/*" ]
|
| } else {
|
|
|