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

Unified Diff: components/test_runner/test_plugin.cc

Issue 1167703002: Move test runner to a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 5 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 | « components/test_runner/test_plugin.h ('k') | components/test_runner/test_preferences.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/test_plugin.cc
diff --git a/content/shell/renderer/test_runner/test_plugin.cc b/components/test_runner/test_plugin.cc
similarity index 99%
rename from content/shell/renderer/test_runner/test_plugin.cc
rename to components/test_runner/test_plugin.cc
index 26600f3f710bcf7fd7003c12c1933bd82014f5c1..ac42f2f8136cb9d1ac13a0a782062d99e0c73136 100644
--- a/content/shell/renderer/test_runner/test_plugin.cc
+++ b/components/test_runner/test_plugin.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/shell/renderer/test_runner/test_plugin.h"
+#include "components/test_runner/test_plugin.h"
#include "base/basictypes.h"
#include "base/bind.h"
@@ -10,10 +10,7 @@
#include "base/memory/shared_memory.h"
#include "base/strings/stringprintf.h"
#include "cc/resources/shared_bitmap_manager.h"
-#include "content/shell/renderer/test_runner/web_test_delegate.h"
-#include "third_party/skia/include/core/SkBitmap.h"
-#include "third_party/skia/include/core/SkCanvas.h"
-#include "third_party/skia/include/core/SkColor.h"
+#include "components/test_runner/web_test_delegate.h"
#include "third_party/WebKit/public/platform/Platform.h"
#include "third_party/WebKit/public/platform/WebCompositorSupport.h"
#include "third_party/WebKit/public/platform/WebGraphicsContext3D.h"
@@ -25,6 +22,9 @@
#include "third_party/WebKit/public/web/WebPluginParams.h"
#include "third_party/WebKit/public/web/WebTouchPoint.h"
#include "third_party/WebKit/public/web/WebUserGestureIndicator.h"
+#include "third_party/skia/include/core/SkBitmap.h"
+#include "third_party/skia/include/core/SkCanvas.h"
+#include "third_party/skia/include/core/SkColor.h"
namespace content {
« no previous file with comments | « components/test_runner/test_plugin.h ('k') | components/test_runner/test_preferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698