move HelloWorld to be a peer of SampleApp
authorcaryclark <caryclark@google.com>
Mon, 2 Feb 2015 20:55:14 +0000 (12:55 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 2 Feb 2015 20:55:14 +0000 (12:55 -0800)
commit52edc4d05380c88de5b334479ad8e537ef2b4925
tree0c143dcdf9bc714458d80754a314756aeaba3b36
parent76113a9b7716748c70ea0ecf7aacbabe4cce5009
move HelloWorld to be a peer of SampleApp

This is working towards making a simple example part of the buildbot compile step and removing SkExamples from the experimental directory.

This works on Mac, Windows, and Linux but isn't complete for Android, ChromeOS and iOS.

Review URL: https://codereview.chromium.org/886413004
example/HelloWorld.cpp [new file with mode: 0644]
example/HelloWorld.h [new file with mode: 0644]
example/mac/HelloWorld-Info.plist [new file with mode: 0644]
example/mac/HelloWorld.xib [new file with mode: 0644]
example/mac/HelloWorldDelegate.h [new file with mode: 0644]
example/mac/HelloWorldDelegate.mm [new file with mode: 0644]
example/mac/HelloWorldNSView.h [new file with mode: 0644]
example/mac/HelloWorldNSView.mm [new file with mode: 0644]
gyp/example.gyp [new file with mode: 0644]
gyp/most.gyp