OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'variables': { | 6 'variables': { |
7 # All .cc, .h, .m, and .mm files under browser except for: | 7 # All .cc, .h, .m, and .mm files under browser except for: |
8 # * tests and mocks. | 8 # * tests and mocks. |
9 # * code below browser/chromeos | 9 # * code below browser/chromeos |
10 # * code below browser/extensions | 10 # * code below browser/extensions |
(...skipping 3585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3596 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3596 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
3597 ], | 3597 ], |
3598 'sources': [ | 3598 'sources': [ |
3599 '<@(chrome_browser_android_sources)', | 3599 '<@(chrome_browser_android_sources)', |
3600 '<@(chrome_browser_bookmark_android_sources)', | 3600 '<@(chrome_browser_bookmark_android_sources)', |
3601 ], | 3601 ], |
3602 'defines': [ 'ENABLE_DATA_REDUCTION_PROXY_DEBUGGING' ], | 3602 'defines': [ 'ENABLE_DATA_REDUCTION_PROXY_DEBUGGING' ], |
3603 'conditions': [ | 3603 'conditions': [ |
3604 ['use_seccomp_bpf==1', { | 3604 ['use_seccomp_bpf==1', { |
3605 'defines': ['USE_SECCOMP_BPF'], | 3605 'defines': ['USE_SECCOMP_BPF'], |
| 3606 'dependencies': [ |
| 3607 '../sandbox/sandbox.gyp:seccomp_bpf', |
| 3608 ], |
3606 }], | 3609 }], |
3607 ], | 3610 ], |
3608 }], | 3611 }], |
3609 ['OS=="mac"', { | 3612 ['OS=="mac"', { |
3610 'dependencies': [ | 3613 'dependencies': [ |
3611 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go
ogle_toolbox_for_mac', | 3614 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go
ogle_toolbox_for_mac', |
3612 '../third_party/mozilla/mozilla.gyp:mozilla', | 3615 '../third_party/mozilla/mozilla.gyp:mozilla', |
3613 ], | 3616 ], |
3614 'link_settings': { | 3617 'link_settings': { |
3615 'libraries': [ | 3618 'libraries': [ |
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3981 'variables': { | 3984 'variables': { |
3982 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3985 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3983 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3986 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3984 }, | 3987 }, |
3985 'includes': [ '../build/protoc.gypi' ] | 3988 'includes': [ '../build/protoc.gypi' ] |
3986 }, | 3989 }, |
3987 ], | 3990 ], |
3988 },], | 3991 },], |
3989 ], | 3992 ], |
3990 } | 3993 } |
OLD | NEW |