| Index: ui/snapshot/snapshot.gyp
|
| diff --git a/ui/snapshot/snapshot.gyp b/ui/snapshot/snapshot.gyp
|
| index 2346483b0ce4ab351d209fa339be8465efd26ce6..cd79acf424f47f19eb188c034cca7601dc053c35 100644
|
| --- a/ui/snapshot/snapshot.gyp
|
| +++ b/ui/snapshot/snapshot.gyp
|
| @@ -65,6 +65,13 @@
|
| '../compositor/compositor.gyp:compositor',
|
| '../compositor/compositor.gyp:compositor_test_support',
|
| ],
|
| + }, {
|
| + 'dependencies': [
|
| + '../../base/base.gyp:run_all_unittests',
|
| + ],
|
| + 'sources!': [
|
| + 'test/run_all_unittests.cc',
|
| + ],
|
| }],
|
| # See http://crbug.com/162998#c4 for why this is needed.
|
| ['OS=="linux" and linux_use_tcmalloc==1', {
|
|
|