OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
455 [ 'OS == "mac"', { | 455 [ 'OS == "mac"', { |
456 'sources/': [ ['exclude', '_(linux|gtk|win|chromeos)\\.cc$'] ], | 456 'sources/': [ ['exclude', '_(linux|gtk|win|chromeos)\\.cc$'] ], |
457 'sources!': [ | 457 'sources!': [ |
458 ], | 458 ], |
459 'link_settings': { | 459 'link_settings': { |
460 'libraries': [ | 460 'libraries': [ |
461 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 461 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
462 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', | 462 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', |
463 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', | 463 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', |
464 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', | 464 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
| 465 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', |
465 '$(SDKROOT)/System/Library/Frameworks/Security.framework', | 466 '$(SDKROOT)/System/Library/Frameworks/Security.framework', |
466 ], | 467 ], |
467 }, | 468 }, |
468 }, | 469 }, |
469 { # else: OS != "mac" | 470 { # else: OS != "mac" |
470 'sources!': [ | 471 'sources!': [ |
471 'crypto/cssm_init.cc', | 472 'crypto/cssm_init.cc', |
472 'crypto/cssm_init.h', | 473 'crypto/cssm_init.h', |
473 ], | 474 ], |
474 } | 475 } |
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
830 ], | 831 ], |
831 }], | 832 }], |
832 ], | 833 ], |
833 } | 834 } |
834 | 835 |
835 # Local Variables: | 836 # Local Variables: |
836 # tab-width:2 | 837 # tab-width:2 |
837 # indent-tabs-mode:nil | 838 # indent-tabs-mode:nil |
838 # End: | 839 # End: |
839 # vim: set expandtab tabstop=2 shiftwidth=2: | 840 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |