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

Side by Side Diff: content/content_shell.gypi

Issue 339913002: Move MockScreenOrientationController to content/shell/renderer/test_runner/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix layer violation Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « content/content_renderer.gypi ('k') | content/public/test/layouttest_support.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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'shell/renderer/test_runner/accessibility_controller.cc', 202 'shell/renderer/test_runner/accessibility_controller.cc',
203 'shell/renderer/test_runner/accessibility_controller.h', 203 'shell/renderer/test_runner/accessibility_controller.h',
204 'shell/renderer/test_runner/event_sender.cc', 204 'shell/renderer/test_runner/event_sender.cc',
205 'shell/renderer/test_runner/event_sender.h', 205 'shell/renderer/test_runner/event_sender.h',
206 'shell/renderer/test_runner/gamepad_controller.cc', 206 'shell/renderer/test_runner/gamepad_controller.cc',
207 'shell/renderer/test_runner/gamepad_controller.h', 207 'shell/renderer/test_runner/gamepad_controller.h',
208 'shell/renderer/test_runner/mock_constraints.cc', 208 'shell/renderer/test_runner/mock_constraints.cc',
209 'shell/renderer/test_runner/mock_constraints.h', 209 'shell/renderer/test_runner/mock_constraints.h',
210 'shell/renderer/test_runner/mock_grammar_check.cc', 210 'shell/renderer/test_runner/mock_grammar_check.cc',
211 'shell/renderer/test_runner/mock_grammar_check.h', 211 'shell/renderer/test_runner/mock_grammar_check.h',
212 'shell/renderer/test_runner/mock_screen_orientation_client.cc',
213 'shell/renderer/test_runner/mock_screen_orientation_client.h',
212 'shell/renderer/test_runner/mock_web_audio_device.cc', 214 'shell/renderer/test_runner/mock_web_audio_device.cc',
213 'shell/renderer/test_runner/mock_web_audio_device.h', 215 'shell/renderer/test_runner/mock_web_audio_device.h',
214 'shell/renderer/test_runner/mock_web_push_client.cc', 216 'shell/renderer/test_runner/mock_web_push_client.cc',
215 'shell/renderer/test_runner/mock_web_push_client.h', 217 'shell/renderer/test_runner/mock_web_push_client.h',
216 'shell/renderer/test_runner/mock_web_user_media_client.cc', 218 'shell/renderer/test_runner/mock_web_user_media_client.cc',
217 'shell/renderer/test_runner/mock_web_user_media_client.h', 219 'shell/renderer/test_runner/mock_web_user_media_client.h',
218 'shell/renderer/test_runner/mock_webrtc_data_channel_handler.cc', 220 'shell/renderer/test_runner/mock_webrtc_data_channel_handler.cc',
219 'shell/renderer/test_runner/mock_webrtc_data_channel_handler.h', 221 'shell/renderer/test_runner/mock_webrtc_data_channel_handler.h',
220 'shell/renderer/test_runner/mock_webrtc_dtmf_sender_handler.cc', 222 'shell/renderer/test_runner/mock_webrtc_dtmf_sender_handler.cc',
221 'shell/renderer/test_runner/mock_webrtc_dtmf_sender_handler.h', 223 'shell/renderer/test_runner/mock_webrtc_dtmf_sender_handler.h',
(...skipping 875 matching lines...) Expand 10 before | Expand all | Expand 10 after
1097 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 1099 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1098 '--destination_dir', '<(dest_dir)', 1100 '--destination_dir', '<(dest_dir)',
1099 ], 1101 ],
1100 }, 1102 },
1101 ], 1103 ],
1102 }, 1104 },
1103 ], 1105 ],
1104 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1106 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
1105 ] 1107 ]
1106 } 1108 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/public/test/layouttest_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698