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

Issue 387020: Upstreaming WebKit.gyp (Closed)

Created:
11 years, 1 month ago by yaar
Modified:
9 years, 7 months ago
Reviewers:
dglazkov
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Upstreaming WebKit.gyp This mega patch contains a few simple but tightly dependent changes: 1. Deletion of webkit/api/WebKit.gyp. The file now lives in webkit.org. 2. Rename of webkit/webkit.gyp to webkit/webkit_glue.gyp. Having two webkit.gyp was a source of developer confusion. 3. Gyp dependencies are updated across chromium to point at the upstream WebKit.gyp and the renamed webkit_glue.gyp. 4. Some 200+ files include paths fixed to point to third_party/WebKit/WebKit/chromium instead of webkit/api. The later will be deleted in a subsequent patch. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=31749

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+651 lines, -1029 lines) Patch
M build/all.gyp View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/locales/locales.gyp View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/gtk/find_bar_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/gtk/tab_contents_drag_source.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/in_process_webkit/browser_webkitclient_impl.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/in_process_webkit/storage_area.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/in_process_webkit/storage_namespace.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/in_process_webkit/storage_namespace.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/in_process_webkit/webkit_thread.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/notifications/desktop_notification_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/notifications/notifications_prefs_cache.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/browser_render_process_host.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/render_sandbox_host_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/render_view_host.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/render_view_host_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/render_widget_host.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/render_widget_host.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/render_widget_host_view_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/render_widget_host_view_mac.mm View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/render_widget_host_view_win.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/resource_message_filter.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/resource_message_filter_gtk.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/resource_message_filter_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/web_cache_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ssl/ssl_policy_backend.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/tab_contents/render_view_context_menu.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/tab_contents/web_drag_dest_gtk.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/task_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/task_manager_resource_providers.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome.gyp View 13 chunks +18 lines, -16 lines 0 comments Download
M chrome/common/css_colors.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/db_message_filter.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/desktop_notifications/active_notification_tracker.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/desktop_notifications/active_notification_tracker.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/native_web_keyboard_event.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/native_web_keyboard_event_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/native_web_keyboard_event_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/native_web_keyboard_event_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/plugin_messages.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/webkit_param_traits.h View 1 chunk +10 lines, -10 lines 0 comments Download
M chrome/common/webmessageportchannel_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/webmessageportchannel_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/plugin/npobject_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/plugin/npobject_stub.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/plugin/npobject_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/plugin/webplugin_delegate_stub.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/plugin/webplugin_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/devtools_agent.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/devtools_agent.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/renderer/devtools_agent_filter.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/devtools_client.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/devtools_client.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/extensions/bindings_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/extensions/event_bindings.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/renderer/extensions/extension_process_bindings.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/renderer/external_extension.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/external_host_bindings.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/loadtimes_extension_bindings.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/localized_error.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/navigation_state.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/notification_provider.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/notification_provider.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/print_web_view_helper.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/print_web_view_helper.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/renderer/print_web_view_helper_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/print_web_view_helper_mac.mm View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/renderer/print_web_view_helper_win.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/render_thread.cc View 1 chunk +11 lines, -11 lines 0 comments Download
M chrome/renderer/render_view.h View 1 chunk +8 lines, -8 lines 0 comments Download
M chrome/renderer/render_view.cc View 1 chunk +22 lines, -22 lines 0 comments Download
M chrome/renderer/render_view_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/render_view_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/render_view_unittest_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/render_widget.h View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/renderer/render_widget.cc View 2 chunks +7 lines, -7 lines 0 comments Download
M chrome/renderer/renderer_glue.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/renderer/renderer_web_database_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/renderer_web_database_observer.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/renderer_webkitclient_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/renderer_webkitclient_impl.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/renderer/renderer_webstoragearea_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/renderer_webstoragearea_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/renderer_webstoragenamespace_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/user_script_slave.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/user_script_slave.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/webmediaplayer_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/webplugin_delegate_pepper.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/webplugin_delegate_proxy.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M chrome/renderer/websharedworker_proxy.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/websharedworker_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/websharedworkerrepository_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/webworker_base.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/webworker_proxy.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/webworker_proxy.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/test/interactive_ui/interactive_ui_tests.gypi View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/render_view_test.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/render_view_test.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M chrome/worker/nativewebworker_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/worker/nativewebworker_impl.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/worker/websharedworker_stub.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/worker/webworker_stub.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/worker/webworkerclient_proxy.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/worker/webworkerclient_proxy.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/worker/worker_thread.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/worker/worker_webkitclient_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/worker/worker_webkitclient_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
D webkit/api/WebKit.gyp View 1 chunk +0 lines, -381 lines 0 comments Download
M webkit/appcache/appcache_interfaces.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/appcache/web_application_cache_host_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/appcache/web_application_cache_host_impl.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/data/purify/test_shell_tests.exe_UMR.txt View 1 chunk +1 line, -1 line 0 comments Download
M webkit/default_plugin/default_plugin.gyp View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/glue/alt_error_page_resource_fetcher.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/context_menu.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/context_menu_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/cpp_bound_class.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/glue/cpp_bound_class_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webkit/glue/cpp_variant.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/cpp_variant_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/devtools/debugger_agent_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/devtools/debugger_agent_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/devtools/debugger_agent_manager.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/glue/devtools/devtools_rpc_js.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/dom_operations.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webkit/glue/dom_operations_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/dom_serializer.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/dom_serializer_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webkit/glue/form_field_values.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/glue/ftp_directory_listing_response_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/ftp_directory_listing_response_delegate.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/glue/glue_serialize.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/glue_serialize.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M webkit/glue/glue_serialize_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/glue/glue_util.cc View 2 chunks +18 lines, -18 lines 0 comments Download
M webkit/glue/iframe_redirect_unittest.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M webkit/glue/image_decoder.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/glue/image_resource_fetcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/media/video_renderer_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/mimetype_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/glue/multipart_response_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/multipart_response_delegate.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webkit/glue/multipart_response_delegate_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webkit/glue/npruntime_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/password_form.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/password_form_dom_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/plugins/plugin_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/plugins/webplugin_delegate_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/plugins/webplugin_delegate_impl_gtk.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/glue/plugins/webplugin_delegate_impl_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/plugins/webplugin_delegate_impl_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/resource_fetcher.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/glue/resource_fetcher.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M webkit/glue/resource_fetcher_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/glue/simple_webmimeregistry_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/simple_webmimeregistry_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/webaccessibility.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M webkit/glue/webclipboard_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/webclipboard_impl.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webkit/glue/webcursor.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/webcursor.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/glue/webcursor_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/webcursor_mac.mm View 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/glue/webcursor_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/webdevtoolsagent_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/webdevtoolsagent_impl.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M webkit/glue/webdevtoolsfrontend_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/webdevtoolsfrontend_impl.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M webkit/glue/webdropdata.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M webkit/glue/webframe_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M webkit/glue/webkit_glue.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/webkit_glue.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M webkit/glue/webkitclient_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/webkitclient_impl.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M webkit/glue/webmediaplayer_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/glue/webmediaplayer_impl.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/glue/webmenuitem.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/webpasswordautocompletelistener_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/glue/webpasswordautocompletelistener_impl.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webkit/glue/webplugin_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/webplugin_impl.h View 1 chunk +5 lines, -5 lines 0 comments Download
M webkit/glue/webplugin_impl.cc View 1 chunk +19 lines, -19 lines 0 comments Download
M webkit/glue/webplugin_impl_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/glue/webpreferences.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M webkit/glue/websocketstreamhandle_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/websocketstreamhandle_impl.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/glue/webthemeengine_impl_win.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/webthemeengine_impl_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/weburlloader_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/weburlloader_impl.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M webkit/glue/webview_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/window_open_disposition.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/layout_tests/layout_package/platform_utils_win.py View 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/accessibility_controller.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webkit/tools/test_shell/accessibility_ui_element.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/accessibility_ui_element.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/tools/test_shell/drag_delegate.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/drop_delegate.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/tools/test_shell/event_sending_controller.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/event_sending_controller.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M webkit/tools/test_shell/keyboard_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/tools/test_shell/layout_test_controller.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M webkit/tools/test_shell/mac/test_shell_webview.mm View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/mac/test_webview_delegate.mm View 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/tools/test_shell/mac/webview_host.mm View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/mac/webwidget_host.mm View 1 chunk +6 lines, -6 lines 0 comments Download
M webkit/tools/test_shell/mock_webclipboard_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/mock_webclipboard_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/plain_text_controller.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/tools/test_shell/plugin_tests.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M webkit/tools/test_shell/simple_socket_stream_bridge.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/test_navigation_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/test_shell.cc View 1 chunk +11 lines, -11 lines 0 comments Download
M webkit/tools/test_shell/test_shell.gyp View 3 chunks +9 lines, -9 lines 0 comments Download
M webkit/tools/test_shell/test_shell_gtk.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/tools/test_shell/test_shell_mac.mm View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/test_shell_main.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/test_shell_webkit_init.h View 2 chunks +11 lines, -11 lines 0 comments Download
M webkit/tools/test_shell/test_shell_webthemeengine.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/test_shell_webthemeengine.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/test_shell_win.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/test_web_worker.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/tools/test_shell/test_webview_delegate.h View 1 chunk +5 lines, -5 lines 0 comments Download
M webkit/tools/test_shell/test_webview_delegate.cc View 1 chunk +21 lines, -21 lines 0 comments Download
M webkit/tools/test_shell/test_webview_delegate_gtk.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M webkit/tools/test_shell/test_webview_delegate_win.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webkit/tools/test_shell/text_input_controller.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webkit/tools/test_shell/webview_host_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/webview_host_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/webwidget_host_gtk.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M webkit/tools/test_shell/webwidget_host_win.cc View 1 chunk +6 lines, -6 lines 0 comments Download
A + webkit/webkit_glue.gyp View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
yaar
I wish this was a smaller review :p
11 years, 1 month ago (2009-11-11 00:40:24 UTC) #1
yaar
Reviewers: Dimitri Glazkov, Message: I wish this was a smaller review :p Description: Upstreaming WebKit.gyp ...
11 years, 1 month ago (2009-11-11 00:40:42 UTC) #2
dglazkov
LGTM.
11 years, 1 month ago (2009-11-11 00:43:07 UTC) #3
dglazkov
11 years, 1 month ago (2009-11-11 00:43:24 UTC) #4

Powered by Google App Engine
This is Rietveld 408576698