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

Unified Diff: android_webview/lib/main/webview_tests.cc

Issue 2901333003: [WebView] Flatten lib/main to lib (Closed)
Patch Set: nits Created 3 years, 7 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
« no previous file with comments | « android_webview/lib/main/webview_jni_onload.cc ('k') | android_webview/lib/webview_entry_point.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/lib/main/webview_tests.cc
diff --git a/android_webview/lib/main/webview_tests.cc b/android_webview/lib/main/webview_tests.cc
deleted file mode 100644
index 4e20c1d939a89e057cf5b235d21845a753eb1ac1..0000000000000000000000000000000000000000
--- a/android_webview/lib/main/webview_tests.cc
+++ /dev/null
@@ -1,21 +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 "android_webview/browser/android_webview_jni_registrar.h"
-#include "android_webview/browser/deferred_gpu_command_service.h"
-#include "base/android/jni_android.h"
-#include "base/command_line.h"
-#include "base/test/test_suite.h"
-#include "content/public/common/content_switches.h"
-#include "ui/gl/gl_surface.h"
-#include "ui/gl/test/gl_surface_test_support.h"
-
-int main(int argc, char** argv) {
- android_webview::RegisterJni(base::android::AttachCurrentThread());
- base::CommandLine::ForCurrentProcess()->AppendSwitch(
- switches::kSingleProcess);
- gl::GLSurfaceTestSupport::InitializeOneOff();
- android_webview::DeferredGpuCommandService::SetInstance();
- return base::TestSuite(argc, argv).Run();
-}
« no previous file with comments | « android_webview/lib/main/webview_jni_onload.cc ('k') | android_webview/lib/webview_entry_point.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698