Chromium Code Reviews| Index: cc/BUILD.gn |
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn |
| index e2988e147a497cf9ea04eb74e14742573b27095a..da044c9a906b359ffb4870baa60bf627c7399740 100644 |
| --- a/cc/BUILD.gn |
| +++ b/cc/BUILD.gn |
| @@ -544,6 +544,7 @@ cc_component("cc") { |
| public_deps = [ |
| "//cc/base", |
| + "//cc/paint", |
|
danakj
2017/01/20 23:34:13
Hm, is this really what you want? It does match th
enne (OOO)
2017/01/24 01:51:27
Yeah. cc/paint is in the public interface of cc.
danakj
2017/01/24 15:26:41
Pepper probably uses cc and not cc/paint for examp
|
| "//skia", |
| ] |
| deps = [ |