diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-07 04:21:02 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-07 04:21:02 +0000 |
commit | 926eed0df524a38a266496ff0c21a0fc13ae11aa (patch) | |
tree | bf83e904a387430e682a42969584c1da1ea5ee92 /chrome/chrome_dll.gypi | |
parent | 652e16d050c69adcf9a8e97912d8e554d49902bc (diff) | |
download | chromium_src-926eed0df524a38a266496ff0c21a0fc13ae11aa.zip chromium_src-926eed0df524a38a266496ff0c21a0fc13ae11aa.tar.gz chromium_src-926eed0df524a38a266496ff0c21a0fc13ae11aa.tar.bz2 |
Fix NaCl build
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77103 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_dll.gypi')
-rw-r--r-- | chrome/chrome_dll.gypi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi index b49aef6..d63df64 100644 --- a/chrome/chrome_dll.gypi +++ b/chrome/chrome_dll.gypi @@ -610,7 +610,9 @@ # and get rid of the common_constants.gypi which was added as a hack # to avoid making common compile on 64 bit on Windows. '../content/common/content_switches.cc', - '../content/common/content_switches.h', + '../content/common/notification_details.cc', + '../content/common/notification_service.cc', + '../content/common/notification_source.cc', ], 'msvs_settings': { 'VCLinkerTool': { |