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

Unified Diff: third_party/apple_sample_code/apple_sample_code.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, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | ui/ui.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/apple_sample_code/apple_sample_code.gyp
diff --git a/ui/wm/wm.gyp b/third_party/apple_sample_code/apple_sample_code.gyp
similarity index 55%
copy from ui/wm/wm.gyp
copy to third_party/apple_sample_code/apple_sample_code.gyp
index 4a681c11fbba8cb27f06d8fbfa82b5cf09d22417..07f331805e76bfa3bb89f3c2f82b9429788a9711 100644
--- a/ui/wm/wm.gyp
+++ b/third_party/apple_sample_code/apple_sample_code.gyp
@@ -8,16 +8,16 @@
},
'targets': [
{
- 'target_name': 'wm_test_support',
+ 'target_name': 'apple_sample_code',
'type': 'static_library',
tapted 2013/11/24 22:58:39 this should be '<(component)' I think
tfarina 2013/11/24 23:07:15 I think that only works if we setup a _export.h fi
- 'dependencies': [
- '../../skia/skia.gyp:skia',
- '../aura/aura.gyp:aura',
- '../views/views.gyp:views',
- ],
+ 'link_settings': {
+ 'libraries': [
+ '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
tfarina 2013/11/23 01:48:51 Trent is this enough? I haven't tested at all (lik
tapted 2013/11/24 22:58:39 I'm not sure - it depends how the code is used. Ob
tfarina 2013/11/24 23:07:15 +Jochen.
Mark Mentovai 2013/11/25 18:01:34 Yes, AppKit.framework is is enough.
+ ],
+ },
'sources': [
- 'test/wm_test_helper.cc',
- 'test/wm_test_helper.h',
+ 'ImageAndTextCell.h',
+ 'ImageAndTextCell.m',
],
},
],
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | ui/ui.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698