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

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: review 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
« no previous file with comments | « third_party/apple_sample_code/apple_sample_code.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « third_party/apple_sample_code/apple_sample_code.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698