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 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
627 'includes': [ '../build/jni_generator.gypi' ], | 627 'includes': [ '../build/jni_generator.gypi' ], |
628 }, | 628 }, |
629 ], | 629 ], |
630 }], | 630 }], |
631 ['OS=="mac"', { | 631 ['OS=="mac"', { |
632 'targets': [ | 632 'targets': [ |
633 { | 633 { |
634 'target_name': 'ui_cocoa_third_party_toolkits', | 634 'target_name': 'ui_cocoa_third_party_toolkits', |
635 'type': '<(component)', | 635 'type': '<(component)', |
636 'sources': [ | 636 'sources': [ |
637 # Build Apple sample code | |
638 '../third_party/apple_sample_code/ImageAndTextCell.h', | |
639 '../third_party/apple_sample_code/ImageAndTextCell.m', | |
640 # Build the necessary GTM sources | 637 # Build the necessary GTM sources |
641 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.h', | 638 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.h', |
642 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.m', | 639 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.m', |
643 '../third_party/GTM/AppKit/GTMIBArray.h', | 640 '../third_party/GTM/AppKit/GTMIBArray.h', |
644 '../third_party/GTM/AppKit/GTMIBArray.m', | 641 '../third_party/GTM/AppKit/GTMIBArray.m', |
645 '../third_party/GTM/AppKit/GTMKeyValueAnimation.h', | 642 '../third_party/GTM/AppKit/GTMKeyValueAnimation.h', |
646 '../third_party/GTM/AppKit/GTMKeyValueAnimation.m', | 643 '../third_party/GTM/AppKit/GTMKeyValueAnimation.m', |
647 '../third_party/GTM/AppKit/GTMNSAnimation+Duration.h', | 644 '../third_party/GTM/AppKit/GTMNSAnimation+Duration.h', |
648 '../third_party/GTM/AppKit/GTMNSAnimation+Duration.m', | 645 '../third_party/GTM/AppKit/GTMNSAnimation+Duration.m', |
649 '../third_party/GTM/AppKit/GTMNSBezierPath+CGPath.h', | 646 '../third_party/GTM/AppKit/GTMNSBezierPath+CGPath.h', |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
693 'xcode_settings': { | 690 'xcode_settings': { |
694 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 691 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
695 }, | 692 }, |
696 }], | 693 }], |
697 ], | 694 ], |
698 }, | 695 }, |
699 ], | 696 ], |
700 }], | 697 }], |
701 ], | 698 ], |
702 } | 699 } |
OLD | NEW |