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 454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
465 ], | 465 ], |
466 'target_conditions': [ | 466 'target_conditions': [ |
467 ['OS=="android" and <(use_seccomp_bpf)==1', { | 467 ['OS=="android" and <(use_seccomp_bpf)==1', { |
468 'sources/': [ | 468 'sources/': [ |
469 ['include', '^common/sandbox_linux/sandbox_bpf_base_policy_linux\\.cc$']
, | 469 ['include', '^common/sandbox_linux/sandbox_bpf_base_policy_linux\\.cc$']
, |
470 ['include', '^common/sandbox_linux/sandbox_bpf_base_policy_linux\\.h$'], | 470 ['include', '^common/sandbox_linux/sandbox_bpf_base_policy_linux\\.h$'], |
471 ], | 471 ], |
472 }], | 472 }], |
473 ], | 473 ], |
474 'conditions': [ | 474 'conditions': [ |
475 ['use_aura==1', { | |
476 'sources!': [ | |
477 'common/cursors/webcursor_mac.mm', | |
478 ], | |
479 }], | |
480 ['OS=="ios"', { | 475 ['OS=="ios"', { |
481 # iOS has different user-agent construction utilities, since the | 476 # iOS has different user-agent construction utilities, since the |
482 # version strings is not derived from webkit_version, and follows | 477 # version strings is not derived from webkit_version, and follows |
483 # a different format. | 478 # a different format. |
484 'sources!': [ | 479 'sources!': [ |
485 'common/user_agent.cc', | 480 'common/user_agent.cc', |
486 ], | 481 ], |
487 'sources/': [ | 482 'sources/': [ |
488 # iOS only needs a small portion of content; exclude all the | 483 # iOS only needs a small portion of content; exclude all the |
489 # implementation, and re-include what is used. | 484 # implementation, and re-include what is used. |
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
791 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 786 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
792 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 787 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
793 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 788 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
794 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 789 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
795 ], | 790 ], |
796 }, { | 791 }, { |
797 'defines': ['USE_SECCOMP_BPF'], | 792 'defines': ['USE_SECCOMP_BPF'], |
798 }], | 793 }], |
799 ], | 794 ], |
800 } | 795 } |
OLD | NEW |