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