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

Unified Diff: content/shell/BUILD.gn

Issue 583113002: Abstract class WebTestDelegate to chromium c++ style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update test_runner Created 6 years, 3 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 | « content/content_shell.gypi ('k') | content/shell/renderer/test_runner/WebTestDelegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index d5c38f43cfa5449ab21ef1270d2968f3d2f9241c..0605cea7c8880e59556cc7f867bf11e7d433d5f3 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -130,7 +130,6 @@ static_library("content_shell_lib") {
"renderer/shell_render_process_observer.h",
"renderer/shell_render_view_observer.cc",
"renderer/shell_render_view_observer.h",
- "renderer/test_runner/WebTestDelegate.h",
"renderer/test_runner/WebTestInterfaces.cpp",
"renderer/test_runner/WebTestInterfaces.h",
"renderer/test_runner/accessibility_controller.cc",
@@ -194,6 +193,7 @@ static_library("content_shell_lib") {
"renderer/test_runner/web_permissions.h",
"renderer/test_runner/web_task.cc",
"renderer/test_runner/web_task.h",
+ "renderer/test_runner/web_test_delegate.h",
"renderer/test_runner/web_test_proxy.cc",
"renderer/test_runner/web_test_proxy.h",
"renderer/test_runner/web_test_runner.h",
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/renderer/test_runner/WebTestDelegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698