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 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
376 'common/plugin_constants_win.cc', | 376 'common/plugin_constants_win.cc', |
377 'common/plugin_constants_win.h', | 377 'common/plugin_constants_win.h', |
378 'common/plugin_list.cc', | 378 'common/plugin_list.cc', |
379 'common/plugin_list.h', | 379 'common/plugin_list.h', |
380 'common/plugin_list_mac.mm', | 380 'common/plugin_list_mac.mm', |
381 'common/plugin_list_posix.cc', | 381 'common/plugin_list_posix.cc', |
382 'common/plugin_list_win.cc', | 382 'common/plugin_list_win.cc', |
383 'common/plugin_process_messages.h', | 383 'common/plugin_process_messages.h', |
384 'common/power_monitor_messages.h', | 384 'common/power_monitor_messages.h', |
385 'common/process_type.cc', | 385 'common/process_type.cc', |
| 386 'common/push_messaging_messages.h', |
386 'common/quota_messages.h', | 387 'common/quota_messages.h', |
387 'common/resource_messages.cc', | 388 'common/resource_messages.cc', |
388 'common/resource_messages.h', | 389 'common/resource_messages.h', |
389 'common/resource_request_body.cc', | 390 'common/resource_request_body.cc', |
390 'common/resource_request_body.h', | 391 'common/resource_request_body.h', |
391 'common/sandbox_init_mac.cc', | 392 'common/sandbox_init_mac.cc', |
392 'common/sandbox_init_mac.h', | 393 'common/sandbox_init_mac.h', |
393 'common/sandbox_init_win.cc', | 394 'common/sandbox_init_win.cc', |
394 'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc', | 395 'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc', |
395 'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.h', | 396 'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.h', |
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
747 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 748 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
748 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 749 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
749 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 750 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
750 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 751 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
751 ], | 752 ], |
752 }, { | 753 }, { |
753 'defines': ['USE_SECCOMP_BPF'], | 754 'defines': ['USE_SECCOMP_BPF'], |
754 }], | 755 }], |
755 ], | 756 ], |
756 } | 757 } |
OLD | NEW |