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