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

Side by Side Diff: content/content_browser.gypi

Issue 2119973002: Port WebSockets to Mojo IPC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unused code Created 4 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/components.gyp:display_compositor', 10 '../components/components.gyp:display_compositor',
(...skipping 1363 matching lines...) Expand 10 before | Expand all | Expand 10 after
1374 'browser/renderer_host/text_input_client_message_filter.mm', 1374 'browser/renderer_host/text_input_client_message_filter.mm',
1375 'browser/renderer_host/text_input_manager.cc', 1375 'browser/renderer_host/text_input_manager.cc',
1376 'browser/renderer_host/text_input_manager.h', 1376 'browser/renderer_host/text_input_manager.h',
1377 'browser/renderer_host/ui_events_helper.cc', 1377 'browser/renderer_host/ui_events_helper.cc',
1378 'browser/renderer_host/ui_events_helper.h', 1378 'browser/renderer_host/ui_events_helper.h',
1379 'browser/renderer_host/web_input_event_aura.cc', 1379 'browser/renderer_host/web_input_event_aura.cc',
1380 'browser/renderer_host/web_input_event_aura.h', 1380 'browser/renderer_host/web_input_event_aura.h',
1381 'browser/renderer_host/web_input_event_aurawin.cc', 1381 'browser/renderer_host/web_input_event_aurawin.cc',
1382 'browser/renderer_host/webmenurunner_mac.h', 1382 'browser/renderer_host/webmenurunner_mac.h',
1383 'browser/renderer_host/webmenurunner_mac.mm', 1383 'browser/renderer_host/webmenurunner_mac.mm',
1384 'browser/renderer_host/websocket_blob_sender.cc',
1385 'browser/renderer_host/websocket_blob_sender.h',
1386 'browser/renderer_host/websocket_dispatcher_host.cc',
1387 'browser/renderer_host/websocket_dispatcher_host.h',
1388 'browser/renderer_host/websocket_host.cc',
1389 'browser/renderer_host/websocket_host.h',
1390 'browser/resolve_proxy_msg_helper.cc', 1384 'browser/resolve_proxy_msg_helper.cc',
1391 'browser/resolve_proxy_msg_helper.h', 1385 'browser/resolve_proxy_msg_helper.h',
1392 'browser/resource_context_impl.cc', 1386 'browser/resource_context_impl.cc',
1393 'browser/resource_context_impl.h', 1387 'browser/resource_context_impl.h',
1394 'browser/safe_util_win.cc', 1388 'browser/safe_util_win.cc',
1395 'browser/safe_util_win.h', 1389 'browser/safe_util_win.h',
1396 'browser/screen_orientation/screen_orientation_delegate_win.cc', 1390 'browser/screen_orientation/screen_orientation_delegate_win.cc',
1397 'browser/screen_orientation/screen_orientation_delegate_win.h', 1391 'browser/screen_orientation/screen_orientation_delegate_win.h',
1398 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.cc', 1392 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.cc',
1399 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.h', 1393 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.h',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
1617 'browser/webui/url_data_manager_backend.h', 1611 'browser/webui/url_data_manager_backend.h',
1618 'browser/webui/url_data_source_impl.cc', 1612 'browser/webui/url_data_source_impl.cc',
1619 'browser/webui/url_data_source_impl.h', 1613 'browser/webui/url_data_source_impl.h',
1620 'browser/webui/web_ui_controller_factory_registry.cc', 1614 'browser/webui/web_ui_controller_factory_registry.cc',
1621 'browser/webui/web_ui_controller_factory_registry.h', 1615 'browser/webui/web_ui_controller_factory_registry.h',
1622 'browser/webui/web_ui_data_source_impl.cc', 1616 'browser/webui/web_ui_data_source_impl.cc',
1623 'browser/webui/web_ui_data_source_impl.h', 1617 'browser/webui/web_ui_data_source_impl.h',
1624 'browser/webui/web_ui_impl.cc', 1618 'browser/webui/web_ui_impl.cc',
1625 'browser/webui/web_ui_impl.h', 1619 'browser/webui/web_ui_impl.h',
1626 'browser/webui/web_ui_message_handler.cc', 1620 'browser/webui/web_ui_message_handler.cc',
1621 'browser/websockets/websocket_impl.cc',
1622 'browser/websockets/websocket_impl.h',
1623 'browser/websockets/websocket_manager.cc',
1624 'browser/websockets/websocket_manager.h',
1627 'browser/zygote_host/zygote_communication_linux.cc', 1625 'browser/zygote_host/zygote_communication_linux.cc',
1628 'browser/zygote_host/zygote_communication_linux.h', 1626 'browser/zygote_host/zygote_communication_linux.h',
1629 'browser/zygote_host/zygote_handle_linux.cc', 1627 'browser/zygote_host/zygote_handle_linux.cc',
1630 'browser/zygote_host/zygote_host_impl_linux.cc', 1628 'browser/zygote_host/zygote_host_impl_linux.cc',
1631 'browser/zygote_host/zygote_host_impl_linux.h', 1629 'browser/zygote_host/zygote_host_impl_linux.h',
1632 'zygote/zygote_linux.cc', 1630 'zygote/zygote_linux.cc',
1633 'zygote/zygote_linux.h', 1631 'zygote/zygote_linux.h',
1634 'zygote/zygote_main_linux.cc', 1632 'zygote/zygote_main_linux.cc',
1635 ], 1633 ],
1636 'android_browser_sources': [ 1634 'android_browser_sources': [
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
2184 ], 2182 ],
2185 }], 2183 }],
2186 ['OS != "mac" and OS != "android"', { 2184 ['OS != "mac" and OS != "android"', {
2187 'sources!': [ 2185 'sources!': [
2188 'browser/gpu/gpu_surface_tracker.cc', 2186 'browser/gpu/gpu_surface_tracker.cc',
2189 'browser/gpu/gpu_surface_tracker.h', 2187 'browser/gpu/gpu_surface_tracker.h',
2190 ], 2188 ],
2191 }], 2189 }],
2192 ], 2190 ],
2193 } 2191 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698