Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5241)

Unified Diff: blimp/test/run_all_unittests.cc

Issue 2626423004: Remove all //blimp code. (Closed)
Patch Set: One last(?) `git merge` for good measure. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: blimp/test/run_all_unittests.cc
diff --git a/blimp/test/run_all_unittests.cc b/blimp/test/run_all_unittests.cc
deleted file mode 100644
index a0dfc97b694436a744c6abdaa1553b9d99f43197..0000000000000000000000000000000000000000
--- a/blimp/test/run_all_unittests.cc
+++ /dev/null
@@ -1,29 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "base/bind.h"
-#include "base/test/launcher/unit_test_launcher.h"
-#include "base/test/test_suite.h"
-#include "build/build_config.h"
-#include "mojo/edk/embedder/embedder.h"
-
-namespace {
-
-class BlimpTestSuite : public base::TestSuite {
- public:
- BlimpTestSuite(int argc, char** argv) : base::TestSuite(argc, argv) {}
-
- private:
- DISALLOW_COPY_AND_ASSIGN(BlimpTestSuite);
-};
-
-} // namespace
-
-int main(int argc, char** argv) {
- mojo::edk::Init();
- BlimpTestSuite test_suite(argc, argv);
- return base::LaunchUnitTests(
- argc, argv,
- base::Bind(&base::TestSuite::Run, base::Unretained(&test_suite)));
-}
« no previous file with comments | « blimp/test/impaired_network/test_runner.py ('k') | blimp/test/support/compositor/picture_cache_test_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698