diff options
author | haven@chromium.org <haven@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-21 02:28:34 +0000 |
---|---|---|
committer | haven@chromium.org <haven@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-21 02:28:34 +0000 |
commit | a59d125d4be4d031d9d12ee99ddec2235d50816a (patch) | |
tree | aec169035cde187fb2d2575e717a9038d954dfe1 /chrome/chrome.gyp | |
parent | 19ac792b53e794b18f2ea86cdb96290eb48c7931 (diff) | |
download | chromium_src-a59d125d4be4d031d9d12ee99ddec2235d50816a.zip chromium_src-a59d125d4be4d031d9d12ee99ddec2235d50816a.tar.gz chromium_src-a59d125d4be4d031d9d12ee99ddec2235d50816a.tar.bz2 |
In order to support writing on windows we need to take advantage of the new privileged operation in the utility thread. This code overlaps heavily with the Linux and OS X code, so all the writing for those is moved as well.
BUG=
Review URL: https://codereview.chromium.org/61643015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252466 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 1900034..af8baba 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -265,6 +265,12 @@ 'utility/cloud_print/pwg_encoder.h', 'utility/extensions/unpacker.cc', 'utility/extensions/unpacker.h', + 'utility/image_writer/error_messages.cc', + 'utility/image_writer/error_messages.h', + 'utility/image_writer/image_writer.cc', + 'utility/image_writer/image_writer.h', + 'utility/image_writer/image_writer_handler.cc', + 'utility/image_writer/image_writer_handler.h', 'utility/importer/bookmark_html_reader.cc', 'utility/importer/bookmark_html_reader.h', 'utility/importer/bookmarks_file_importer.cc', |