Chromium Code Reviews| 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', |
| ], |
| }, |
| ], |