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

Side by Side Diff: content/content_shell.gypi

Issue 1161923004: Reland: Plugin Placeholders: Refactor for platforms that don't support plugins (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove some enable_plugins that are no longer needed 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
« no previous file with comments | « components/plugins/renderer/webview_plugin.cc ('k') | 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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 'shell/renderer/layout_test/layout_test_content_renderer_client.cc', 219 'shell/renderer/layout_test/layout_test_content_renderer_client.cc',
220 'shell/renderer/layout_test/layout_test_content_renderer_client.h', 220 'shell/renderer/layout_test/layout_test_content_renderer_client.h',
221 'shell/renderer/layout_test/layout_test_render_frame_observer.cc', 221 'shell/renderer/layout_test/layout_test_render_frame_observer.cc',
222 'shell/renderer/layout_test/layout_test_render_frame_observer.h', 222 'shell/renderer/layout_test/layout_test_render_frame_observer.h',
223 'shell/renderer/layout_test/layout_test_render_process_observer.cc', 223 'shell/renderer/layout_test/layout_test_render_process_observer.cc',
224 'shell/renderer/layout_test/layout_test_render_process_observer.h', 224 'shell/renderer/layout_test/layout_test_render_process_observer.h',
225 'shell/renderer/layout_test/leak_detector.cc', 225 'shell/renderer/layout_test/leak_detector.cc',
226 'shell/renderer/layout_test/leak_detector.h', 226 'shell/renderer/layout_test/leak_detector.h',
227 'shell/renderer/layout_test/test_media_stream_renderer_factory.cc', 227 'shell/renderer/layout_test/test_media_stream_renderer_factory.cc',
228 'shell/renderer/layout_test/test_media_stream_renderer_factory.h', 228 'shell/renderer/layout_test/test_media_stream_renderer_factory.h',
229 'shell/renderer/layout_test/test_plugin_placeholder.cc',
230 'shell/renderer/layout_test/test_plugin_placeholder.h',
231 'shell/renderer/layout_test/test_video_frame_provider.cc', 229 'shell/renderer/layout_test/test_video_frame_provider.cc',
232 'shell/renderer/layout_test/test_video_frame_provider.h', 230 'shell/renderer/layout_test/test_video_frame_provider.h',
233 'shell/renderer/shell_content_renderer_client.cc', 231 'shell/renderer/shell_content_renderer_client.cc',
234 'shell/renderer/shell_content_renderer_client.h', 232 'shell/renderer/shell_content_renderer_client.h',
235 'shell/renderer/shell_render_view_observer.cc', 233 'shell/renderer/shell_render_view_observer.cc',
236 'shell/renderer/shell_render_view_observer.h', 234 'shell/renderer/shell_render_view_observer.h',
237 'shell/utility/shell_content_utility_client.cc', 235 'shell/utility/shell_content_utility_client.cc',
238 'shell/utility/shell_content_utility_client.h', 236 'shell/utility/shell_content_utility_client.h',
239 ], 237 ],
240 'msvs_settings': { 238 'msvs_settings': {
(...skipping 813 matching lines...) Expand 10 before | Expand all | Expand 10 after
1054 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 1052 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1055 '--destination_dir', '<(dest_dir)', 1053 '--destination_dir', '<(dest_dir)',
1056 ], 1054 ],
1057 }, 1055 },
1058 ], 1056 ],
1059 }, 1057 },
1060 ], 1058 ],
1061 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1059 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
1062 ] 1060 ]
1063 } 1061 }
OLDNEW
« no previous file with comments | « components/plugins/renderer/webview_plugin.cc ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698