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

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: Change copyright year on new files to 2013. 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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 'common/url_schemes.h', 359 'common/url_schemes.h',
360 'common/utility_messages.h', 360 'common/utility_messages.h',
361 'common/view_messages.h', 361 'common/view_messages.h',
362 'common/view_message_enums.h', 362 'common/view_message_enums.h',
363 'common/web_database_observer_impl.cc', 363 'common/web_database_observer_impl.cc',
364 'common/web_database_observer_impl.h', 364 'common/web_database_observer_impl.h',
365 'common/webkitplatformsupport_impl.cc', 365 'common/webkitplatformsupport_impl.cc',
366 'common/webkitplatformsupport_impl.h', 366 'common/webkitplatformsupport_impl.h',
367 'common/webmessageportchannel_impl.cc', 367 'common/webmessageportchannel_impl.cc',
368 'common/webmessageportchannel_impl.h', 368 'common/webmessageportchannel_impl.h',
369 'common/websocket.h',
370 'common/websocket_messages.h',
369 'common/worker_messages.h', 371 'common/worker_messages.h',
370 'common/zygote_commands_linux.h', 372 'common/zygote_commands_linux.h',
371 'port/common/input_event_ack_state.h', 373 'port/common/input_event_ack_state.h',
372 'public/common/common_param_traits.cc', 374 'public/common/common_param_traits.cc',
373 'public/common/common_param_traits.h', 375 'public/common/common_param_traits.h',
374 'public/common/common_param_traits_macros.h', 376 'public/common/common_param_traits_macros.h',
375 'public/common/content_client.cc', 377 'public/common/content_client.cc',
376 'public/common/content_client.h', 378 'public/common/content_client.h',
377 'public/common/window_container_type.cc', 379 'public/common/window_container_type.cc',
378 'public/common/window_container_type.h', 380 'public/common/window_container_type.h',
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 573 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
572 '<(output)', 574 '<(output)',
573 '<(PRODUCT_DIR)', 575 '<(PRODUCT_DIR)',
574 ], 576 ],
575 'msvs_cygwin_shell': 1, 577 'msvs_cygwin_shell': 1,
576 }, 578 },
577 ] 579 ]
578 }], 580 }],
579 ], 581 ],
580 } 582 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698