diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-03 14:43:16 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-03 14:43:16 +0000 |
commit | 9f1ceeb3d3739460fc7541c8a0247f4c8a4d6394 (patch) | |
tree | a47dc1ec5cd2cd15317bdda849ffc6be3f683fe6 /content/content_shell.gypi | |
parent | 1414635fbaa60f443566a85335711959fe6d6eaa (diff) | |
download | chromium_src-9f1ceeb3d3739460fc7541c8a0247f4c8a4d6394.zip chromium_src-9f1ceeb3d3739460fc7541c8a0247f4c8a4d6394.tar.gz chromium_src-9f1ceeb3d3739460fc7541c8a0247f4c8a4d6394.tar.bz2 |
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
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r-- | content/content_shell.gypi | 6 |
1 files changed, 3 insertions, 3 deletions
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': [ |