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

Unified Diff: content/shell/BUILD.gn

Issue 1118183003: content: Rename webkit_test_helpers.{cc,h} to blink_test_helpers.{cc,h} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: content/shell/renderer/layout_test Created 5 years, 8 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/layout_test/layout_test_browser_main.cc » ('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..9f4e0a8db5e7b4b44bf34cce5efa9c18a990f945 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -144,10 +144,10 @@ static_library("content_shell_lib") {
"common/shell_test_configuration.h",
"common/test_runner/test_preferences.cc",
"common/test_runner/test_preferences.h",
- "common/webkit_test_helpers.cc",
- "common/webkit_test_helpers.h",
"renderer/ipc_echo.cc",
"renderer/ipc_echo.h",
+ "renderer/layout_test/blink_test_helpers.cc",
+ "renderer/layout_test/blink_test_helpers.h",
"renderer/layout_test/blink_test_runner.cc",
"renderer/layout_test/blink_test_runner.h",
"renderer/layout_test/gc_controller.cc",
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/browser/layout_test/layout_test_browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698