Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 10c7483ac759d7e9e75a4f95b9c6c7adc7ce82dd..a99b27e76795848a756ebd2c9c6f4ba55cf4575f 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -30,11 +30,7 @@ group("default") { |
| deps = [] |
|
jackson
2015/07/09 23:42:00
I guess I should get rid of this too
|
| deps = [ |
| "//sky/shell", |
| - |
| - # TODO(csg): This target builds the testonly dependencies that allow |
| - # running a local instance of Sky server. Needs to to be renamed to not |
| - # imply Android specific behavior |
| - "//sky:sky_apk", |
| + "//sky:sky_dev", |
| ] |
| } |
| } |