| 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",
|
|
|