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

Unified Diff: gyp/experimental.gyp

Issue 895103002: remove remaining parts os SkExample (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 11 months 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 | « experimental/SkiaExamples/SkiaExamples-Info.plist ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/experimental.gyp
diff --git a/gyp/experimental.gyp b/gyp/experimental.gyp
index ff7e144c5b03689aa227bb757c7e5a1482d72732..ac0d85abca07332a32b7bfee621cfea6146d0094 100644
--- a/gyp/experimental.gyp
+++ b/gyp/experimental.gyp
@@ -20,60 +20,6 @@
},
},
{
- 'target_name': 'SkiaExamples',
- 'type': 'executable',
- 'mac_bundle' : 1,
- 'sources': [
- '../experimental/SkiaExamples/SkExample.h',
- '../experimental/SkiaExamples/SkExample.cpp',
- ],
- 'dependencies': [
- 'flags.gyp:flags',
- 'skia_lib.gyp:skia_lib',
- 'views.gyp:views',
- ],
- 'conditions' : [
- [ 'skia_gpu == 1', {
- 'include_dirs' : [
- '../include/gpu',
- ],
- }],
- [ 'skia_os == "win"', {
- 'sources' : [
- '../src/views/win/SkOSWindow_Win.cpp',
- '../src/views/win/skia_win.cpp',
- ],
- }],
- [ 'skia_os == "mac"', {
- 'sources': [
- '../experimental/SkiaExamples/SkiaExamples-Info.plist',
- '../experimental/SkiaExamples/SkExampleNSView.h',
- '../experimental/SkiaExamples/SkExampleNSView.mm',
- '../src/views/mac/SampleAppDelegate.h',
- '../src/views/mac/SampleAppDelegate.mm',
- '../src/views/mac/SkEventNotifier.mm',
- '../src/views/mac/skia_mac.mm',
- '../src/views/mac/SkNSView.h',
- '../src/views/mac/SkNSView.mm',
- '../src/views/mac/SkOptionsTableView.h',
- '../src/views/mac/SkOptionsTableView.mm',
- '../src/views/mac/SkOSWindow_Mac.mm',
- '../src/views/mac/SkTextFieldCell.h',
- '../src/views/mac/SkTextFieldCell.m',
- ],
- 'include_dirs' : [
- '../src/views/mac/'
- ],
- 'xcode_settings' : {
- 'INFOPLIST_FILE' : '../experimental/SkiaExamples/SkiaExamples-Info.plist',
- },
- 'mac_bundle_resources' : [
- '../experimental/SkiaExamples/SkiaExamples.xib'
- ],
- }],
- ],
- },
- {
'target_name': 'multipage_pdf_profiler',
'type': 'executable',
'sources': [
« no previous file with comments | « experimental/SkiaExamples/SkiaExamples-Info.plist ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698