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

Side by Side Diff: content/content_shell.gypi

Issue 316093005: test_runner: Migrate MockWebRTCPeerConnectionHandler to Chromium C++ style (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments 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 unified diff | Download patch
« no previous file with comments | « no previous file | content/shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 { 5 {
6 'variables': { 6 'variables': {
7 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 # The "19" is so that sites that sniff for version think that this is 8 # The "19" is so that sites that sniff for version think that this is
9 # something reasonably current; the "77.34.5" is a hint that this isn't a 9 # something reasonably current; the "77.34.5" is a hint that this isn't a
10 # standard Chrome. 10 # standard Chrome.
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 'shell/renderer/test_runner/MockColorChooser.cpp', 176 'shell/renderer/test_runner/MockColorChooser.cpp',
177 'shell/renderer/test_runner/MockColorChooser.h', 177 'shell/renderer/test_runner/MockColorChooser.h',
178 'shell/renderer/test_runner/MockSpellCheck.cpp', 178 'shell/renderer/test_runner/MockSpellCheck.cpp',
179 'shell/renderer/test_runner/MockSpellCheck.h', 179 'shell/renderer/test_runner/MockSpellCheck.h',
180 'shell/renderer/test_runner/MockWebAudioDevice.cpp', 180 'shell/renderer/test_runner/MockWebAudioDevice.cpp',
181 'shell/renderer/test_runner/MockWebAudioDevice.h', 181 'shell/renderer/test_runner/MockWebAudioDevice.h',
182 'shell/renderer/test_runner/MockWebMIDIAccessor.cpp', 182 'shell/renderer/test_runner/MockWebMIDIAccessor.cpp',
183 'shell/renderer/test_runner/MockWebMIDIAccessor.h', 183 'shell/renderer/test_runner/MockWebMIDIAccessor.h',
184 'shell/renderer/test_runner/MockWebMediaStreamCenter.cpp', 184 'shell/renderer/test_runner/MockWebMediaStreamCenter.cpp',
185 'shell/renderer/test_runner/MockWebMediaStreamCenter.h', 185 'shell/renderer/test_runner/MockWebMediaStreamCenter.h',
186 'shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.cpp',
187 'shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.h',
188 'shell/renderer/test_runner/MockWebSpeechRecognizer.cpp', 186 'shell/renderer/test_runner/MockWebSpeechRecognizer.cpp',
189 'shell/renderer/test_runner/MockWebSpeechRecognizer.h', 187 'shell/renderer/test_runner/MockWebSpeechRecognizer.h',
190 'shell/renderer/test_runner/SpellCheckClient.cpp', 188 'shell/renderer/test_runner/SpellCheckClient.cpp',
191 'shell/renderer/test_runner/SpellCheckClient.h', 189 'shell/renderer/test_runner/SpellCheckClient.h',
192 'shell/renderer/test_runner/TestCommon.cpp', 190 'shell/renderer/test_runner/TestCommon.cpp',
193 'shell/renderer/test_runner/TestCommon.h', 191 'shell/renderer/test_runner/TestCommon.h',
194 'shell/renderer/test_runner/TestInterfaces.cpp', 192 'shell/renderer/test_runner/TestInterfaces.cpp',
195 'shell/renderer/test_runner/TestInterfaces.h', 193 'shell/renderer/test_runner/TestInterfaces.h',
196 'shell/renderer/test_runner/TestPlugin.cpp', 194 'shell/renderer/test_runner/TestPlugin.cpp',
197 'shell/renderer/test_runner/TestPlugin.h', 195 'shell/renderer/test_runner/TestPlugin.h',
(...skipping 17 matching lines...) Expand all
215 'shell/renderer/test_runner/mock_constraints.cc', 213 'shell/renderer/test_runner/mock_constraints.cc',
216 'shell/renderer/test_runner/mock_constraints.h', 214 'shell/renderer/test_runner/mock_constraints.h',
217 'shell/renderer/test_runner/mock_grammar_check.cc', 215 'shell/renderer/test_runner/mock_grammar_check.cc',
218 'shell/renderer/test_runner/mock_grammar_check.h', 216 'shell/renderer/test_runner/mock_grammar_check.h',
219 'shell/renderer/test_runner/mock_web_user_media_client.cc', 217 'shell/renderer/test_runner/mock_web_user_media_client.cc',
220 'shell/renderer/test_runner/mock_web_user_media_client.h', 218 'shell/renderer/test_runner/mock_web_user_media_client.h',
221 'shell/renderer/test_runner/mock_webrtc_data_channel_handler.cc', 219 'shell/renderer/test_runner/mock_webrtc_data_channel_handler.cc',
222 'shell/renderer/test_runner/mock_webrtc_data_channel_handler.h', 220 'shell/renderer/test_runner/mock_webrtc_data_channel_handler.h',
223 'shell/renderer/test_runner/mock_webrtc_dtmf_sender_handler.cc', 221 'shell/renderer/test_runner/mock_webrtc_dtmf_sender_handler.cc',
224 'shell/renderer/test_runner/mock_webrtc_dtmf_sender_handler.h', 222 'shell/renderer/test_runner/mock_webrtc_dtmf_sender_handler.h',
223 'shell/renderer/test_runner/mock_webrtc_peer_connection_handler.cc',
224 'shell/renderer/test_runner/mock_webrtc_peer_connection_handler.h',
225 'shell/renderer/test_runner/notification_presenter.cc', 225 'shell/renderer/test_runner/notification_presenter.cc',
226 'shell/renderer/test_runner/notification_presenter.h', 226 'shell/renderer/test_runner/notification_presenter.h',
227 'shell/renderer/test_runner/test_runner.cc', 227 'shell/renderer/test_runner/test_runner.cc',
228 'shell/renderer/test_runner/test_runner.h', 228 'shell/renderer/test_runner/test_runner.h',
229 'shell/renderer/test_runner/text_input_controller.cc', 229 'shell/renderer/test_runner/text_input_controller.cc',
230 'shell/renderer/test_runner/text_input_controller.h', 230 'shell/renderer/test_runner/text_input_controller.h',
231 'shell/renderer/test_runner/web_ax_object_proxy.cc', 231 'shell/renderer/test_runner/web_ax_object_proxy.cc',
232 'shell/renderer/test_runner/web_ax_object_proxy.h', 232 'shell/renderer/test_runner/web_ax_object_proxy.h',
233 'shell/renderer/test_runner/web_frame_test_proxy.h', 233 'shell/renderer/test_runner/web_frame_test_proxy.h',
234 'shell/renderer/test_runner/web_test_proxy.cc', 234 'shell/renderer/test_runner/web_test_proxy.cc',
(...skipping 856 matching lines...) Expand 10 before | Expand all | Expand 10 after
1091 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 1091 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1092 '--destination_dir', '<(dest_dir)', 1092 '--destination_dir', '<(dest_dir)',
1093 ], 1093 ],
1094 }, 1094 },
1095 ], 1095 ],
1096 }, 1096 },
1097 ], 1097 ],
1098 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1098 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
1099 ] 1099 ]
1100 } 1100 }
OLDNEW
« no previous file with comments | « no previous file | content/shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698