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 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
10 'chromium_code': 1, | 10 'chromium_code': 1, |
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
318 'nacl/browser/nacl_validation_cache_unittest.cc', | 318 'nacl/browser/nacl_validation_cache_unittest.cc', |
319 'nacl/browser/pnacl_host_unittest.cc', | 319 'nacl/browser/pnacl_host_unittest.cc', |
320 'nacl/browser/pnacl_translation_cache_unittest.cc', | 320 'nacl/browser/pnacl_translation_cache_unittest.cc', |
321 'nacl/browser/test_nacl_browser_delegate.cc', | 321 'nacl/browser/test_nacl_browser_delegate.cc', |
322 ], | 322 ], |
323 'dependencies': [ | 323 'dependencies': [ |
324 'nacl.gyp:nacl_browser', | 324 'nacl.gyp:nacl_browser', |
325 'nacl.gyp:nacl_common', | 325 'nacl.gyp:nacl_common', |
326 ], | 326 ], |
327 }], | 327 }], |
| 328 ['disable_nacl==0 and OS == "linux"', { |
| 329 'sources': [ |
| 330 'nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc', |
| 331 ], |
| 332 'dependencies': [ |
| 333 'nacl.gyp:nacl_loader', |
| 334 ], |
| 335 }], |
328 ['OS == "mac"', { | 336 ['OS == "mac"', { |
329 'link_settings': { | 337 'link_settings': { |
330 'libraries': [ | 338 'libraries': [ |
331 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', | 339 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', |
332 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', | 340 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
333 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framewo
rk', | 341 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framewo
rk', |
334 ], | 342 ], |
335 }, | 343 }, |
336 'sources!': [ | 344 'sources!': [ |
337 'password_manager/core/browser/password_store_default_unittest.c
c', | 345 'password_manager/core/browser/password_store_default_unittest.c
c', |
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
621 'dependencies': [ | 629 'dependencies': [ |
622 '../base/allocator/allocator.gyp:allocator', | 630 '../base/allocator/allocator.gyp:allocator', |
623 ], | 631 ], |
624 }], | 632 }], |
625 ], | 633 ], |
626 }, | 634 }, |
627 ], | 635 ], |
628 }], | 636 }], |
629 ], | 637 ], |
630 } | 638 } |
OLD | NEW |