| 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 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 419 ], | 419 ], |
| 420 }], | 420 }], |
| 421 ['disable_nacl==0', { | 421 ['disable_nacl==0', { |
| 422 'sources': [ | 422 'sources': [ |
| 423 'nacl/browser/nacl_file_host_unittest.cc', | 423 'nacl/browser/nacl_file_host_unittest.cc', |
| 424 'nacl/browser/nacl_process_host_unittest.cc', | 424 'nacl/browser/nacl_process_host_unittest.cc', |
| 425 'nacl/browser/nacl_validation_cache_unittest.cc', | 425 'nacl/browser/nacl_validation_cache_unittest.cc', |
| 426 'nacl/browser/pnacl_host_unittest.cc', | 426 'nacl/browser/pnacl_host_unittest.cc', |
| 427 'nacl/browser/pnacl_translation_cache_unittest.cc', | 427 'nacl/browser/pnacl_translation_cache_unittest.cc', |
| 428 'nacl/browser/test_nacl_browser_delegate.cc', | 428 'nacl/browser/test_nacl_browser_delegate.cc', |
| 429 'nacl/zygote/nacl_fork_delegate_linux_unittest.cc', |
| 429 ], | 430 ], |
| 430 'dependencies': [ | 431 'dependencies': [ |
| 431 'nacl.gyp:nacl_browser', | 432 'nacl.gyp:nacl_browser', |
| 432 'nacl.gyp:nacl_common', | 433 'nacl.gyp:nacl_common', |
| 433 ], | 434 ], |
| 434 }], | 435 }], |
| 435 ['OS == "mac"', { | 436 ['OS == "mac"', { |
| 436 'link_settings': { | 437 'link_settings': { |
| 437 'libraries': [ | 438 'libraries': [ |
| 438 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', | 439 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', |
| (...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 737 'dependencies': [ | 738 'dependencies': [ |
| 738 '../base/allocator/allocator.gyp:allocator', | 739 '../base/allocator/allocator.gyp:allocator', |
| 739 ], | 740 ], |
| 740 }], | 741 }], |
| 741 ], | 742 ], |
| 742 }, | 743 }, |
| 743 ], | 744 ], |
| 744 }], | 745 }], |
| 745 ], | 746 ], |
| 746 } | 747 } |
| OLD | NEW |