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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
384 'nacl/browser/nacl_validation_cache_unittest.cc', | 384 'nacl/browser/nacl_validation_cache_unittest.cc', |
385 'nacl/browser/pnacl_host_unittest.cc', | 385 'nacl/browser/pnacl_host_unittest.cc', |
386 'nacl/browser/pnacl_translation_cache_unittest.cc', | 386 'nacl/browser/pnacl_translation_cache_unittest.cc', |
387 'nacl/browser/test_nacl_browser_delegate.cc', | 387 'nacl/browser/test_nacl_browser_delegate.cc', |
388 ], | 388 ], |
389 'dependencies': [ | 389 'dependencies': [ |
390 'nacl.gyp:nacl_browser', | 390 'nacl.gyp:nacl_browser', |
391 'nacl.gyp:nacl_common', | 391 'nacl.gyp:nacl_common', |
392 ], | 392 ], |
393 }], | 393 }], |
394 ['disable_nacl==0 and OS=="linux"', { | |
395 'sources': [ | |
396 'nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc', | |
397 'nacl/loader/nonsfi/nonsfi_sandbox_sigsys_unittest.cc', | |
398 ], | |
399 'dependencies': [ | |
400 'nacl.gyp:nacl_linux', | |
401 '../sandbox/sandbox.gyp:sandbox_linux_test_utils', | |
402 ], | |
403 }], | |
404 ['OS == "mac"', { | 394 ['OS == "mac"', { |
405 'link_settings': { | 395 'link_settings': { |
406 'libraries': [ | 396 'libraries': [ |
407 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', | 397 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', |
408 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', | 398 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
409 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framewo
rk', | 399 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framewo
rk', |
410 ], | 400 ], |
411 }, | 401 }, |
412 'sources!': [ | 402 'sources!': [ |
413 'password_manager/core/browser/password_store_default_unittest.c
c', | 403 'password_manager/core/browser/password_store_default_unittest.c
c', |
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
701 'dependencies': [ | 691 'dependencies': [ |
702 '../base/allocator/allocator.gyp:allocator', | 692 '../base/allocator/allocator.gyp:allocator', |
703 ], | 693 ], |
704 }], | 694 }], |
705 ], | 695 ], |
706 }, | 696 }, |
707 ], | 697 ], |
708 }], | 698 }], |
709 ], | 699 ], |
710 } | 700 } |
OLD | NEW |