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 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
374 'nacl/browser/nacl_validation_cache_unittest.cc', | 374 'nacl/browser/nacl_validation_cache_unittest.cc', |
375 'nacl/browser/pnacl_host_unittest.cc', | 375 'nacl/browser/pnacl_host_unittest.cc', |
376 'nacl/browser/pnacl_translation_cache_unittest.cc', | 376 'nacl/browser/pnacl_translation_cache_unittest.cc', |
377 'nacl/browser/test_nacl_browser_delegate.cc', | 377 'nacl/browser/test_nacl_browser_delegate.cc', |
378 ], | 378 ], |
379 'dependencies': [ | 379 'dependencies': [ |
380 'nacl.gyp:nacl_browser', | 380 'nacl.gyp:nacl_browser', |
381 'nacl.gyp:nacl_common', | 381 'nacl.gyp:nacl_common', |
382 ], | 382 ], |
383 }], | 383 }], |
384 ['disable_nacl==0 and OS=="linux"', { | |
385 'sources': [ | |
386 'nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc', | |
387 'nacl/loader/nonsfi/nonsfi_sandbox_sigsys_unittest.cc', | |
388 ], | |
389 'dependencies': [ | |
390 'nacl.gyp:nacl_linux', | |
391 '../sandbox/sandbox.gyp:sandbox_linux_test_utils', | |
392 ], | |
393 }], | |
394 ['OS == "mac"', { | 384 ['OS == "mac"', { |
395 'link_settings': { | 385 'link_settings': { |
396 'libraries': [ | 386 'libraries': [ |
397 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', | 387 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', |
398 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', | 388 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
399 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framewo
rk', | 389 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framewo
rk', |
400 ], | 390 ], |
401 }, | 391 }, |
402 'sources!': [ | 392 'sources!': [ |
403 'password_manager/core/browser/password_store_default_unittest.c
c', | 393 'password_manager/core/browser/password_store_default_unittest.c
c', |
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
693 'dependencies': [ | 683 'dependencies': [ |
694 '../base/allocator/allocator.gyp:allocator', | 684 '../base/allocator/allocator.gyp:allocator', |
695 ], | 685 ], |
696 }], | 686 }], |
697 ], | 687 ], |
698 }, | 688 }, |
699 ], | 689 ], |
700 }], | 690 }], |
701 ], | 691 ], |
702 } | 692 } |
OLD | NEW |