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

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: Remove semicolons from websocket_messages.h Created 7 years, 6 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
« no previous file with comments | « content/common/websocket_messages.h ('k') | ipc/ipc_message_start.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../media/media.gyp:media', 9 '../media/media.gyp:media',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 'common/ssl_status_serialization.cc', 319 'common/ssl_status_serialization.cc',
320 'common/ssl_status_serialization.h', 320 'common/ssl_status_serialization.h',
321 'common/swapped_out_messages.cc', 321 'common/swapped_out_messages.cc',
322 'common/swapped_out_messages.h', 322 'common/swapped_out_messages.h',
323 'common/text_input_client_messages.h', 323 'common/text_input_client_messages.h',
324 'common/url_schemes.cc', 324 'common/url_schemes.cc',
325 'common/url_schemes.h', 325 'common/url_schemes.h',
326 'common/utility_messages.h', 326 'common/utility_messages.h',
327 'common/view_messages.h', 327 'common/view_messages.h',
328 'common/view_message_enums.h', 328 'common/view_message_enums.h',
329 'common/websocket.h',
330 'common/websocket_messages.h',
329 'common/worker_messages.h', 331 'common/worker_messages.h',
330 'common/zygote_commands_linux.h', 332 'common/zygote_commands_linux.h',
331 'port/common/input_event_ack_state.h', 333 'port/common/input_event_ack_state.h',
332 'public/common/common_param_traits.cc', 334 'public/common/common_param_traits.cc',
333 'public/common/common_param_traits.h', 335 'public/common/common_param_traits.h',
334 'public/common/common_param_traits_macros.h', 336 'public/common/common_param_traits_macros.h',
335 'public/common/content_client.cc', 337 'public/common/content_client.cc',
336 'public/common/content_client.h', 338 'public/common/content_client.h',
337 'public/common/window_container_type.cc', 339 'public/common/window_container_type.cc',
338 'public/common/window_container_type.h', 340 'public/common/window_container_type.h',
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 541 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
540 '<(output)', 542 '<(output)',
541 '<(PRODUCT_DIR)', 543 '<(PRODUCT_DIR)',
542 ], 544 ],
543 'msvs_cygwin_shell': 1, 545 'msvs_cygwin_shell': 1,
544 }, 546 },
545 ] 547 ]
546 }], 548 }],
547 ], 549 ],
548 } 550 }
OLDNEW
« no previous file with comments | « content/common/websocket_messages.h ('k') | ipc/ipc_message_start.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698