Chromium Code Reviews| Index: ui/snapshot/BUILD.gn |
| diff --git a/ui/snapshot/BUILD.gn b/ui/snapshot/BUILD.gn |
| index 628812bde921b1131fdd977acb2d84c07db3445f..78a28237d0f6e79e7e6be2872cd5865cb81dd814 100644 |
| --- a/ui/snapshot/BUILD.gn |
| +++ b/ui/snapshot/BUILD.gn |
| @@ -45,6 +45,10 @@ component("snapshot") { |
| #"//ui/aura", TODO(GYP) |
| "//ui/compositor", |
| ] |
| + } else { |
| + sources -= [ |
|
cjhopman
2014/06/04 23:10:12
I don't know that this is how we actually want to
tfarina
2014/06/05 02:12:27
From what I understood from Brett's reply, that is
brettw
2014/06/05 02:38:15
Yeah, this is what I have been doing.
|
| + "snapshot_aura.cc" |
| + ] |
| } |
| } |