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

Unified Diff: content/shell/BUILD.gn

Issue 469943003: TestPlugin to chromium c++ style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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/TestPlugin.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 bfff38e3e01fd7969110d50a01506ae08ed1e183..412e8894a3b3eaa955f7b8864d14d856c5f5a546 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -129,8 +129,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/TestPlugin.cpp",
- "renderer/test_runner/TestPlugin.h",
"renderer/test_runner/WebTask.cpp",
"renderer/test_runner/WebTask.h",
"renderer/test_runner/WebTestDelegate.h",
@@ -182,6 +180,8 @@ static_library("content_shell_lib") {
"renderer/test_runner/test_common.h",
"renderer/test_runner/test_interfaces.cc",
"renderer/test_runner/test_interfaces.h",
+ "renderer/test_runner/test_plugin.cc",
+ "renderer/test_runner/test_plugin.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/TestPlugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698