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

Unified Diff: content/shell/BUILD.gn

Issue 436133002: Migrate TestCommon to Chromium c++ style and remove un-used header. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated for layout test Created 6 years, 4 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/TestCommon.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 d7e05736d22a702881b16b61c753c489b137cb44..591e3956bdb51c1103a4641edc1cf687a1fe27a8 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -125,8 +125,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/TestCommon.cpp",
- "renderer/test_runner/TestCommon.h",
"renderer/test_runner/TestInterfaces.cpp",
"renderer/test_runner/TestInterfaces.h",
"renderer/test_runner/TestPlugin.cpp",
@@ -178,6 +176,8 @@ static_library("content_shell_lib") {
"renderer/test_runner/notification_presenter.h",
"renderer/test_runner/spell_check_client.cc",
"renderer/test_runner/spell_check_client.h",
+ "renderer/test_runner/test_common.cc",
+ "renderer/test_runner/test_common.h",
"renderer/test_runner/test_runner.cc",
"renderer/test_runner/test_runner.h",
"renderer/test_runner/text_input_controller.cc",
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/renderer/test_runner/TestCommon.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698