diff options
author | ericu@google.com <ericu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-30 01:24:36 +0000 |
---|---|---|
committer | ericu@google.com <ericu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-30 01:24:36 +0000 |
commit | ff7321db2060aa69b63b2090b0e5eb92d2df704e (patch) | |
tree | d0c7f2465677b4e1b7aedfa7e2c99ca916fd8b1b /chrome/chrome_common.gypi | |
parent | b331674628336f246aeaa85b50f1331d1fe6e9c0 (diff) | |
download | chromium_src-ff7321db2060aa69b63b2090b0e5eb92d2df704e.zip chromium_src-ff7321db2060aa69b63b2090b0e5eb92d2df704e.tar.gz chromium_src-ff7321db2060aa69b63b2090b0e5eb92d2df704e.tar.bz2 |
Yet another try at submitting http://codereview.chromium.org/3397030/show.
This hopefully fixes the linux x64 failure, which appears to be a disagreement between int64 and long long.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3601001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61020 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index b3b085a3..cc9e2c6 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -56,6 +56,8 @@ 'common/file_system/webfilesystem_callback_dispatcher.h', 'common/file_system/webfilesystem_impl.cc', 'common/file_system/webfilesystem_impl.h', + 'common/file_system/webfilewriter_impl.cc', + 'common/file_system/webfilewriter_impl.h', 'common/font_descriptor_mac.h', 'common/font_descriptor_mac.mm', 'common/geoposition.cc', |