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

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: Fix compile error Created 4 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
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 1315 matching lines...) Expand 10 before | Expand all | Expand 10 after
1326 'browser/renderer_host/text_input_client_message_filter.mm', 1326 'browser/renderer_host/text_input_client_message_filter.mm',
1327 'browser/renderer_host/text_input_manager.cc', 1327 'browser/renderer_host/text_input_manager.cc',
1328 'browser/renderer_host/text_input_manager.h', 1328 'browser/renderer_host/text_input_manager.h',
1329 'browser/renderer_host/ui_events_helper.cc', 1329 'browser/renderer_host/ui_events_helper.cc',
1330 'browser/renderer_host/ui_events_helper.h', 1330 'browser/renderer_host/ui_events_helper.h',
1331 'browser/renderer_host/web_input_event_aura.cc', 1331 'browser/renderer_host/web_input_event_aura.cc',
1332 'browser/renderer_host/web_input_event_aura.h', 1332 'browser/renderer_host/web_input_event_aura.h',
1333 'browser/renderer_host/web_input_event_aurawin.cc', 1333 'browser/renderer_host/web_input_event_aurawin.cc',
1334 'browser/renderer_host/webmenurunner_mac.h', 1334 'browser/renderer_host/webmenurunner_mac.h',
1335 'browser/renderer_host/webmenurunner_mac.mm', 1335 'browser/renderer_host/webmenurunner_mac.mm',
1336 'browser/renderer_host/websocket_blob_sender.cc',
1337 'browser/renderer_host/websocket_blob_sender.h',
1338 'browser/renderer_host/websocket_dispatcher_host.cc',
1339 'browser/renderer_host/websocket_dispatcher_host.h',
1340 'browser/renderer_host/websocket_host.cc',
1341 'browser/renderer_host/websocket_host.h',
1342 'browser/resolve_proxy_msg_helper.cc', 1336 'browser/resolve_proxy_msg_helper.cc',
1343 'browser/resolve_proxy_msg_helper.h', 1337 'browser/resolve_proxy_msg_helper.h',
1344 'browser/resource_context_impl.cc', 1338 'browser/resource_context_impl.cc',
1345 'browser/resource_context_impl.h', 1339 'browser/resource_context_impl.h',
1346 'browser/safe_util_win.cc', 1340 'browser/safe_util_win.cc',
1347 'browser/safe_util_win.h', 1341 'browser/safe_util_win.h',
1348 'browser/screen_orientation/screen_orientation_delegate_win.cc', 1342 'browser/screen_orientation/screen_orientation_delegate_win.cc',
1349 'browser/screen_orientation/screen_orientation_delegate_win.h', 1343 'browser/screen_orientation/screen_orientation_delegate_win.h',
1350 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.cc', 1344 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.cc',
1351 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.h', 1345 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.h',
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
1567 'browser/webui/url_data_manager_backend.h', 1561 'browser/webui/url_data_manager_backend.h',
1568 'browser/webui/url_data_source_impl.cc', 1562 'browser/webui/url_data_source_impl.cc',
1569 'browser/webui/url_data_source_impl.h', 1563 'browser/webui/url_data_source_impl.h',
1570 'browser/webui/web_ui_controller_factory_registry.cc', 1564 'browser/webui/web_ui_controller_factory_registry.cc',
1571 'browser/webui/web_ui_controller_factory_registry.h', 1565 'browser/webui/web_ui_controller_factory_registry.h',
1572 'browser/webui/web_ui_data_source_impl.cc', 1566 'browser/webui/web_ui_data_source_impl.cc',
1573 'browser/webui/web_ui_data_source_impl.h', 1567 'browser/webui/web_ui_data_source_impl.h',
1574 'browser/webui/web_ui_impl.cc', 1568 'browser/webui/web_ui_impl.cc',
1575 'browser/webui/web_ui_impl.h', 1569 'browser/webui/web_ui_impl.h',
1576 'browser/webui/web_ui_message_handler.cc', 1570 'browser/webui/web_ui_message_handler.cc',
1571 'browser/websockets/websocket_impl.cc',
1572 'browser/websockets/websocket_impl.h',
1573 'browser/websockets/websocket_manager.cc',
1574 'browser/websockets/websocket_manager.h',
1577 'browser/zygote_host/zygote_communication_linux.cc', 1575 'browser/zygote_host/zygote_communication_linux.cc',
1578 'browser/zygote_host/zygote_communication_linux.h', 1576 'browser/zygote_host/zygote_communication_linux.h',
1579 'browser/zygote_host/zygote_handle_linux.cc', 1577 'browser/zygote_host/zygote_handle_linux.cc',
1580 'browser/zygote_host/zygote_host_impl_linux.cc', 1578 'browser/zygote_host/zygote_host_impl_linux.cc',
1581 'browser/zygote_host/zygote_host_impl_linux.h', 1579 'browser/zygote_host/zygote_host_impl_linux.h',
1582 'zygote/zygote_linux.cc', 1580 'zygote/zygote_linux.cc',
1583 'zygote/zygote_linux.h', 1581 'zygote/zygote_linux.h',
1584 'zygote/zygote_main_linux.cc', 1582 'zygote/zygote_main_linux.cc',
1585 ], 1583 ],
1586 'android_browser_sources': [ 1584 'android_browser_sources': [
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
2111 ], 2109 ],
2112 }], 2110 }],
2113 ['OS != "mac" and OS != "android"', { 2111 ['OS != "mac" and OS != "android"', {
2114 'sources!': [ 2112 'sources!': [
2115 'browser/gpu/gpu_surface_tracker.cc', 2113 'browser/gpu/gpu_surface_tracker.cc',
2116 'browser/gpu/gpu_surface_tracker.h', 2114 'browser/gpu/gpu_surface_tracker.h',
2117 ], 2115 ],
2118 }], 2116 }],
2119 ], 2117 ],
2120 } 2118 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698