| Index: content/content_shell.gypi
|
| diff --git a/content/content_shell.gypi b/content/content_shell.gypi
|
| index 880df5bf4baceb29a946a1ba6929d3858048c3f1..041f6d2dcf893220bb9ab9a43c190fb897cac32f 100644
|
| --- a/content/content_shell.gypi
|
| +++ b/content/content_shell.gypi
|
| @@ -77,6 +77,11 @@
|
| 'shell/android/shell_jni_registrar.h',
|
| 'shell/android/shell_manager.cc',
|
| 'shell/android/shell_manager.h',
|
| + 'shell/app/blink_test_platform_support.h',
|
| + 'shell/app/blink_test_platform_support_android.cc',
|
| + 'shell/app/blink_test_platform_support_linux.cc',
|
| + 'shell/app/blink_test_platform_support_mac.mm',
|
| + 'shell/app/blink_test_platform_support_win.cc',
|
| 'shell/app/paths_mac.h',
|
| 'shell/app/paths_mac.mm',
|
| 'shell/app/shell_crash_reporter_client.cc',
|
| @@ -85,11 +90,6 @@
|
| 'shell/app/shell_main_delegate.h',
|
| 'shell/app/shell_main_delegate_mac.h',
|
| 'shell/app/shell_main_delegate_mac.mm',
|
| - 'shell/app/webkit_test_platform_support_android.cc',
|
| - 'shell/app/webkit_test_platform_support.h',
|
| - 'shell/app/webkit_test_platform_support_linux.cc',
|
| - 'shell/app/webkit_test_platform_support_mac.mm',
|
| - 'shell/app/webkit_test_platform_support_win.cc',
|
| 'shell/browser/ipc_echo_message_filter.cc',
|
| 'shell/browser/ipc_echo_message_filter.h',
|
| 'shell/browser/layout_test/layout_test_android.cc',
|
|
|