OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 'shell_dialogs.gypi', | 10 'shell_dialogs.gypi', |
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
487 ], | 487 ], |
488 }], | 488 }], |
489 ['OS=="mac"', { | 489 ['OS=="mac"', { |
490 'sources!': [ | 490 'sources!': [ |
491 'base/dragdrop/drag_utils.cc', | 491 'base/dragdrop/drag_utils.cc', |
492 'base/dragdrop/drag_utils.h', | 492 'base/dragdrop/drag_utils.h', |
493 ], | 493 ], |
494 'link_settings': { | 494 'link_settings': { |
495 'libraries': [ | 495 'libraries': [ |
496 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', | 496 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', |
| 497 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 498 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framewor
k', |
497 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', | 499 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', |
| 500 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', |
498 '$(SDKROOT)/System/Library/Frameworks/CoreVideo.framework', | 501 '$(SDKROOT)/System/Library/Frameworks/CoreVideo.framework', |
| 502 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
499 ], | 503 ], |
500 }, | 504 }, |
501 }], | 505 }], |
502 ['use_x11==1', { | 506 ['use_x11==1', { |
503 'all_dependent_settings': { | 507 'all_dependent_settings': { |
504 'ldflags': [ | 508 'ldflags': [ |
505 '-L<(PRODUCT_DIR)', | 509 '-L<(PRODUCT_DIR)', |
506 ], | 510 ], |
507 'link_settings': { | 511 'link_settings': { |
508 'libraries': [ | 512 'libraries': [ |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
723 'xcode_settings': { | 727 'xcode_settings': { |
724 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 728 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
725 }, | 729 }, |
726 }], | 730 }], |
727 ], | 731 ], |
728 }, | 732 }, |
729 ], | 733 ], |
730 }], | 734 }], |
731 ], | 735 ], |
732 } | 736 } |
OLD | NEW |