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

Side by Side Diff: webkit/glue/webkit_glue.gypi

Issue 2862031: Add click-to-load functionality for blocked plugins. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: '' Created 10 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
« no previous file with comments | « webkit/glue/plugins/webview_plugin.cc ('k') | no next file » | 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'conditions': [ 7 'conditions': [
8 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../..', 9 'webkit_src_dir': '../../../..',
10 },{ 10 },{
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 'plugins/plugin_stream_win.cc', 231 'plugins/plugin_stream_win.cc',
232 'plugins/plugin_string_stream.cc', 232 'plugins/plugin_string_stream.cc',
233 'plugins/plugin_string_stream.h', 233 'plugins/plugin_string_stream.h',
234 'plugins/plugin_stubs.cc', 234 'plugins/plugin_stubs.cc',
235 'plugins/plugin_switches.cc', 235 'plugins/plugin_switches.cc',
236 'plugins/plugin_switches.h', 236 'plugins/plugin_switches.h',
237 'plugins/plugin_web_event_converter_mac.h', 237 'plugins/plugin_web_event_converter_mac.h',
238 'plugins/plugin_web_event_converter_mac.mm', 238 'plugins/plugin_web_event_converter_mac.mm',
239 'plugins/quickdraw_drawing_manager_mac.h', 239 'plugins/quickdraw_drawing_manager_mac.h',
240 'plugins/quickdraw_drawing_manager_mac.cc', 240 'plugins/quickdraw_drawing_manager_mac.cc',
241 'plugins/webview_plugin.cc',
242 'plugins/webview_plugin.h',
241 'plugins/webplugin.cc', 243 'plugins/webplugin.cc',
242 'plugins/webplugin.h', 244 'plugins/webplugin.h',
243 'plugins/webplugin_2d_device_delegate.h', 245 'plugins/webplugin_2d_device_delegate.h',
244 'plugins/webplugin_3d_device_delegate.h', 246 'plugins/webplugin_3d_device_delegate.h',
245 'plugins/webplugin_delegate.h', 247 'plugins/webplugin_delegate.h',
246 'plugins/webplugin_delegate_impl.cc', 248 'plugins/webplugin_delegate_impl.cc',
247 'plugins/webplugin_delegate_impl.h', 249 'plugins/webplugin_delegate_impl.h',
248 'plugins/webplugin_delegate_impl_gtk.cc', 250 'plugins/webplugin_delegate_impl_gtk.cc',
249 'plugins/webplugin_delegate_impl_mac.mm', 251 'plugins/webplugin_delegate_impl_mac.mm',
250 'plugins/webplugin_delegate_impl_win.cc', 252 'plugins/webplugin_delegate_impl_win.cc',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 }], 408 }],
407 ['inside_chromium_build==0', { 409 ['inside_chromium_build==0', {
408 'dependencies': [ 410 'dependencies': [
409 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', 411 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
410 ], 412 ],
411 }], 413 }],
412 ], 414 ],
413 }, 415 },
414 ], 416 ],
415 } 417 }
OLDNEW
« no previous file with comments | « webkit/glue/plugins/webview_plugin.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698