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