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

Side by Side Diff: webkit/webkit.gyp

Issue 146078: linux: OOP windowed plugins (Closed)
Patch Set: new version Created 11 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/tools/test_shell/webview_host_gtk.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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'feature_defines': [ 7 'feature_defines': [
8 'ENABLE_CHANNEL_MESSAGING=1', 8 'ENABLE_CHANNEL_MESSAGING=1',
9 'ENABLE_DATABASE=1', 9 'ENABLE_DATABASE=1',
10 'ENABLE_DATAGRID=1', 10 'ENABLE_DATAGRID=1',
(...skipping 4451 matching lines...) Expand 10 before | Expand all | Expand 10 after
4462 'glue/media/media_resource_loader_bridge_factory.h', 4462 'glue/media/media_resource_loader_bridge_factory.h',
4463 'glue/media/simple_data_source.cc', 4463 'glue/media/simple_data_source.cc',
4464 'glue/media/simple_data_source.h', 4464 'glue/media/simple_data_source.h',
4465 'glue/media/video_renderer_impl.cc', 4465 'glue/media/video_renderer_impl.cc',
4466 'glue/media/video_renderer_impl.h', 4466 'glue/media/video_renderer_impl.h',
4467 'glue/plugins/mozilla_extensions.cc', 4467 'glue/plugins/mozilla_extensions.cc',
4468 'glue/plugins/mozilla_extensions.h', 4468 'glue/plugins/mozilla_extensions.h',
4469 'glue/plugins/nphostapi.h', 4469 'glue/plugins/nphostapi.h',
4470 'glue/plugins/gtk_plugin_container.h', 4470 'glue/plugins/gtk_plugin_container.h',
4471 'glue/plugins/gtk_plugin_container.cc', 4471 'glue/plugins/gtk_plugin_container.cc',
4472 'glue/plugins/gtk_plugin_container_host.h',
4473 'glue/plugins/gtk_plugin_container_host.cc',
4472 'glue/plugins/plugin_constants_win.h', 4474 'glue/plugins/plugin_constants_win.h',
4473 'glue/plugins/plugin_host.cc', 4475 'glue/plugins/plugin_host.cc',
4474 'glue/plugins/plugin_host.h', 4476 'glue/plugins/plugin_host.h',
4475 'glue/plugins/plugin_instance.cc', 4477 'glue/plugins/plugin_instance.cc',
4476 'glue/plugins/plugin_instance.h', 4478 'glue/plugins/plugin_instance.h',
4477 'glue/plugins/plugin_lib.cc', 4479 'glue/plugins/plugin_lib.cc',
4478 'glue/plugins/plugin_lib.h', 4480 'glue/plugins/plugin_lib.h',
4479 'glue/plugins/plugin_lib_linux.cc', 4481 'glue/plugins/plugin_lib_linux.cc',
4480 'glue/plugins/plugin_lib_mac.mm', 4482 'glue/plugins/plugin_lib_mac.mm',
4481 'glue/plugins/plugin_lib_win.cc', 4483 'glue/plugins/plugin_lib_win.cc',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
4652 ], 4654 ],
4653 'export_dependent_settings': [ 4655 'export_dependent_settings': [
4654 # Users of webcursor.h need the GTK include path. 4656 # Users of webcursor.h need the GTK include path.
4655 '../build/linux/system.gyp:gtk', 4657 '../build/linux/system.gyp:gtk',
4656 ], 4658 ],
4657 'sources!': [ 4659 'sources!': [
4658 'glue/plugins/plugin_stubs.cc', 4660 'glue/plugins/plugin_stubs.cc',
4659 ], 4661 ],
4660 }, { # else: OS!="linux" 4662 }, { # else: OS!="linux"
4661 'sources/': [['exclude', '_(linux|gtk)(_data)?\\.cc$'], 4663 'sources/': [['exclude', '_(linux|gtk)(_data)?\\.cc$'],
4662 ['exclude', r'gtk_plugin_container\.(cc|h)']], 4664 ['exclude', r'gtk_plugin_container\.(cc|h)'],
4665 ['exclude', r'gtk_plugin_container_host\.(cc|h)']],
4663 }], 4666 }],
4664 ['OS!="mac"', { 4667 ['OS!="mac"', {
4665 'sources/': [['exclude', '_mac\\.(cc|mm)$']] 4668 'sources/': [['exclude', '_mac\\.(cc|mm)$']]
4666 }], 4669 }],
4667 ['OS!="win"', { 4670 ['OS!="win"', {
4668 'sources/': [['exclude', '_win\\.cc$']], 4671 'sources/': [['exclude', '_win\\.cc$']],
4669 'sources!': [ 4672 'sources!': [
4670 # TODO(port): Mac uses webplugin_delegate_impl_mac.cc and GTK uses 4673 # TODO(port): Mac uses webplugin_delegate_impl_mac.cc and GTK uses
4671 # webplugin_delegate_impl_gtk.cc. Seems like this should be 4674 # webplugin_delegate_impl_gtk.cc. Seems like this should be
4672 # renamed webplugin_delegate_impl_win.cc, then we could get rid 4675 # renamed webplugin_delegate_impl_win.cc, then we could get rid
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
4891 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png', 4894 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png',
4892 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png', 4895 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png',
4893 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png', 4896 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png',
4894 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png', 4897 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png',
4895 ], 4898 ],
4896 }, 4899 },
4897 ], 4900 ],
4898 }, 4901 },
4899 ], 4902 ],
4900 } 4903 }
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/webview_host_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698