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

Unified Diff: content/shell/BUILD.gn

Issue 1128633002: content: Rename WebKitTestController to BlinkTestController. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clang-format 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 | « content/content_shell.gypi ('k') | content/shell/browser/blink_test_controller.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 a838ab853982e376194a96436b90bb1b096f0225..be01e98d2291f0b44d04c7557727ead0e98e7578 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -39,6 +39,8 @@ static_library("content_shell_lib") {
"app/shell_main_delegate.h",
"app/shell_main_delegate_mac.h",
"app/shell_main_delegate_mac.mm",
+ "browser/blink_test_controller.cc",
+ "browser/blink_test_controller.h",
"browser/ipc_echo_message_filter.cc",
"browser/ipc_echo_message_filter.h",
"browser/layout_test/layout_test_android.cc",
@@ -129,8 +131,6 @@ static_library("content_shell_lib") {
"browser/shell_web_contents_view_delegate_creator.h",
"browser/shell_web_contents_view_delegate_mac.mm",
"browser/shell_web_contents_view_delegate_win.cc",
- "browser/webkit_test_controller.cc",
- "browser/webkit_test_controller.h",
"common/layout_test/layout_test_messages.cc",
"common/layout_test/layout_test_messages.h",
"common/leak_detection_result.h",
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/browser/blink_test_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698