diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-29 04:15:42 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-29 04:15:42 +0000 |
commit | c142a5588c804667a1b0e59c8b7be177f855ba7d (patch) | |
tree | dcd933ecc0ec53cbcc22c9556c4762a079232e45 /chrome/chrome_dll.gypi | |
parent | 844c606cfc2aae6962362407d42d73c6c60ae7ec (diff) | |
download | chromium_src-c142a5588c804667a1b0e59c8b7be177f855ba7d.zip chromium_src-c142a5588c804667a1b0e59c8b7be177f855ba7d.tar.gz chromium_src-c142a5588c804667a1b0e59c8b7be177f855ba7d.tar.bz2 |
Mac: Attempt to fix official build.
BUG=none
TEST=Mac official builder goes green.
TBR=danno
Review URL: http://codereview.chromium.org/6392008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73079 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_dll.gypi')
-rw-r--r-- | chrome/chrome_dll.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi index 7766bce..6578075 100644 --- a/chrome/chrome_dll.gypi +++ b/chrome/chrome_dll.gypi @@ -505,6 +505,7 @@ ], 'dependencies': [ '../breakpad/breakpad.gyp:breakpad', + 'policy', ], }, { # else: mac_breakpad!=1 # No Breakpad, put in the stubs. |