diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/chrome.gyp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index f468b0b..bf11245 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1710,10 +1710,7 @@ # executable, it builds test/unit/run_all_unittests.cc instead of the # one in test/ui, and excludes all other files. The runner in # test/unit should not be built on Windows. - 'sources/': [ - ['exclude', ''], - ], - 'sources': [ + 'sources=': [ 'test/unit/run_all_unittests.cc', ], }], |