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

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: 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 1371 matching lines...) Expand 10 before | Expand all | Expand 10 after
1382 'browser/renderer_host/text_input_client_message_filter.mm', 1382 'browser/renderer_host/text_input_client_message_filter.mm',
1383 'browser/renderer_host/text_input_manager.cc', 1383 'browser/renderer_host/text_input_manager.cc',
1384 'browser/renderer_host/text_input_manager.h', 1384 'browser/renderer_host/text_input_manager.h',
1385 'browser/renderer_host/ui_events_helper.cc', 1385 'browser/renderer_host/ui_events_helper.cc',
1386 'browser/renderer_host/ui_events_helper.h', 1386 'browser/renderer_host/ui_events_helper.h',
1387 'browser/renderer_host/web_input_event_aura.cc', 1387 'browser/renderer_host/web_input_event_aura.cc',
1388 'browser/renderer_host/web_input_event_aura.h', 1388 'browser/renderer_host/web_input_event_aura.h',
1389 'browser/renderer_host/web_input_event_aurawin.cc', 1389 'browser/renderer_host/web_input_event_aurawin.cc',
1390 'browser/renderer_host/webmenurunner_mac.h', 1390 'browser/renderer_host/webmenurunner_mac.h',
1391 'browser/renderer_host/webmenurunner_mac.mm', 1391 'browser/renderer_host/webmenurunner_mac.mm',
1392 'browser/renderer_host/websocket_blob_sender.cc',
1393 'browser/renderer_host/websocket_blob_sender.h',
1394 'browser/renderer_host/websocket_dispatcher_host.cc',
1395 'browser/renderer_host/websocket_dispatcher_host.h',
1396 'browser/renderer_host/websocket_host.cc',
1397 'browser/renderer_host/websocket_host.h',
1398 'browser/resolve_proxy_msg_helper.cc', 1392 'browser/resolve_proxy_msg_helper.cc',
1399 'browser/resolve_proxy_msg_helper.h', 1393 'browser/resolve_proxy_msg_helper.h',
1400 'browser/resource_context_impl.cc', 1394 'browser/resource_context_impl.cc',
1401 'browser/resource_context_impl.h', 1395 'browser/resource_context_impl.h',
1402 'browser/safe_util_win.cc', 1396 'browser/safe_util_win.cc',
1403 'browser/safe_util_win.h', 1397 'browser/safe_util_win.h',
1404 'browser/screen_orientation/screen_orientation_delegate_win.cc', 1398 'browser/screen_orientation/screen_orientation_delegate_win.cc',
1405 'browser/screen_orientation/screen_orientation_delegate_win.h', 1399 'browser/screen_orientation/screen_orientation_delegate_win.h',
1406 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.cc', 1400 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.cc',
1407 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.h', 1401 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.h',
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
1629 'browser/webui/url_data_manager_backend.h', 1623 'browser/webui/url_data_manager_backend.h',
1630 'browser/webui/url_data_source_impl.cc', 1624 'browser/webui/url_data_source_impl.cc',
1631 'browser/webui/url_data_source_impl.h', 1625 'browser/webui/url_data_source_impl.h',
1632 'browser/webui/web_ui_controller_factory_registry.cc', 1626 'browser/webui/web_ui_controller_factory_registry.cc',
1633 'browser/webui/web_ui_controller_factory_registry.h', 1627 'browser/webui/web_ui_controller_factory_registry.h',
1634 'browser/webui/web_ui_data_source_impl.cc', 1628 'browser/webui/web_ui_data_source_impl.cc',
1635 'browser/webui/web_ui_data_source_impl.h', 1629 'browser/webui/web_ui_data_source_impl.h',
1636 'browser/webui/web_ui_impl.cc', 1630 'browser/webui/web_ui_impl.cc',
1637 'browser/webui/web_ui_impl.h', 1631 'browser/webui/web_ui_impl.h',
1638 'browser/webui/web_ui_message_handler.cc', 1632 'browser/webui/web_ui_message_handler.cc',
1633 'browser/websocket/websocket_blob_sender.cc',
1634 'browser/websocket/websocket_blob_sender.h',
1635 'browser/websocket/websocket_impl.cc',
1636 'browser/websocket/websocket_impl.h',
1637 'browser/websocket/websocket_manager.cc',
1638 'browser/websocket/websocket_manager.h',
1639 'browser/zygote_host/zygote_communication_linux.cc', 1639 'browser/zygote_host/zygote_communication_linux.cc',
1640 'browser/zygote_host/zygote_communication_linux.h', 1640 'browser/zygote_host/zygote_communication_linux.h',
1641 'browser/zygote_host/zygote_handle_linux.cc', 1641 'browser/zygote_host/zygote_handle_linux.cc',
1642 'browser/zygote_host/zygote_host_impl_linux.cc', 1642 'browser/zygote_host/zygote_host_impl_linux.cc',
1643 'browser/zygote_host/zygote_host_impl_linux.h', 1643 'browser/zygote_host/zygote_host_impl_linux.h',
1644 'zygote/zygote_linux.cc', 1644 'zygote/zygote_linux.cc',
1645 'zygote/zygote_linux.h', 1645 'zygote/zygote_linux.h',
1646 'zygote/zygote_main_linux.cc', 1646 'zygote/zygote_main_linux.cc',
1647 ], 1647 ],
1648 'android_browser_sources': [ 1648 'android_browser_sources': [
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
2196 ], 2196 ],
2197 }], 2197 }],
2198 ['OS != "mac" and OS != "android"', { 2198 ['OS != "mac" and OS != "android"', {
2199 'sources!': [ 2199 'sources!': [
2200 'browser/gpu/gpu_surface_tracker.cc', 2200 'browser/gpu/gpu_surface_tracker.cc',
2201 'browser/gpu/gpu_surface_tracker.h', 2201 'browser/gpu/gpu_surface_tracker.h',
2202 ], 2202 ],
2203 }], 2203 }],
2204 ], 2204 ],
2205 } 2205 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698