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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
325 'nacl/browser/nacl_validation_cache_unittest.cc', | 325 'nacl/browser/nacl_validation_cache_unittest.cc', |
326 'nacl/browser/pnacl_host_unittest.cc', | 326 'nacl/browser/pnacl_host_unittest.cc', |
327 'nacl/browser/pnacl_translation_cache_unittest.cc', | 327 'nacl/browser/pnacl_translation_cache_unittest.cc', |
328 'nacl/browser/test_nacl_browser_delegate.cc', | 328 'nacl/browser/test_nacl_browser_delegate.cc', |
329 ], | 329 ], |
330 'dependencies': [ | 330 'dependencies': [ |
331 'nacl.gyp:nacl_browser', | 331 'nacl.gyp:nacl_browser', |
332 'nacl.gyp:nacl_common', | 332 'nacl.gyp:nacl_common', |
333 ], | 333 ], |
334 }], | 334 }], |
| 335 ['disable_nacl==0 and OS == "linux"', { |
| 336 'sources': [ |
| 337 'nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc', |
| 338 ], |
| 339 'dependencies': [ |
| 340 'nacl.gyp:nacl_loader', |
| 341 '../sandbox/sandbox.gyp:sandbox_linux_test_utils', |
| 342 ], |
| 343 }], |
335 ['OS == "mac"', { | 344 ['OS == "mac"', { |
336 'link_settings': { | 345 'link_settings': { |
337 'libraries': [ | 346 'libraries': [ |
338 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', | 347 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', |
339 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', | 348 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
340 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framewo
rk', | 349 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framewo
rk', |
341 ], | 350 ], |
342 }, | 351 }, |
343 'sources!': [ | 352 'sources!': [ |
344 'password_manager/core/browser/password_store_default_unittest.c
c', | 353 'password_manager/core/browser/password_store_default_unittest.c
c', |
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
632 'dependencies': [ | 641 'dependencies': [ |
633 '../base/allocator/allocator.gyp:allocator', | 642 '../base/allocator/allocator.gyp:allocator', |
634 ], | 643 ], |
635 }], | 644 }], |
636 ], | 645 ], |
637 }, | 646 }, |
638 ], | 647 ], |
639 }], | 648 }], |
640 ], | 649 ], |
641 } | 650 } |
OLD | NEW |