| Index: app/app.gyp
|
| diff --git a/app/app.gyp b/app/app.gyp
|
| index d8fef6999a903bfb6c3d0abe3ca0afa7b07614a4..f87f7213b01f5d89d7f6ad0a4c82745d9820cfca 100644
|
| --- a/app/app.gyp
|
| +++ b/app/app.gyp
|
| @@ -28,6 +28,7 @@
|
| 'app_resources',
|
| '../net/net.gyp:net_test_support',
|
| '../skia/skia.gyp:skia',
|
| + '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
| '../third_party/icu/icu.gyp:icui18n',
|
| '../third_party/icu/icu.gyp:icuuc',
|
| @@ -37,6 +38,7 @@
|
| '../third_party/zlib/zlib.gyp:zlib',
|
| ],
|
| 'sources': [
|
| + 'animation_container_unittest.cc',
|
| 'animation_unittest.cc',
|
| 'clipboard/clipboard_unittest.cc',
|
| 'l10n_util_mac_unittest.mm',
|
|
|