| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 'nacl/nacl_defines.gypi', | 10 'nacl/nacl_defines.gypi', |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 '../build/linux/system.gyp:gtk', | 226 '../build/linux/system.gyp:gtk', |
| 227 ], | 227 ], |
| 228 }], | 228 }], |
| 229 ['use_glib == 1', { | 229 ['use_glib == 1', { |
| 230 'dependencies': [ | 230 'dependencies': [ |
| 231 '../build/linux/system.gyp:glib', | 231 '../build/linux/system.gyp:glib', |
| 232 ], | 232 ], |
| 233 }], | 233 }], |
| 234 ['os_posix == 1 and OS != "mac"', { | 234 ['os_posix == 1 and OS != "mac"', { |
| 235 'conditions': [ | 235 'conditions': [ |
| 236 ['linux_use_tcmalloc==1', { | 236 # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com
/345554 |
| 237 ['(use_allocator!="none" and use_allocator!="see_use_tcmallo
c") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1)', { |
| 237 'dependencies': [ | 238 'dependencies': [ |
| 238 '../base/allocator/allocator.gyp:allocator', | 239 '../base/allocator/allocator.gyp:allocator', |
| 239 ], | 240 ], |
| 240 }], | 241 }], |
| 241 ], | 242 ], |
| 242 }], | 243 }], |
| 243 ['use_seccomp_bpf == 0', { | 244 ['use_seccomp_bpf == 0', { |
| 244 'sources!': [ | 245 'sources!': [ |
| 245 '../content/common/sandbox_linux/sandbox_bpf_base_policy_lin
ux.cc', | 246 '../content/common/sandbox_linux/sandbox_bpf_base_policy_lin
ux.cc', |
| 246 '../content/common/sandbox_linux/sandbox_init_linux.cc', | 247 '../content/common/sandbox_linux/sandbox_init_linux.cc', |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 394 'nacl/common/nacl_types.h', | 395 'nacl/common/nacl_types.h', |
| 395 'nacl/common/pnacl_types.cc', | 396 'nacl/common/pnacl_types.cc', |
| 396 'nacl/common/pnacl_types.h', | 397 'nacl/common/pnacl_types.h', |
| 397 ], | 398 ], |
| 398 'include_dirs': [ | 399 'include_dirs': [ |
| 399 '..', | 400 '..', |
| 400 ], | 401 ], |
| 401 }, | 402 }, |
| 402 ] | 403 ] |
| 403 } | 404 } |
| OLD | NEW |