| 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 '../components/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
| 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 437 'common/set_process_title_linux.h', | 437 'common/set_process_title_linux.h', |
| 438 'common/socket_stream.h', | 438 'common/socket_stream.h', |
| 439 'common/socket_stream_handle_data.h', | 439 'common/socket_stream_handle_data.h', |
| 440 'common/socket_stream_messages.h', | 440 'common/socket_stream_messages.h', |
| 441 'common/speech_recognition_messages.h', | 441 'common/speech_recognition_messages.h', |
| 442 'common/ssl_status_serialization.cc', | 442 'common/ssl_status_serialization.cc', |
| 443 'common/ssl_status_serialization.h', | 443 'common/ssl_status_serialization.h', |
| 444 'common/swapped_out_messages.cc', | 444 'common/swapped_out_messages.cc', |
| 445 'common/swapped_out_messages.h', | 445 'common/swapped_out_messages.h', |
| 446 'common/text_input_client_messages.h', | 446 'common/text_input_client_messages.h', |
| 447 'common/transition_request_messages.h', |
| 447 'common/url_schemes.cc', | 448 'common/url_schemes.cc', |
| 448 'common/url_schemes.h', | 449 'common/url_schemes.h', |
| 449 'common/user_agent.cc', | 450 'common/user_agent.cc', |
| 450 'common/user_agent_ios.mm', | 451 'common/user_agent_ios.mm', |
| 451 'common/utility_messages.h', | 452 'common/utility_messages.h', |
| 452 'common/view_message_enums.h', | 453 'common/view_message_enums.h', |
| 453 'common/view_messages.h', | 454 'common/view_messages.h', |
| 454 'common/webplugin_geometry.cc', | 455 'common/webplugin_geometry.cc', |
| 455 'common/webplugin_geometry.h', | 456 'common/webplugin_geometry.h', |
| 456 'common/websocket.cc', | 457 'common/websocket.cc', |
| (...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 787 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 788 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
| 788 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 789 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
| 789 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 790 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
| 790 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 791 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
| 791 ], | 792 ], |
| 792 }, { | 793 }, { |
| 793 'defines': ['USE_SECCOMP_BPF'], | 794 'defines': ['USE_SECCOMP_BPF'], |
| 794 }], | 795 }], |
| 795 ], | 796 ], |
| 796 } | 797 } |
| OLD | NEW |