Chromium Code Reviews| Index: cc/BUILD.gn |
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn |
| index 2afc6623f74c3e8534cdbcde758ce52fcb707593..6d29d1784a29e8587bd367485f80c56fe0d37bac 100644 |
| --- a/cc/BUILD.gn |
| +++ b/cc/BUILD.gn |
| @@ -926,9 +926,11 @@ test("cc_unittests") { |
| ] |
| configs += [ "//build/config:precompiled_headers" ] |
| - data = [ |
| - "test/data/", |
| - ] |
| + if (!is_android) { |
| + data = [ |
| + "test/data/", |
| + ] |
| + } |
| deps = [ |
| ":cc", |