| 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 '../net/net.gyp:net', | 9 '../net/net.gyp:net', |
| 10 '../skia/skia.gyp:skia', | 10 '../skia/skia.gyp:skia', |
| (...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 516 ['use_mojo==0', { | 516 ['use_mojo==0', { |
| 517 'sources!': [ | 517 'sources!': [ |
| 518 'common/mojo/mojo_channel_init.cc', | 518 'common/mojo/mojo_channel_init.cc', |
| 519 'common/mojo/mojo_channel_init.h', | 519 'common/mojo/mojo_channel_init.h', |
| 520 ], | 520 ], |
| 521 }, { | 521 }, { |
| 522 'dependencies': [ | 522 'dependencies': [ |
| 523 '../mojo/mojo.gyp:mojo_environment_chromium', | 523 '../mojo/mojo.gyp:mojo_environment_chromium', |
| 524 '../mojo/mojo.gyp:mojo_system', | 524 '../mojo/mojo.gyp:mojo_system', |
| 525 '../mojo/mojo.gyp:mojo_system_impl', | 525 '../mojo/mojo.gyp:mojo_system_impl', |
| 526 ], | 526 ], |
| 527 }], | 527 }], |
| 528 ['OS=="mac"', { | 528 ['OS=="mac"', { |
| 529 'dependencies': [ | 529 'dependencies': [ |
| 530 '../webkit/webkit_resources.gyp:webkit_resources', | 530 '../webkit/webkit_resources.gyp:webkit_resources', |
| 531 ], | 531 ], |
| 532 'sources': [ | 532 'sources': [ |
| 533 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', | 533 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', |
| 534 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', | 534 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', |
| 535 ], | 535 ], |
| 536 'sources!': [ | 536 'sources!': [ |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 754 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 754 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
| 755 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 755 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
| 756 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 756 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
| 757 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 757 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
| 758 ], | 758 ], |
| 759 }, { | 759 }, { |
| 760 'defines': ['USE_SECCOMP_BPF'], | 760 'defines': ['USE_SECCOMP_BPF'], |
| 761 }], | 761 }], |
| 762 ], | 762 ], |
| 763 } | 763 } |
| OLD | NEW |