Chromium Code Reviews| Index: cc/BUILD.gn |
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn |
| index a02ae530e2ce4d1a0738a49870ff6dbc980fb4d9..0217b782f1144b1d5ba09322a5e379b7ef6b04f2 100644 |
| --- a/cc/BUILD.gn |
| +++ b/cc/BUILD.gn |
| @@ -760,13 +760,17 @@ source_set("test_support") { |
| "//skia", |
| "//testing/gmock", |
| "//testing/gtest", |
| - "//third_party/mesa:osmesa", |
| "//ui/gfx", |
| "//ui/gfx:test_support", |
| "//ui/gfx/geometry", |
| "//ui/gl", |
| "//ui/gl:test_support", |
| ] |
| + if (!is_android) { |
| + data_deps = [ |
| + "//third_party/mesa:osmesa", |
| + ] |
| + } |
| } |
| test("cc_unittests") { |