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

Side by Side Diff: webkit/webkit.gyp

Issue 155558: linux: add flash workarounds (Closed)
Patch Set: 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
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 1233 matching lines...) Expand 10 before | Expand all | Expand 10 after
1244 'glue/devtools/tools_agent.h', 1244 'glue/devtools/tools_agent.h',
1245 'glue/media/media_resource_loader_bridge_factory.cc', 1245 'glue/media/media_resource_loader_bridge_factory.cc',
1246 'glue/media/media_resource_loader_bridge_factory.h', 1246 'glue/media/media_resource_loader_bridge_factory.h',
1247 'glue/media/simple_data_source.cc', 1247 'glue/media/simple_data_source.cc',
1248 'glue/media/simple_data_source.h', 1248 'glue/media/simple_data_source.h',
1249 'glue/media/video_renderer_impl.cc', 1249 'glue/media/video_renderer_impl.cc',
1250 'glue/media/video_renderer_impl.h', 1250 'glue/media/video_renderer_impl.h',
1251 'glue/plugins/mozilla_extensions.cc', 1251 'glue/plugins/mozilla_extensions.cc',
1252 'glue/plugins/mozilla_extensions.h', 1252 'glue/plugins/mozilla_extensions.h',
1253 'glue/plugins/nphostapi.h', 1253 'glue/plugins/nphostapi.h',
1254 'glue/plugins/flash_workarounds_linux.h',
1255 'glue/plugins/flash_workarounds_linux.cc',
1254 'glue/plugins/gtk_plugin_container.h', 1256 'glue/plugins/gtk_plugin_container.h',
1255 'glue/plugins/gtk_plugin_container.cc', 1257 'glue/plugins/gtk_plugin_container.cc',
1256 'glue/plugins/gtk_plugin_container_manager.h', 1258 'glue/plugins/gtk_plugin_container_manager.h',
1257 'glue/plugins/gtk_plugin_container_manager.cc', 1259 'glue/plugins/gtk_plugin_container_manager.cc',
1258 'glue/plugins/plugin_constants_win.h', 1260 'glue/plugins/plugin_constants_win.h',
1259 'glue/plugins/plugin_host.cc', 1261 'glue/plugins/plugin_host.cc',
1260 'glue/plugins/plugin_host.h', 1262 'glue/plugins/plugin_host.h',
1261 'glue/plugins/plugin_instance.cc', 1263 'glue/plugins/plugin_instance.cc',
1262 'glue/plugins/plugin_instance.h', 1264 'glue/plugins/plugin_instance.h',
1263 'glue/plugins/plugin_lib.cc', 1265 'glue/plugins/plugin_lib.cc',
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
1677 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png', 1679 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png',
1678 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png', 1680 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png',
1679 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png', 1681 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png',
1680 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png', 1682 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png',
1681 ], 1683 ],
1682 }, 1684 },
1683 ], 1685 ],
1684 }, 1686 },
1685 ], 1687 ],
1686 } 1688 }
OLDNEW
« webkit/glue/plugins/plugin_host.cc ('K') | « webkit/glue/plugins/plugin_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698