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

Side by Side Diff: content/content_common.gypi

Issue 2225133002: Revert "Port WebSockets to Mojo IPC" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « content/content_child.gypi ('k') | content/content_common_mojo_bindings.gyp » ('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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/ipc/cc_ipc.gyp:cc_ipc', 9 '../cc/ipc/cc_ipc.gyp:cc_ipc',
10 '../components/tracing.gyp:tracing', 10 '../components/tracing.gyp:tracing',
(...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 'common/swapped_out_messages.h', 538 'common/swapped_out_messages.h',
539 'common/text_input_client_messages.h', 539 'common/text_input_client_messages.h',
540 'common/text_input_state.cc', 540 'common/text_input_state.cc',
541 'common/text_input_state.h', 541 'common/text_input_state.h',
542 'common/url_schemes.cc', 542 'common/url_schemes.cc',
543 'common/url_schemes.h', 543 'common/url_schemes.h',
544 'common/user_agent.cc', 544 'common/user_agent.cc',
545 'common/utility_messages.h', 545 'common/utility_messages.h',
546 'common/view_message_enums.h', 546 'common/view_message_enums.h',
547 'common/view_messages.h', 547 'common/view_messages.h',
548 'common/websocket.cc',
549 'common/websocket.h',
550 'common/websocket_messages.h',
548 'common/worker_messages.h', 551 'common/worker_messages.h',
549 'common/zygote_commands_linux.h', 552 'common/zygote_commands_linux.h',
550 ], 553 ],
551 }, 554 },
552 'sources': [ 555 'sources': [
553 '<@(public_common_sources)', 556 '<@(public_common_sources)',
554 '<@(private_common_sources)', 557 '<@(private_common_sources)',
555 ], 558 ],
556 'target_conditions': [ 559 'target_conditions': [
557 ['OS=="android" and <(use_seccomp_bpf)==1', { 560 ['OS=="android" and <(use_seccomp_bpf)==1', {
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 ], 666 ],
664 }], 667 }],
665 ['enable_ipc_fuzzer==1', { 668 ['enable_ipc_fuzzer==1', {
666 'sources': [ 669 'sources': [
667 'common/external_ipc_dumper.cc', 670 'common/external_ipc_dumper.cc',
668 'common/external_ipc_dumper.h', 671 'common/external_ipc_dumper.h',
669 ], 672 ],
670 }], 673 }],
671 ], 674 ],
672 } 675 }
OLDNEW
« no previous file with comments | « content/content_child.gypi ('k') | content/content_common_mojo_bindings.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698