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

Unified Diff: content/content_shell.gypi

Issue 317253004: test_runner: Migrate MockWebAudioDevice to our Chromium C++ style. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/shell/renderer/test_runner/MockWebAudioDevice.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 74a9b4fecc189275eaff6bf3bafe1880a2347f4b..bbf73046b59694ffb98521ae64de91cf34f9fcac 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -177,8 +177,6 @@
'shell/renderer/test_runner/MockColorChooser.h',
'shell/renderer/test_runner/MockSpellCheck.cpp',
'shell/renderer/test_runner/MockSpellCheck.h',
- 'shell/renderer/test_runner/MockWebAudioDevice.cpp',
- 'shell/renderer/test_runner/MockWebAudioDevice.h',
'shell/renderer/test_runner/MockWebMIDIAccessor.cpp',
'shell/renderer/test_runner/MockWebMIDIAccessor.h',
'shell/renderer/test_runner/MockWebMediaStreamCenter.cpp',
@@ -214,6 +212,8 @@
'shell/renderer/test_runner/mock_constraints.h',
'shell/renderer/test_runner/mock_grammar_check.cc',
'shell/renderer/test_runner/mock_grammar_check.h',
+ 'shell/renderer/test_runner/mock_web_audio_device.cc',
+ 'shell/renderer/test_runner/mock_web_audio_device.h',
'shell/renderer/test_runner/mock_web_user_media_client.cc',
'shell/renderer/test_runner/mock_web_user_media_client.h',
'shell/renderer/test_runner/mock_webrtc_data_channel_handler.cc',
« no previous file with comments | « no previous file | content/shell/renderer/test_runner/MockWebAudioDevice.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698