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

Side by Side Diff: content/content_shell.gypi

Issue 906753002: Revert of Added MockPresentationClient to use in layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/BUILD.gn » ('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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 'shell/renderer/test_runner/gamepad_controller.cc', 222 'shell/renderer/test_runner/gamepad_controller.cc',
223 'shell/renderer/test_runner/gamepad_controller.h', 223 'shell/renderer/test_runner/gamepad_controller.h',
224 'shell/renderer/test_runner/mock_color_chooser.cc', 224 'shell/renderer/test_runner/mock_color_chooser.cc',
225 'shell/renderer/test_runner/mock_color_chooser.h', 225 'shell/renderer/test_runner/mock_color_chooser.h',
226 'shell/renderer/test_runner/mock_constraints.cc', 226 'shell/renderer/test_runner/mock_constraints.cc',
227 'shell/renderer/test_runner/mock_constraints.h', 227 'shell/renderer/test_runner/mock_constraints.h',
228 'shell/renderer/test_runner/mock_credential_manager_client.cc', 228 'shell/renderer/test_runner/mock_credential_manager_client.cc',
229 'shell/renderer/test_runner/mock_credential_manager_client.h', 229 'shell/renderer/test_runner/mock_credential_manager_client.h',
230 'shell/renderer/test_runner/mock_grammar_check.cc', 230 'shell/renderer/test_runner/mock_grammar_check.cc',
231 'shell/renderer/test_runner/mock_grammar_check.h', 231 'shell/renderer/test_runner/mock_grammar_check.h',
232 'shell/renderer/test_runner/mock_presentation_client.cc',
233 'shell/renderer/test_runner/mock_presentation_client.h',
234 'shell/renderer/test_runner/mock_screen_orientation_client.cc', 232 'shell/renderer/test_runner/mock_screen_orientation_client.cc',
235 'shell/renderer/test_runner/mock_screen_orientation_client.h', 233 'shell/renderer/test_runner/mock_screen_orientation_client.h',
236 'shell/renderer/test_runner/mock_spell_check.cc', 234 'shell/renderer/test_runner/mock_spell_check.cc',
237 'shell/renderer/test_runner/mock_spell_check.h', 235 'shell/renderer/test_runner/mock_spell_check.h',
238 'shell/renderer/test_runner/mock_web_audio_device.cc', 236 'shell/renderer/test_runner/mock_web_audio_device.cc',
239 'shell/renderer/test_runner/mock_web_audio_device.h', 237 'shell/renderer/test_runner/mock_web_audio_device.h',
240 'shell/renderer/test_runner/mock_web_media_stream_center.cc', 238 'shell/renderer/test_runner/mock_web_media_stream_center.cc',
241 'shell/renderer/test_runner/mock_web_media_stream_center.h', 239 'shell/renderer/test_runner/mock_web_media_stream_center.h',
242 'shell/renderer/test_runner/mock_web_midi_accessor.cc', 240 'shell/renderer/test_runner/mock_web_midi_accessor.cc',
243 'shell/renderer/test_runner/mock_web_midi_accessor.h', 241 'shell/renderer/test_runner/mock_web_midi_accessor.h',
(...skipping 925 matching lines...) Expand 10 before | Expand all | Expand 10 after
1169 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 1167 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1170 '--destination_dir', '<(dest_dir)', 1168 '--destination_dir', '<(dest_dir)',
1171 ], 1169 ],
1172 }, 1170 },
1173 ], 1171 ],
1174 }, 1172 },
1175 ], 1173 ],
1176 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1174 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
1177 ] 1175 ]
1178 } 1176 }
OLDNEW
« no previous file with comments | « no previous file | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698