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

Side by Side Diff: content/content_common.gypi

Issue 2119973002: Port WebSockets to Mojo IPC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unused code 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', 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 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 'common/swapped_out_messages.h', 532 'common/swapped_out_messages.h',
533 'common/text_input_client_messages.h', 533 'common/text_input_client_messages.h',
534 'common/text_input_state.cc', 534 'common/text_input_state.cc',
535 'common/text_input_state.h', 535 'common/text_input_state.h',
536 'common/url_schemes.cc', 536 'common/url_schemes.cc',
537 'common/url_schemes.h', 537 'common/url_schemes.h',
538 'common/user_agent.cc', 538 'common/user_agent.cc',
539 'common/utility_messages.h', 539 'common/utility_messages.h',
540 'common/view_message_enums.h', 540 'common/view_message_enums.h',
541 'common/view_messages.h', 541 'common/view_messages.h',
542 'common/websocket.cc',
543 'common/websocket.h',
544 'common/websocket_messages.h',
545 'common/worker_messages.h', 542 'common/worker_messages.h',
546 'common/zygote_commands_linux.h', 543 'common/zygote_commands_linux.h',
547 ], 544 ],
548 }, 545 },
549 'sources': [ 546 'sources': [
550 '<@(public_common_sources)', 547 '<@(public_common_sources)',
551 '<@(private_common_sources)', 548 '<@(private_common_sources)',
552 ], 549 ],
553 'target_conditions': [ 550 'target_conditions': [
554 ['OS=="android" and <(use_seccomp_bpf)==1', { 551 ['OS=="android" and <(use_seccomp_bpf)==1', {
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 ], 657 ],
661 }], 658 }],
662 ['enable_ipc_fuzzer==1', { 659 ['enable_ipc_fuzzer==1', {
663 'sources': [ 660 'sources': [
664 'common/external_ipc_dumper.cc', 661 'common/external_ipc_dumper.cc',
665 'common/external_ipc_dumper.h', 662 'common/external_ipc_dumper.h',
666 ], 663 ],
667 }], 664 }],
668 ], 665 ],
669 } 666 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698