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

Side by Side Diff: content/content_tests.gypi

Issue 499233003: Binding media stream audio track to speech recognition [renderer] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add unit test and refactor 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 { 5 {
6 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after
674 'common/page_zoom_unittest.cc', 674 'common/page_zoom_unittest.cc',
675 'common/plugin_list_unittest.cc', 675 'common/plugin_list_unittest.cc',
676 'common/sandbox_mac_diraccess_unittest.mm', 676 'common/sandbox_mac_diraccess_unittest.mm',
677 'common/sandbox_mac_fontloading_unittest.mm', 677 'common/sandbox_mac_fontloading_unittest.mm',
678 'common/sandbox_mac_system_access_unittest.mm', 678 'common/sandbox_mac_system_access_unittest.mm',
679 'common/sandbox_mac_unittest_helper.h', 679 'common/sandbox_mac_unittest_helper.h',
680 'common/sandbox_mac_unittest_helper.mm', 680 'common/sandbox_mac_unittest_helper.mm',
681 'common/shareable_file_reference_unittest.cc', 681 'common/shareable_file_reference_unittest.cc',
682 'common/webplugininfo_unittest.cc', 682 'common/webplugininfo_unittest.cc',
683 'renderer/active_notification_tracker_unittest.cc', 683 'renderer/active_notification_tracker_unittest.cc',
684 'renderer/speech_recognition_audio_source_provider_unittest.cc',
no longer working on chromium 2014/09/15 08:31:27 alphabet order
burnik 2014/09/15 15:00:05 Done.
684 'renderer/android/email_detector_unittest.cc', 685 'renderer/android/email_detector_unittest.cc',
685 'renderer/android/phone_number_detector_unittest.cc', 686 'renderer/android/phone_number_detector_unittest.cc',
686 'renderer/battery_status/battery_status_dispatcher_unittest.cc', 687 'renderer/battery_status/battery_status_dispatcher_unittest.cc',
687 'renderer/bmp_image_decoder_unittest.cc', 688 'renderer/bmp_image_decoder_unittest.cc',
688 'renderer/device_sensors/device_light_event_pump_unittest.cc', 689 'renderer/device_sensors/device_light_event_pump_unittest.cc',
689 'renderer/device_sensors/device_motion_event_pump_unittest.cc', 690 'renderer/device_sensors/device_motion_event_pump_unittest.cc',
690 'renderer/device_sensors/device_orientation_event_pump_unittest.cc', 691 'renderer/device_sensors/device_orientation_event_pump_unittest.cc',
691 'renderer/disambiguation_popup_helper_unittest.cc', 692 'renderer/disambiguation_popup_helper_unittest.cc',
692 'renderer/dom_storage/dom_storage_cached_area_unittest.cc', 693 'renderer/dom_storage/dom_storage_cached_area_unittest.cc',
693 'renderer/gpu/frame_swap_message_queue_unittest.cc', 694 'renderer/gpu/frame_swap_message_queue_unittest.cc',
(...skipping 1189 matching lines...) Expand 10 before | Expand all | Expand 10 after
1883 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1884 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1884 }, 1885 },
1885 ], 1886 ],
1886 }], 1887 }],
1887 ], 1888 ],
1888 }, 1889 },
1889 ], 1890 ],
1890 }], 1891 }],
1891 ], 1892 ],
1892 } 1893 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698