diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-14 12:05:04 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-14 12:05:04 +0000 |
commit | 7cfb25047b7c7d463b0293854c55242798cd9d33 (patch) | |
tree | 04797b853b32d7708926cfc0f7404d887bbefd75 /build | |
parent | 43966a99f47fd43d7c3204a0ba18687484059c92 (diff) | |
download | chromium_src-7cfb25047b7c7d463b0293854c55242798cd9d33.zip chromium_src-7cfb25047b7c7d463b0293854c55242798cd9d33.tar.gz chromium_src-7cfb25047b7c7d463b0293854c55242798cd9d33.tar.bz2 |
Remove the test runner line I had in there by accident.
BUG=none
TEST=none
TBR=mark
Review URL: http://codereview.chromium.org/204004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26101 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp index 1938861..00c5b51 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -109,7 +109,6 @@ # subsets of a full tree for faster cycle times. { 'target_name': 'chromium_builder_dbg', - 'xcode_create_dependents_test_runner': 1, 'type': 'none', 'dependencies': [ '../app/app.gyp:app_unittests', |