| Index: webkit/compositor_bindings/test/run_all_unittests.cc
|
| diff --git a/webkit/compositor_bindings/test/run_all_unittests.cc b/webkit/compositor_bindings/test/run_all_unittests.cc
|
| deleted file mode 100644
|
| index b6a7105282ddebfbe7585a1beceece6e70071b43..0000000000000000000000000000000000000000
|
| --- a/webkit/compositor_bindings/test/run_all_unittests.cc
|
| +++ /dev/null
|
| @@ -1,16 +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/message_loop.h"
|
| -#include "base/test/test_suite.h"
|
| -#include "testing/gmock/include/gmock/gmock.h"
|
| -
|
| -int main(int argc, char** argv) {
|
| - ::testing::InitGoogleMock(&argc, argv);
|
| - TestSuite test_suite(argc, argv);
|
| - base::MessageLoop message_loop;
|
| - int result = test_suite.Run();
|
| -
|
| - return result;
|
| -}
|
|
|