From 9f1ceeb3d3739460fc7541c8a0247f4c8a4d6394 Mon Sep 17 00:00:00 2001 From: "jochen@chromium.org" Date: Wed, 3 Jul 2013 14:43:16 +0000 Subject: Mark content shell on Mac is non-hidpi capable. This is required to pass layout tests on hidpi devices BUG=249175 R=thakis@chromium.org Review URL: https://chromiumcodereview.appspot.com/17240002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209978 0039d316-1c4b-4281-b951-d872f2087c98 --- content/content_shell.gypi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'content/content_shell.gypi') diff --git a/content/content_shell.gypi b/content/content_shell.gypi index 4213e7e..812d4a2 100644 --- a/content/content_shell.gypi +++ b/content/content_shell.gypi @@ -62,6 +62,8 @@ 'shell/android/shell_jni_registrar.h', 'shell/android/shell_manager.cc', 'shell/android/shell_manager.h', + 'shell/app/paths_mac.h', + 'shell/app/paths_mac.mm', 'shell/app/shell_main_delegate.cc', 'shell/app/shell_main_delegate.h', 'shell/app/webkit_test_platform_support.h', @@ -85,8 +87,6 @@ 'shell/minimal_ash.h', 'shell/notify_done_forwarder.cc', 'shell/notify_done_forwarder.h', - 'shell/paths_mac.h', - 'shell/paths_mac.mm', 'shell/renderer/shell_content_renderer_client.cc', 'shell/renderer/shell_content_renderer_client.h', 'shell/renderer/shell_media_stream_client.cc', @@ -514,7 +514,7 @@ '..', ], 'sources': [ - 'shell/app/shell_content_main.cc', + 'shell/app/shell_content_main.mm', 'shell/app/shell_content_main.h', ], 'copies': [ -- cgit v1.1