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 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
505 '../cc/cc.gyp:cc', | 505 '../cc/cc.gyp:cc', |
506 '../gpu/gpu.gyp:command_buffer_service', | 506 '../gpu/gpu.gyp:command_buffer_service', |
507 '../gpu/gpu.gyp:gles2_c_lib', | 507 '../gpu/gpu.gyp:gles2_c_lib', |
508 '../gpu/gpu.gyp:gles2_implementation', | 508 '../gpu/gpu.gyp:gles2_implementation', |
509 '../gpu/gpu.gyp:gpu_ipc', | 509 '../gpu/gpu.gyp:gpu_ipc', |
510 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', | 510 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', |
511 '../ipc/ipc.gyp:ipc', | 511 '../ipc/ipc.gyp:ipc', |
512 '../media/media.gyp:media', | 512 '../media/media.gyp:media', |
513 '../media/media.gyp:shared_memory_support', | 513 '../media/media.gyp:shared_memory_support', |
514 '../mojo/mojo.gyp:mojo_environment_chromium', | 514 '../mojo/mojo.gyp:mojo_environment_chromium', |
515 '../mojo/mojo.gyp:mojo_system', | |
516 '../mojo/mojo.gyp:mojo_system_impl', | 515 '../mojo/mojo.gyp:mojo_system_impl', |
517 '../third_party/WebKit/public/blink.gyp:blink', | 516 '../third_party/WebKit/public/blink.gyp:blink', |
518 '../ui/gl/gl.gyp:gl', | 517 '../ui/gl/gl.gyp:gl', |
519 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 518 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
520 '../webkit/common/webkit_common.gyp:webkit_common', | 519 '../webkit/common/webkit_common.gyp:webkit_common', |
521 '../webkit/storage_browser.gyp:webkit_storage_browser', | 520 '../webkit/storage_browser.gyp:webkit_storage_browser', |
522 '../webkit/storage_common.gyp:webkit_storage_common', | 521 '../webkit/storage_common.gyp:webkit_storage_common', |
523 'content.gyp:webkit_version', | 522 'content.gyp:webkit_version', |
524 ], | 523 ], |
525 }], | 524 }], |
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
758 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 757 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
759 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 758 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
760 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 759 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
761 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 760 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
762 ], | 761 ], |
763 }, { | 762 }, { |
764 'defines': ['USE_SECCOMP_BPF'], | 763 'defines': ['USE_SECCOMP_BPF'], |
765 }], | 764 }], |
766 ], | 765 ], |
767 } | 766 } |
OLD | NEW |