summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-10 22:00:53 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-10 22:00:53 +0000
commit75d52ac5b9e0c0531b17095a5750918c281a7f0d (patch)
tree762a6f2814498206bccf6aaa5c2918b3bf690cbc /chrome/chrome.gyp
parentb41e50ab720ab3fe6fed5922684e29d08b9bc28f (diff)
downloadchromium_src-75d52ac5b9e0c0531b17095a5750918c281a7f0d.zip
chromium_src-75d52ac5b9e0c0531b17095a5750918c281a7f0d.tar.gz
chromium_src-75d52ac5b9e0c0531b17095a5750918c281a7f0d.tar.bz2
Make ui_tests work on the Mac again after r11273
Review URL: http://codereview.chromium.org/43045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11382 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp5
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',
],
}],