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

Side by Side Diff: content/content_common.gypi

Issue 12730003: Add IPC for new WebSocket impl. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Clarify the comments on the FlowControl IPC Created 7 years, 7 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', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../media/media.gyp:media', 10 '../media/media.gyp:media',
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 'common/url_schemes.h', 361 'common/url_schemes.h',
362 'common/utility_messages.h', 362 'common/utility_messages.h',
363 'common/view_messages.h', 363 'common/view_messages.h',
364 'common/view_message_enums.h', 364 'common/view_message_enums.h',
365 'common/web_database_observer_impl.cc', 365 'common/web_database_observer_impl.cc',
366 'common/web_database_observer_impl.h', 366 'common/web_database_observer_impl.h',
367 'common/webkitplatformsupport_impl.cc', 367 'common/webkitplatformsupport_impl.cc',
368 'common/webkitplatformsupport_impl.h', 368 'common/webkitplatformsupport_impl.h',
369 'common/webmessageportchannel_impl.cc', 369 'common/webmessageportchannel_impl.cc',
370 'common/webmessageportchannel_impl.h', 370 'common/webmessageportchannel_impl.h',
371 'common/websocket.h',
372 'common/websocket_messages.h',
371 'common/worker_messages.h', 373 'common/worker_messages.h',
372 'common/zygote_commands_linux.h', 374 'common/zygote_commands_linux.h',
373 'port/common/input_event_ack_state.h', 375 'port/common/input_event_ack_state.h',
374 'public/common/common_param_traits.cc', 376 'public/common/common_param_traits.cc',
375 'public/common/common_param_traits.h', 377 'public/common/common_param_traits.h',
376 'public/common/common_param_traits_macros.h', 378 'public/common/common_param_traits_macros.h',
377 'public/common/content_client.cc', 379 'public/common/content_client.cc',
378 'public/common/content_client.h', 380 'public/common/content_client.h',
379 'public/common/window_container_type.cc', 381 'public/common/window_container_type.cc',
380 'public/common/window_container_type.h', 382 'public/common/window_container_type.h',
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 575 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
574 '<(output)', 576 '<(output)',
575 '<(PRODUCT_DIR)', 577 '<(PRODUCT_DIR)',
576 ], 578 ],
577 'msvs_cygwin_shell': 1, 579 'msvs_cygwin_shell': 1,
578 }, 580 },
579 ] 581 ]
580 }], 582 }],
581 ], 583 ],
582 } 584 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698