Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Side by Side Diff: ui/ui.gyp

Issue 83073012: Add gyp file to build apple_sample_code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 627 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 'includes': [ '../build/jni_generator.gypi' ], 638 'includes': [ '../build/jni_generator.gypi' ],
639 }, 639 },
640 ], 640 ],
641 }], 641 }],
642 ['OS=="mac"', { 642 ['OS=="mac"', {
643 'targets': [ 643 'targets': [
644 { 644 {
645 'target_name': 'ui_cocoa_third_party_toolkits', 645 'target_name': 'ui_cocoa_third_party_toolkits',
646 'type': '<(component)', 646 'type': '<(component)',
647 'sources': [ 647 'sources': [
648 # Build Apple sample code
649 '../third_party/apple_sample_code/ImageAndTextCell.h',
650 '../third_party/apple_sample_code/ImageAndTextCell.m',
651 # Build the necessary GTM sources 648 # Build the necessary GTM sources
652 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.h', 649 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.h',
653 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.m', 650 '../third_party/GTM/AppKit/GTMFadeTruncatingTextFieldCell.m',
654 '../third_party/GTM/AppKit/GTMIBArray.h', 651 '../third_party/GTM/AppKit/GTMIBArray.h',
655 '../third_party/GTM/AppKit/GTMIBArray.m', 652 '../third_party/GTM/AppKit/GTMIBArray.m',
656 '../third_party/GTM/AppKit/GTMKeyValueAnimation.h', 653 '../third_party/GTM/AppKit/GTMKeyValueAnimation.h',
657 '../third_party/GTM/AppKit/GTMKeyValueAnimation.m', 654 '../third_party/GTM/AppKit/GTMKeyValueAnimation.m',
658 '../third_party/GTM/AppKit/GTMNSAnimation+Duration.h', 655 '../third_party/GTM/AppKit/GTMNSAnimation+Duration.h',
659 '../third_party/GTM/AppKit/GTMNSAnimation+Duration.m', 656 '../third_party/GTM/AppKit/GTMNSAnimation+Duration.m',
660 '../third_party/GTM/AppKit/GTMNSBezierPath+CGPath.h', 657 '../third_party/GTM/AppKit/GTMNSBezierPath+CGPath.h',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
704 'xcode_settings': { 701 'xcode_settings': {
705 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 702 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
706 }, 703 },
707 }], 704 }],
708 ], 705 ],
709 }, 706 },
710 ], 707 ],
711 }], 708 }],
712 ], 709 ],
713 } 710 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698