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

Side by Side Diff: webkit/webkit.gyp

Issue 164100: Set up a interposing library for Carbon calls made by plugins. (Closed)
Patch Set: Review comments and files that were lost in the move Created 11 years, 4 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/webplugin_delegate_impl_mac.mm ('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=0', 10 'ENABLE_DATAGRID=0',
(...skipping 1258 matching lines...) Expand 10 before | Expand all | Expand 10 after
1269 'glue/media/buffered_data_source.h', 1269 'glue/media/buffered_data_source.h',
1270 'glue/media/media_resource_loader_bridge_factory.cc', 1270 'glue/media/media_resource_loader_bridge_factory.cc',
1271 'glue/media/media_resource_loader_bridge_factory.h', 1271 'glue/media/media_resource_loader_bridge_factory.h',
1272 'glue/media/simple_data_source.cc', 1272 'glue/media/simple_data_source.cc',
1273 'glue/media/simple_data_source.h', 1273 'glue/media/simple_data_source.h',
1274 'glue/media/video_renderer_impl.cc', 1274 'glue/media/video_renderer_impl.cc',
1275 'glue/media/video_renderer_impl.h', 1275 'glue/media/video_renderer_impl.h',
1276 'glue/plugins/mozilla_extensions.cc', 1276 'glue/plugins/mozilla_extensions.cc',
1277 'glue/plugins/mozilla_extensions.h', 1277 'glue/plugins/mozilla_extensions.h',
1278 'glue/plugins/nphostapi.h', 1278 'glue/plugins/nphostapi.h',
1279 'glue/plugins/fake_plugin_window_tracker_mac.h',
1280 'glue/plugins/fake_plugin_window_tracker_mac.cc',
1279 'glue/plugins/gtk_plugin_container.h', 1281 'glue/plugins/gtk_plugin_container.h',
1280 'glue/plugins/gtk_plugin_container.cc', 1282 'glue/plugins/gtk_plugin_container.cc',
1281 'glue/plugins/gtk_plugin_container_manager.h', 1283 'glue/plugins/gtk_plugin_container_manager.h',
1282 'glue/plugins/gtk_plugin_container_manager.cc', 1284 'glue/plugins/gtk_plugin_container_manager.cc',
1283 'glue/plugins/plugin_constants_win.h', 1285 'glue/plugins/plugin_constants_win.h',
1284 'glue/plugins/plugin_host.cc', 1286 'glue/plugins/plugin_host.cc',
1285 'glue/plugins/plugin_host.h', 1287 'glue/plugins/plugin_host.h',
1286 'glue/plugins/plugin_instance.cc', 1288 'glue/plugins/plugin_instance.cc',
1287 'glue/plugins/plugin_instance.h', 1289 'glue/plugins/plugin_instance.h',
1288 'glue/plugins/plugin_lib.cc', 1290 'glue/plugins/plugin_lib.cc',
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
1703 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png', 1705 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png',
1704 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png', 1706 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png',
1705 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png', 1707 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png',
1706 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png', 1708 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png',
1707 ], 1709 ],
1708 }, 1710 },
1709 ], 1711 ],
1710 }, 1712 },
1711 ], 1713 ],
1712 } 1714 }
OLDNEW
« no previous file with comments | « webkit/glue/plugins/webplugin_delegate_impl_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698