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

Unified Diff: content/shell/BUILD.gn

Issue 642813006: content: Rename webkit_test_platform_support* to blink_test_platform_support* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix GN Created 6 years, 2 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/app/blink_test_platform_support.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 08b2f6671d34ea4aa1d2f3534851fc2d870bfc3a..8190d092928b6acb6ad26f5a85f114362c816728 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -26,6 +26,11 @@ static_library("content_shell_lib") {
"android/shell_jni_registrar.h",
"android/shell_manager.cc",
"android/shell_manager.h",
+ "app/blink_test_platform_support.h",
+ "app/blink_test_platform_support_android.cc",
+ "app/blink_test_platform_support_linux.cc",
+ "app/blink_test_platform_support_mac.mm",
+ "app/blink_test_platform_support_win.cc",
"app/paths_mac.h",
"app/paths_mac.mm",
"app/shell_crash_reporter_client.cc",
@@ -34,11 +39,6 @@ static_library("content_shell_lib") {
"app/shell_main_delegate.h",
"app/shell_main_delegate_mac.h",
"app/shell_main_delegate_mac.mm",
- "app/webkit_test_platform_support_android.cc",
- "app/webkit_test_platform_support.h",
- "app/webkit_test_platform_support_linux.cc",
- "app/webkit_test_platform_support_mac.mm",
- "app/webkit_test_platform_support_win.cc",
"browser/ipc_echo_message_filter.cc",
"browser/ipc_echo_message_filter.h",
"browser/layout_test/layout_test_android.cc",
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/app/blink_test_platform_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698