diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-22 22:41:17 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-22 22:41:17 +0000 |
commit | e1aff17cad662fb0dd246ac72252e0572d6e6c72 (patch) | |
tree | 4a8800fd80326935ac5fc9253204e1ef9c3d200f /content/content_shell.gypi | |
parent | 32cb7fb9cd0dbeec93af0be818f1bdcb04a323b2 (diff) | |
download | chromium_src-e1aff17cad662fb0dd246ac72252e0572d6e6c72.zip chromium_src-e1aff17cad662fb0dd246ac72252e0572d6e6c72.tar.gz chromium_src-e1aff17cad662fb0dd246ac72252e0572d6e6c72.tar.bz2 |
Mac content shell: Set up framework path properly.
BUG=115784
TEST=none
Review URL: http://codereview.chromium.org/9826013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128324 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r-- | content/content_shell.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi index 97699ed..e017133 100644 --- a/content/content_shell.gypi +++ b/content/content_shell.gypi @@ -49,6 +49,8 @@ 'sources': [ 'shell/layout_test_controller_bindings.cc', 'shell/layout_test_controller_bindings.h', + 'shell/paths_mac.h', + 'shell/paths_mac.mm', 'shell/shell.cc', 'shell/shell.h', 'shell/shell_gtk.cc', |