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

Side by Side Diff: content/content_shell.gypi

Issue 1158063002: Add plugins::TestPluginPlaceholder class and allow its use in Blink layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pluginfix
Patch Set: Created 5 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
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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 'layouttest_support_content', 43 'layouttest_support_content',
44 '../base/base.gyp:base', 44 '../base/base.gyp:base',
45 '../base/base.gyp:base_static', 45 '../base/base.gyp:base_static',
46 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 46 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
47 '../cc/blink/cc_blink.gyp:cc_blink', 47 '../cc/blink/cc_blink.gyp:cc_blink',
48 '../cc/cc.gyp:cc', 48 '../cc/cc.gyp:cc',
49 '../components/components.gyp:crash_component_breakpad_mac_to_be_deleted ', 49 '../components/components.gyp:crash_component_breakpad_mac_to_be_deleted ',
50 '../components/components.gyp:devtools_discovery', 50 '../components/components.gyp:devtools_discovery',
51 '../components/components.gyp:devtools_http_handler', 51 '../components/components.gyp:devtools_http_handler',
52 '../components/components.gyp:web_cache_renderer', 52 '../components/components.gyp:web_cache_renderer',
53 '../components/components.gyp:plugins_renderer',
53 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 54 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
54 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 55 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
55 '../gin/gin.gyp:gin', 56 '../gin/gin.gyp:gin',
56 '../gpu/gpu.gyp:gpu', 57 '../gpu/gpu.gyp:gpu',
57 '../ipc/ipc.gyp:ipc', 58 '../ipc/ipc.gyp:ipc',
58 '../media/blink/media_blink.gyp:media_blink', 59 '../media/blink/media_blink.gyp:media_blink',
59 '../media/media.gyp:media', 60 '../media/media.gyp:media',
60 '../net/net.gyp:net', 61 '../net/net.gyp:net',
61 '../net/net.gyp:net_resources', 62 '../net/net.gyp:net_resources',
62 '../skia/skia.gyp:skia', 63 '../skia/skia.gyp:skia',
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 'shell/renderer/test_runner/mock_webrtc_peer_connection_handler.cc', 272 'shell/renderer/test_runner/mock_webrtc_peer_connection_handler.cc',
272 'shell/renderer/test_runner/mock_webrtc_peer_connection_handler.h', 273 'shell/renderer/test_runner/mock_webrtc_peer_connection_handler.h',
273 'shell/renderer/test_runner/spell_check_client.cc', 274 'shell/renderer/test_runner/spell_check_client.cc',
274 'shell/renderer/test_runner/spell_check_client.h', 275 'shell/renderer/test_runner/spell_check_client.h',
275 'shell/renderer/test_runner/test_common.cc', 276 'shell/renderer/test_runner/test_common.cc',
276 'shell/renderer/test_runner/test_common.h', 277 'shell/renderer/test_runner/test_common.h',
277 'shell/renderer/test_runner/test_interfaces.cc', 278 'shell/renderer/test_runner/test_interfaces.cc',
278 'shell/renderer/test_runner/test_interfaces.h', 279 'shell/renderer/test_runner/test_interfaces.h',
279 'shell/renderer/test_runner/test_plugin.cc', 280 'shell/renderer/test_runner/test_plugin.cc',
280 'shell/renderer/test_runner/test_plugin.h', 281 'shell/renderer/test_runner/test_plugin.h',
282 'shell/renderer/test_runner/test_plugin_placeholder.cc',
283 'shell/renderer/test_runner/test_plugin_placeholder.h',
281 'shell/renderer/test_runner/test_runner.cc', 284 'shell/renderer/test_runner/test_runner.cc',
282 'shell/renderer/test_runner/test_runner.h', 285 'shell/renderer/test_runner/test_runner.h',
283 'shell/renderer/test_runner/text_input_controller.cc', 286 'shell/renderer/test_runner/text_input_controller.cc',
284 'shell/renderer/test_runner/text_input_controller.h', 287 'shell/renderer/test_runner/text_input_controller.h',
285 'shell/renderer/test_runner/web_ax_object_proxy.cc', 288 'shell/renderer/test_runner/web_ax_object_proxy.cc',
286 'shell/renderer/test_runner/web_ax_object_proxy.h', 289 'shell/renderer/test_runner/web_ax_object_proxy.h',
287 'shell/renderer/test_runner/web_content_settings.cc', 290 'shell/renderer/test_runner/web_content_settings.cc',
288 'shell/renderer/test_runner/web_content_settings.h', 291 'shell/renderer/test_runner/web_content_settings.h',
289 'shell/renderer/test_runner/web_frame_test_proxy.h', 292 'shell/renderer/test_runner/web_frame_test_proxy.h',
290 'shell/renderer/test_runner/web_task.cc', 293 'shell/renderer/test_runner/web_task.cc',
(...skipping 887 matching lines...) Expand 10 before | Expand all | Expand 10 after
1178 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 1181 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1179 '--destination_dir', '<(dest_dir)', 1182 '--destination_dir', '<(dest_dir)',
1180 ], 1183 ],
1181 }, 1184 },
1182 ], 1185 ],
1183 }, 1186 },
1184 ], 1187 ],
1185 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1188 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
1186 ] 1189 ]
1187 } 1190 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698