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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 'browser/ui/fullscreen/fullscreen_controller_test.h', 199 'browser/ui/fullscreen/fullscreen_controller_test.h',
200 'browser/ui/passwords/manage_passwords_ui_controller_mock.cc', 200 'browser/ui/passwords/manage_passwords_ui_controller_mock.cc',
201 'browser/ui/passwords/manage_passwords_ui_controller_mock.h', 201 'browser/ui/passwords/manage_passwords_ui_controller_mock.h',
202 'browser/ui/test/test_confirm_bubble_model.cc', 202 'browser/ui/test/test_confirm_bubble_model.cc',
203 'browser/ui/test/test_confirm_bubble_model.h', 203 'browser/ui/test/test_confirm_bubble_model.h',
204 'browser/ui/views/find_bar_host_unittest_util_views.cc', 204 'browser/ui/views/find_bar_host_unittest_util_views.cc',
205 'browser/ui/website_settings/mock_permission_bubble_request.cc', 205 'browser/ui/website_settings/mock_permission_bubble_request.cc',
206 'browser/ui/website_settings/mock_permission_bubble_request.h', 206 'browser/ui/website_settings/mock_permission_bubble_request.h',
207 'common/extensions/extension_test_util.cc', 207 'common/extensions/extension_test_util.cc',
208 'common/extensions/extension_test_util.h', 208 'common/extensions/extension_test_util.h',
209 'common/extensions/image_writer_test_util_mac.cc',
210 'common/extensions/image_writer_test_util_mac.h',
209 'renderer/chrome_mock_render_thread.cc', 211 'renderer/chrome_mock_render_thread.cc',
210 'renderer/chrome_mock_render_thread.h', 212 'renderer/chrome_mock_render_thread.h',
211 'renderer/media/mock_webrtc_logging_message_filter.cc', 213 'renderer/media/mock_webrtc_logging_message_filter.cc',
212 'renderer/media/mock_webrtc_logging_message_filter.h', 214 'renderer/media/mock_webrtc_logging_message_filter.h',
213 'renderer/mock_printer.cc', 215 'renderer/mock_printer.cc',
214 'renderer/mock_printer.h', 216 'renderer/mock_printer.h',
215 'renderer/safe_browsing/mock_feature_extractor_clock.cc', 217 'renderer/safe_browsing/mock_feature_extractor_clock.cc',
216 'renderer/safe_browsing/mock_feature_extractor_clock.h', 218 'renderer/safe_browsing/mock_feature_extractor_clock.h',
217 'renderer/safe_browsing/test_utils.cc', 219 'renderer/safe_browsing/test_utils.cc',
218 'renderer/safe_browsing/test_utils.h', 220 'renderer/safe_browsing/test_utils.h',
(...skipping 1586 matching lines...) Expand 10 before | Expand all | Expand 10 after
1805 'common/extensions/api/file_browser_handlers/file_browser_handler_manife st_unittest.cc', 1807 'common/extensions/api/file_browser_handlers/file_browser_handler_manife st_unittest.cc',
1806 'common/extensions/api/file_handlers/file_handlers_manifest_unittest.cc' , 1808 'common/extensions/api/file_handlers/file_handlers_manifest_unittest.cc' ,
1807 'common/extensions/api/i18n/default_locale_manifest_unittest.cc', 1809 'common/extensions/api/i18n/default_locale_manifest_unittest.cc',
1808 'common/extensions/api/identity/extension_manifests_auth_unittest.cc', 1810 'common/extensions/api/identity/extension_manifests_auth_unittest.cc',
1809 'common/extensions/api/storage/storage_schema_manifest_handler_unittest. cc', 1811 'common/extensions/api/storage/storage_schema_manifest_handler_unittest. cc',
1810 'common/extensions/command_unittest.cc', 1812 'common/extensions/command_unittest.cc',
1811 'common/extensions/extension_file_util_unittest.cc', 1813 'common/extensions/extension_file_util_unittest.cc',
1812 'common/extensions/extension_icon_set_unittest.cc', 1814 'common/extensions/extension_icon_set_unittest.cc',
1813 'common/extensions/extension_unittest.cc', 1815 'common/extensions/extension_unittest.cc',
1814 'common/extensions/feature_switch_unittest.cc', 1816 'common/extensions/feature_switch_unittest.cc',
1817 'common/extensions/image_writer_util_mac_unittest.cc',
1815 'common/extensions/manifest_handlers/automation_unittest.cc', 1818 'common/extensions/manifest_handlers/automation_unittest.cc',
1816 'common/extensions/manifest_handlers/content_scripts_manifest_unittest.c c', 1819 'common/extensions/manifest_handlers/content_scripts_manifest_unittest.c c',
1817 'common/extensions/manifest_handlers/exclude_matches_manifest_unittest.c c', 1820 'common/extensions/manifest_handlers/exclude_matches_manifest_unittest.c c',
1818 'common/extensions/manifest_handlers/settings_overrides_handler_unittest .cc', 1821 'common/extensions/manifest_handlers/settings_overrides_handler_unittest .cc',
1819 'common/extensions/manifest_handlers/ui_overrides_handler_unittest.cc', 1822 'common/extensions/manifest_handlers/ui_overrides_handler_unittest.cc',
1820 'common/extensions/manifest_tests/extension_manifest_test.cc', 1823 'common/extensions/manifest_tests/extension_manifest_test.cc',
1821 'common/extensions/manifest_tests/extension_manifests_background_unittes t.cc', 1824 'common/extensions/manifest_tests/extension_manifests_background_unittes t.cc',
1822 'common/extensions/manifest_tests/extension_manifests_chromepermission_u nittest.cc', 1825 'common/extensions/manifest_tests/extension_manifests_chromepermission_u nittest.cc',
1823 'common/extensions/manifest_tests/extension_manifests_contentsecuritypol icy_unittest.cc', 1826 'common/extensions/manifest_tests/extension_manifests_contentsecuritypol icy_unittest.cc',
1824 'common/extensions/manifest_tests/extension_manifests_default_extent_pat h_unittest.cc', 1827 'common/extensions/manifest_tests/extension_manifests_default_extent_pat h_unittest.cc',
(...skipping 1020 matching lines...) Expand 10 before | Expand all | Expand 10 after
2845 # more details. 2848 # more details.
2846 'DebugInformationFormat': '3', 2849 'DebugInformationFormat': '3',
2847 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2850 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2848 }, 2851 },
2849 }, 2852 },
2850 }, 2853 },
2851 ], 2854 ],
2852 }], 2855 }],
2853 ], # 'conditions' 2856 ], # 'conditions'
2854 } 2857 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698