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

Side by Side Diff: content/content_tests.gypi

Issue 1272223003: Implement writing mic audio input data to file for debugging purposes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 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 | « content/content_browser.gypi ('k') | content/public/browser/render_process_host.h » ('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 (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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 'test/content_browser_test_test.cc', 275 'test/content_browser_test_test.cc',
276 'test/webui_resource_browsertest.cc', 276 'test/webui_resource_browsertest.cc',
277 277
278 ], 278 ],
279 'content_browsertests_android_sources': [ 279 'content_browsertests_android_sources': [
280 'browser/accessibility/android_granularity_movement_browsertest.cc', 280 'browser/accessibility/android_granularity_movement_browsertest.cc',
281 'browser/accessibility/android_hit_testing_browsertest.cc', 281 'browser/accessibility/android_hit_testing_browsertest.cc',
282 'shell/android/browsertests_apk/content_browser_tests_jni_onload.cc', 282 'shell/android/browsertests_apk/content_browser_tests_jni_onload.cc',
283 ], 283 ],
284 'content_browsertests_webrtc_sources': [ 284 'content_browsertests_webrtc_sources': [
285 'browser/media/webrtc_aecdump_browsertest.cc', 285 'browser/media/webrtc_audio_debug_recordings_browsertest.cc',
286 'browser/media/webrtc_browsertest.cc', 286 'browser/media/webrtc_browsertest.cc',
287 'browser/media/webrtc_getusermedia_browsertest.cc', 287 'browser/media/webrtc_getusermedia_browsertest.cc',
288 'browser/media/webrtc_internals_browsertest.cc', 288 'browser/media/webrtc_internals_browsertest.cc',
289 'browser/media/webrtc_webcam_browsertest.cc', 289 'browser/media/webrtc_webcam_browsertest.cc',
290 'test/webrtc_content_browsertest_base.cc', 290 'test/webrtc_content_browsertest_base.cc',
291 'test/webrtc_content_browsertest_base.h', 291 'test/webrtc_content_browsertest_base.h',
292 ], 292 ],
293 'content_browsertests_plugins_sources': [ 293 'content_browsertests_plugins_sources': [
294 'renderer/pepper/fake_pepper_plugin_instance.cc', 294 'renderer/pepper/fake_pepper_plugin_instance.cc',
295 'renderer/pepper/mock_renderer_ppapi_host.cc', 295 'renderer/pepper/mock_renderer_ppapi_host.cc',
(...skipping 1832 matching lines...) Expand 10 before | Expand all | Expand 10 after
2128 ], 2128 ],
2129 }, 2129 },
2130 'includes': [ 2130 'includes': [
2131 '../build/host_jar.gypi', 2131 '../build/host_jar.gypi',
2132 ], 2132 ],
2133 }, 2133 },
2134 ], 2134 ],
2135 }], 2135 }],
2136 ], 2136 ],
2137 } 2137 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/render_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698