summaryrefslogtreecommitdiffstats
path: root/gin/test
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-04 16:57:40 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-04 16:57:40 +0000
commit98756e2372dab700cb87b1ba5973b8df0940d0ef (patch)
tree814e7cc0be4eb3d2ab7fdfcbc1a03344d3b563e1 /gin/test
parent2153dfcc8ffdb7e4218f9c94e4ac07f48be88989 (diff)
downloadchromium_src-98756e2372dab700cb87b1ba5973b8df0940d0ef.zip
chromium_src-98756e2372dab700cb87b1ba5973b8df0940d0ef.tar.gz
chromium_src-98756e2372dab700cb87b1ba5973b8df0940d0ef.tar.bz2
Make GN unit tests single process.
Clean up gin run all unittests file. I noticed some extra includes while searching for some code to copy. BUG= R=jochen@chromium.org Review URL: https://codereview.chromium.org/318543002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274850 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gin/test')
-rw-r--r--gin/test/run_all_unittests.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/gin/test/run_all_unittests.cc b/gin/test/run_all_unittests.cc
index cb1c96c..25500a6 100644
--- a/gin/test/run_all_unittests.cc
+++ b/gin/test/run_all_unittests.cc
@@ -2,10 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/basictypes.h"
#include "base/bind.h"
-#include "base/compiler_specific.h"
-#include "base/memory/scoped_ptr.h"
#include "base/test/launcher/unit_test_launcher.h"
#include "base/test/test_suite.h"