Chromium Code Reviews| Index: cc/BUILD.gn |
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn |
| index 0a166e038e953b8b72e67445e3bc09ce9a79cc3c..ae99110ed5b88908c4ee22cd6f7f7ff6656ebc77 100644 |
| --- a/cc/BUILD.gn |
| +++ b/cc/BUILD.gn |
| @@ -727,6 +727,7 @@ source_set("test_support") { |
| public_deps = [ |
| ":cc", |
| "//gpu:test_support", |
| + "//skia", |
| ] |
| deps = [ |
| "//base", |
| @@ -741,7 +742,6 @@ source_set("test_support") { |
| "//gpu/command_buffer/common:gles2_utils", |
| "//gpu/skia_bindings", |
| "//media", |
| - "//skia", |
| "//testing/gmock", |
| "//testing/gtest", |
| "//ui/gfx", |