OLD | NEW |
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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
535 'common/swapped_out_messages.h', | 535 'common/swapped_out_messages.h', |
536 'common/text_input_client_messages.h', | 536 'common/text_input_client_messages.h', |
537 'common/text_input_state.cc', | 537 'common/text_input_state.cc', |
538 'common/text_input_state.h', | 538 'common/text_input_state.h', |
539 'common/url_schemes.cc', | 539 'common/url_schemes.cc', |
540 'common/url_schemes.h', | 540 'common/url_schemes.h', |
541 'common/user_agent.cc', | 541 'common/user_agent.cc', |
542 'common/utility_messages.h', | 542 'common/utility_messages.h', |
543 'common/view_message_enums.h', | 543 'common/view_message_enums.h', |
544 'common/view_messages.h', | 544 'common/view_messages.h', |
545 'common/websocket.cc', | |
546 'common/websocket.h', | |
547 'common/websocket_messages.h', | |
548 'common/worker_messages.h', | 545 'common/worker_messages.h', |
549 'common/zygote_commands_linux.h', | 546 'common/zygote_commands_linux.h', |
550 ], | 547 ], |
551 }, | 548 }, |
552 'sources': [ | 549 'sources': [ |
553 '<@(public_common_sources)', | 550 '<@(public_common_sources)', |
554 '<@(private_common_sources)', | 551 '<@(private_common_sources)', |
555 ], | 552 ], |
556 'target_conditions': [ | 553 'target_conditions': [ |
557 ['OS=="android" and <(use_seccomp_bpf)==1', { | 554 ['OS=="android" and <(use_seccomp_bpf)==1', { |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
663 ], | 660 ], |
664 }], | 661 }], |
665 ['enable_ipc_fuzzer==1', { | 662 ['enable_ipc_fuzzer==1', { |
666 'sources': [ | 663 'sources': [ |
667 'common/external_ipc_dumper.cc', | 664 'common/external_ipc_dumper.cc', |
668 'common/external_ipc_dumper.h', | 665 'common/external_ipc_dumper.h', |
669 ], | 666 ], |
670 }], | 667 }], |
671 ], | 668 ], |
672 } | 669 } |
OLD | NEW |