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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 294163008: Adds USB writing for OS X. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@list-devices
Patch Set: Creates a location for code shared between browser and utility process. Created 6 years, 6 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_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 725315618f45a604bc7a86b12d8f4409cb8cbe8c..491f2f65168d5a794dea14a63a56ea6e4e769633 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -206,6 +206,8 @@
'browser/ui/website_settings/mock_permission_bubble_request.h',
'common/extensions/extension_test_util.cc',
'common/extensions/extension_test_util.h',
+ 'common/extensions/image_writer_test_util_mac.cc',
+ 'common/extensions/image_writer_test_util_mac.h',
'renderer/chrome_mock_render_thread.cc',
'renderer/chrome_mock_render_thread.h',
'renderer/media/mock_webrtc_logging_message_filter.cc',
@@ -1812,6 +1814,7 @@
'common/extensions/extension_icon_set_unittest.cc',
'common/extensions/extension_unittest.cc',
'common/extensions/feature_switch_unittest.cc',
+ 'common/extensions/image_writer_util_mac_unittest.cc',
'common/extensions/manifest_handlers/automation_unittest.cc',
'common/extensions/manifest_handlers/content_scripts_manifest_unittest.cc',
'common/extensions/manifest_handlers/exclude_matches_manifest_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698