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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 109793006: Adds ImageWriterPrivate.destroyPartitions operation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes up DBusThreadManager initialization. Created 7 years 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 827 matching lines...) Expand 10 before | Expand all | Expand 10 after
838 'browser/extensions/api/discovery/discovery_api_unittest.cc', 838 'browser/extensions/api/discovery/discovery_api_unittest.cc',
839 'browser/extensions/api/enterprise_platform_keys_private/enterprise_plat form_keys_private_api_unittest.cc', 839 'browser/extensions/api/enterprise_platform_keys_private/enterprise_plat form_keys_private_api_unittest.cc',
840 'browser/extensions/api/extension_action/extension_action_prefs_unittest .cc', 840 'browser/extensions/api/extension_action/extension_action_prefs_unittest .cc',
841 'browser/extensions/api/extension_action/extension_browser_actions_api_u nittest.cc', 841 'browser/extensions/api/extension_action/extension_browser_actions_api_u nittest.cc',
842 'browser/extensions/api/file_system/file_system_api_unittest.cc', 842 'browser/extensions/api/file_system/file_system_api_unittest.cc',
843 'browser/extensions/api/identity/account_tracker_unittest.cc', 843 'browser/extensions/api/identity/account_tracker_unittest.cc',
844 'browser/extensions/api/identity/extension_token_key_unittest.cc', 844 'browser/extensions/api/identity/extension_token_key_unittest.cc',
845 'browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc', 845 'browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc',
846 'browser/extensions/api/identity/identity_mint_queue_unittest.cc', 846 'browser/extensions/api/identity/identity_mint_queue_unittest.cc',
847 'browser/extensions/api/idle/idle_api_unittest.cc', 847 'browser/extensions/api/idle/idle_api_unittest.cc',
848 'browser/extensions/api/image_writer_private/destroy_partitions_operatio n_unittest.cc',
848 'browser/extensions/api/image_writer_private/operation_manager_unittest. cc', 849 'browser/extensions/api/image_writer_private/operation_manager_unittest. cc',
849 'browser/extensions/api/image_writer_private/operation_unittest.cc', 850 'browser/extensions/api/image_writer_private/operation_unittest.cc',
850 'browser/extensions/api/image_writer_private/test_utils.cc', 851 'browser/extensions/api/image_writer_private/test_utils.cc',
851 'browser/extensions/api/image_writer_private/write_from_file_operation_u nittest.cc', 852 'browser/extensions/api/image_writer_private/write_from_file_operation_u nittest.cc',
852 'browser/extensions/api/log_private/syslog_parser_unittest.cc', 853 'browser/extensions/api/log_private/syslog_parser_unittest.cc',
853 'browser/extensions/api/messaging/native_message_process_host_unittest.c c', 854 'browser/extensions/api/messaging/native_message_process_host_unittest.c c',
854 'browser/extensions/api/messaging/native_messaging_host_manifest_unittes t.cc', 855 'browser/extensions/api/messaging/native_messaging_host_manifest_unittes t.cc',
855 'browser/extensions/api/mdns/dns_sd_registry_unittest.cc', 856 'browser/extensions/api/mdns/dns_sd_registry_unittest.cc',
856 'browser/extensions/api/omnibox/omnibox_unittest.cc', 857 'browser/extensions/api/omnibox/omnibox_unittest.cc',
857 'browser/extensions/api/permissions/permissions_api_helpers_unittest.cc' , 858 'browser/extensions/api/permissions/permissions_api_helpers_unittest.cc' ,
(...skipping 2053 matching lines...) Expand 10 before | Expand all | Expand 10 after
2911 'browser/ui/app_list/test/fake_profile_store.h', 2912 'browser/ui/app_list/test/fake_profile_store.h',
2912 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2913 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2913 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2914 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2914 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2915 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2915 ], 2916 ],
2916 }, 2917 },
2917 ], 2918 ],
2918 }], 2919 }],
2919 ], # 'conditions' 2920 ], # 'conditions'
2920 } 2921 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/common/extensions/api/image_writer_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698