| 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 510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 521 ['use_mojo==0', { | 521 ['use_mojo==0', { |
| 522 'sources!': [ | 522 'sources!': [ |
| 523 'common/mojo/mojo_channel_init.cc', | 523 'common/mojo/mojo_channel_init.cc', |
| 524 'common/mojo/mojo_channel_init.h', | 524 'common/mojo/mojo_channel_init.h', |
| 525 ], | 525 ], |
| 526 }, { | 526 }, { |
| 527 'dependencies': [ | 527 'dependencies': [ |
| 528 '../mojo/mojo.gyp:mojo_environment_chromium', | 528 '../mojo/mojo.gyp:mojo_environment_chromium', |
| 529 '../mojo/mojo.gyp:mojo_system', | 529 '../mojo/mojo.gyp:mojo_system', |
| 530 '../mojo/mojo.gyp:mojo_system_impl', | 530 '../mojo/mojo.gyp:mojo_system_impl', |
| 531 ], | 531 ], |
| 532 }], | 532 }], |
| 533 ['OS=="mac"', { | 533 ['OS=="mac"', { |
| 534 'dependencies': [ | 534 'dependencies': [ |
| 535 '../webkit/webkit_resources.gyp:webkit_resources', | 535 '../webkit/webkit_resources.gyp:webkit_resources', |
| 536 ], | 536 ], |
| 537 'sources': [ | 537 'sources': [ |
| 538 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', | 538 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', |
| 539 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', | 539 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', |
| 540 ], | 540 ], |
| 541 'sources!': [ | 541 'sources!': [ |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 759 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 759 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
| 760 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 760 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
| 761 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 761 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
| 762 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 762 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
| 763 ], | 763 ], |
| 764 }, { | 764 }, { |
| 765 'defines': ['USE_SECCOMP_BPF'], | 765 'defines': ['USE_SECCOMP_BPF'], |
| 766 }], | 766 }], |
| 767 ], | 767 ], |
| 768 } | 768 } |
| OLD | NEW |