| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 2cc4cc1693bd845fa79d60b634a250f049605c57..883dddc8a48c16ff2239bca2f828e2affe01fd65 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -717,6 +717,7 @@
|
| '../base/base.gyp:run_all_unittests',
|
| '../base/base.gyp:test_support_base',
|
| '../testing/gtest.gyp:gtest',
|
| + '../testing/perf/perf_test.gyp:*',
|
| '../skia/skia.gyp:skia',
|
| ],
|
| 'include_dirs': [
|
| @@ -2369,6 +2370,7 @@
|
| '../base/base.gyp:base',
|
| '../skia/skia.gyp:skia',
|
| '../testing/gtest.gyp:gtest',
|
| + '../testing/perf/perf_test.gyp:*',
|
| ],
|
| 'sources': [
|
| # TODO(darin): Move other UIPerfTests here.
|
|
|