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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 569713002: Revert of Gardening: Revert "Use AudioStreamMonitor to control power save blocking." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | content/browser/media/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1008 matching lines...) Expand 10 before | Expand all | Expand 10 after
1019 'browser/install_verification/win/module_list_unittest.cc', 1019 'browser/install_verification/win/module_list_unittest.cc',
1020 'browser/install_verification/win/module_verification_test.cc', 1020 'browser/install_verification/win/module_verification_test.cc',
1021 'browser/install_verification/win/module_verification_test.h', 1021 'browser/install_verification/win/module_verification_test.h',
1022 'browser/invalidation/gcm_invalidation_bridge_unittest.cc', 1022 'browser/invalidation/gcm_invalidation_bridge_unittest.cc',
1023 'browser/invalidation/invalidation_service_android_unittest.cc', 1023 'browser/invalidation/invalidation_service_android_unittest.cc',
1024 'browser/invalidation/invalidator_storage_unittest.cc', 1024 'browser/invalidation/invalidator_storage_unittest.cc',
1025 'browser/invalidation/ticl_profile_settings_provider_unittest.cc', 1025 'browser/invalidation/ticl_profile_settings_provider_unittest.cc',
1026 'browser/io_thread_unittest.cc', 1026 'browser/io_thread_unittest.cc',
1027 'browser/logging_chrome_unittest.cc', 1027 'browser/logging_chrome_unittest.cc',
1028 'browser/mac/keystone_glue_unittest.mm', 1028 'browser/mac/keystone_glue_unittest.mm',
1029 'browser/media/audio_stream_monitor_unittest.cc',
1030 'browser/media/cast_transport_host_filter_unittest.cc', 1029 'browser/media/cast_transport_host_filter_unittest.cc',
1031 'browser/media/desktop_media_list_ash_unittest.cc', 1030 'browser/media/desktop_media_list_ash_unittest.cc',
1032 'browser/media/native_desktop_media_list_unittest.cc', 1031 'browser/media/native_desktop_media_list_unittest.cc',
1033 'browser/media/webrtc_log_uploader_unittest.cc', 1032 'browser/media/webrtc_log_uploader_unittest.cc',
1034 'browser/media/webrtc_log_util_unittest.cc', 1033 'browser/media/webrtc_log_util_unittest.cc',
1035 'browser/media/webrtc_rtp_dump_handler_unittest.cc', 1034 'browser/media/webrtc_rtp_dump_handler_unittest.cc',
1036 'browser/media/webrtc_rtp_dump_writer_unittest.cc', 1035 'browser/media/webrtc_rtp_dump_writer_unittest.cc',
1037 'browser/media_galleries/fileapi/native_media_file_util_unittest.cc', 1036 'browser/media_galleries/fileapi/native_media_file_util_unittest.cc',
1038 'browser/media_galleries/gallery_watch_manager_unittest.cc', 1037 'browser/media_galleries/gallery_watch_manager_unittest.cc',
1039 'browser/media_galleries/linux/mtp_device_object_enumerator_unittest.cc' , 1038 'browser/media_galleries/linux/mtp_device_object_enumerator_unittest.cc' ,
(...skipping 1838 matching lines...) Expand 10 before | Expand all | Expand 10 after
2878 'dependencies': [ 2877 'dependencies': [
2879 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2878 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2880 ], 2879 ],
2881 }], 2880 }],
2882 ], 2881 ],
2883 }, 2882 },
2884 ], 2883 ],
2885 }], 2884 }],
2886 ], # 'conditions' 2885 ], # 'conditions'
2887 } 2886 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | content/browser/media/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698