Chromium Code Reviews| Index: gyp/iOSShell.gyp |
| diff --git a/gyp/iOSShell.gyp b/gyp/iOSShell.gyp |
| index 842cd2d2079a961c0e397bbde2c79132997aec7f..bc7a2fbf6e2c44f856ac4762fc4c84b6c89d9b3d 100644 |
| --- a/gyp/iOSShell.gyp |
| +++ b/gyp/iOSShell.gyp |
| @@ -1,4 +1,4 @@ |
| -# Copyright 2015 Google Inc. |
| + # Copyright 2015 Google Inc. |
|
borenet
2015/05/05 12:59:02
Intentional?
stephana-chromium
2015/05/05 13:30:25
Yes. Adding that file is required for the app to l
borenet
2015/05/05 13:36:30
I was referring to the added spaces in front of th
|
| # |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| @@ -28,6 +28,7 @@ |
| '../bench/GMBench.cpp', |
| '../bench/RecordingBench.cpp', |
| '../bench/SKPBench.cpp', |
| + '../bench/SKPAnimationBench.cpp', |
| '../bench/nanobench.cpp', |
| '../tests/skia_test.cpp', |
| '../tools/iOSShell.cpp', |