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

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: Cleanup 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 1352 matching lines...) Expand 10 before | Expand all | Expand 10 after
1363 'browser/renderer_host/text_input_client_message_filter.mm', 1363 'browser/renderer_host/text_input_client_message_filter.mm',
1364 'browser/renderer_host/text_input_manager.cc', 1364 'browser/renderer_host/text_input_manager.cc',
1365 'browser/renderer_host/text_input_manager.h', 1365 'browser/renderer_host/text_input_manager.h',
1366 'browser/renderer_host/ui_events_helper.cc', 1366 'browser/renderer_host/ui_events_helper.cc',
1367 'browser/renderer_host/ui_events_helper.h', 1367 'browser/renderer_host/ui_events_helper.h',
1368 'browser/renderer_host/web_input_event_aura.cc', 1368 'browser/renderer_host/web_input_event_aura.cc',
1369 'browser/renderer_host/web_input_event_aura.h', 1369 'browser/renderer_host/web_input_event_aura.h',
1370 'browser/renderer_host/web_input_event_aurawin.cc', 1370 'browser/renderer_host/web_input_event_aurawin.cc',
1371 'browser/renderer_host/webmenurunner_mac.h', 1371 'browser/renderer_host/webmenurunner_mac.h',
1372 'browser/renderer_host/webmenurunner_mac.mm', 1372 'browser/renderer_host/webmenurunner_mac.mm',
1373 'browser/renderer_host/websocket_blob_sender.cc',
1374 'browser/renderer_host/websocket_blob_sender.h',
1375 'browser/renderer_host/websocket_dispatcher_host.cc',
1376 'browser/renderer_host/websocket_dispatcher_host.h',
1377 'browser/renderer_host/websocket_host.cc',
1378 'browser/renderer_host/websocket_host.h',
1379 'browser/resolve_proxy_msg_helper.cc', 1373 'browser/resolve_proxy_msg_helper.cc',
1380 'browser/resolve_proxy_msg_helper.h', 1374 'browser/resolve_proxy_msg_helper.h',
1381 'browser/resource_context_impl.cc', 1375 'browser/resource_context_impl.cc',
1382 'browser/resource_context_impl.h', 1376 'browser/resource_context_impl.h',
1383 'browser/safe_util_win.cc', 1377 'browser/safe_util_win.cc',
1384 'browser/safe_util_win.h', 1378 'browser/safe_util_win.h',
1385 'browser/screen_orientation/screen_orientation_delegate_win.cc', 1379 'browser/screen_orientation/screen_orientation_delegate_win.cc',
1386 'browser/screen_orientation/screen_orientation_delegate_win.h', 1380 'browser/screen_orientation/screen_orientation_delegate_win.h',
1387 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.cc', 1381 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.cc',
1388 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.h', 1382 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.h',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
1606 'browser/webui/url_data_manager_backend.h', 1600 'browser/webui/url_data_manager_backend.h',
1607 'browser/webui/url_data_source_impl.cc', 1601 'browser/webui/url_data_source_impl.cc',
1608 'browser/webui/url_data_source_impl.h', 1602 'browser/webui/url_data_source_impl.h',
1609 'browser/webui/web_ui_controller_factory_registry.cc', 1603 'browser/webui/web_ui_controller_factory_registry.cc',
1610 'browser/webui/web_ui_controller_factory_registry.h', 1604 'browser/webui/web_ui_controller_factory_registry.h',
1611 'browser/webui/web_ui_data_source_impl.cc', 1605 'browser/webui/web_ui_data_source_impl.cc',
1612 'browser/webui/web_ui_data_source_impl.h', 1606 'browser/webui/web_ui_data_source_impl.h',
1613 'browser/webui/web_ui_impl.cc', 1607 'browser/webui/web_ui_impl.cc',
1614 'browser/webui/web_ui_impl.h', 1608 'browser/webui/web_ui_impl.h',
1615 'browser/webui/web_ui_message_handler.cc', 1609 'browser/webui/web_ui_message_handler.cc',
1610 'browser/websockets/websocket_impl.cc',
1611 'browser/websockets/websocket_impl.h',
1612 'browser/websockets/websocket_manager.cc',
1613 'browser/websockets/websocket_manager.h',
1616 'browser/zygote_host/zygote_communication_linux.cc', 1614 'browser/zygote_host/zygote_communication_linux.cc',
1617 'browser/zygote_host/zygote_communication_linux.h', 1615 'browser/zygote_host/zygote_communication_linux.h',
1618 'browser/zygote_host/zygote_handle_linux.cc', 1616 'browser/zygote_host/zygote_handle_linux.cc',
1619 'browser/zygote_host/zygote_host_impl_linux.cc', 1617 'browser/zygote_host/zygote_host_impl_linux.cc',
1620 'browser/zygote_host/zygote_host_impl_linux.h', 1618 'browser/zygote_host/zygote_host_impl_linux.h',
1621 'zygote/zygote_linux.cc', 1619 'zygote/zygote_linux.cc',
1622 'zygote/zygote_linux.h', 1620 'zygote/zygote_linux.h',
1623 'zygote/zygote_main_linux.cc', 1621 'zygote/zygote_main_linux.cc',
1624 ], 1622 ],
1625 'android_browser_sources': [ 1623 'android_browser_sources': [
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
2169 ], 2167 ],
2170 }], 2168 }],
2171 ['OS != "mac" and OS != "android"', { 2169 ['OS != "mac" and OS != "android"', {
2172 'sources!': [ 2170 'sources!': [
2173 'browser/gpu/gpu_surface_tracker.cc', 2171 'browser/gpu/gpu_surface_tracker.cc',
2174 'browser/gpu/gpu_surface_tracker.h', 2172 'browser/gpu/gpu_surface_tracker.h',
2175 ], 2173 ],
2176 }], 2174 }],
2177 ], 2175 ],
2178 } 2176 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698