Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2745)

Unified Diff: chrome/chrome.gyp

Issue 61643015: Adds imageWriterPrivate support for Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes test cleanup ordering for Chrome OS. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 190003429bd55d45f85d817cb54556dacec32fa5..af8baba08b6cf577c3389afcc27c05041f001680 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',

Powered by Google App Engine
This is Rietveld 408576698