skia2/experimental/iOSSampleApp/Shared
caryclark 17f0b6df72 share dm and command flags
Share command flags between dm and unit tests.
Also, allow dm's core to be included by itself and iOSShell.

Command line flags that are the same (or nearly the same) in DM
and in skia_tests have been moved to common_flags. Authors,
please check to see that the shared common flag is correct for
the tool.

For iOS, the 'tool_main' entry point has a wrapper to allow multiple
tools to be statically linked in the iOSShell.
Since SkCommandLineFlags::Parse can only be called once, these calls
are disabled in the IOS build.

Since the iOS app directory is dynamically assigned a name, use '@' to
select it. (This is the same convention chosen by the Mobile Harness
iOS file system utilities.)

Move the heart of dm.gyp into dm.gypi so that it can be included by
itself and iOSShell.gyp.

Add tools/flags/SkCommonFlags.* to define and declare common
command line flags.

Add support for dm to iOSShell.

BUG=skia:
R=scroggo@google.com, mtklein@google.com, jvanverth@google.com, bsalomon@google.com

Author: caryclark@google.com

Review URL: https://codereview.chromium.org/389653004
2014-07-22 10:15:35 -07:00
..
skia_ios.mm share dm and command flags 2014-07-22 10:15:35 -07:00
SkOptionListController.h Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:14:13 +00:00
SkOptionListController.mm iOS Sample App menu implementation 2011-08-02 13:20:22 +00:00
SkOptionsTableViewController.h first cut at making iOS work 2012-09-20 15:45:41 +00:00
SkOptionsTableViewController.mm Fix iOS compiler error/warning 2013-03-28 18:03:27 +00:00
SkUIDetailViewController.h iOS Sample App menu implementation 2011-08-02 13:20:22 +00:00
SkUIDetailViewController.mm Added Debugger to Sample App, off by default 2011-08-12 14:27:47 +00:00
SkUIRootViewController.h iOS Sample App menu implementation 2011-08-02 13:20:22 +00:00
SkUIRootViewController.mm iOS Sample App menu implementation 2011-08-02 13:20:22 +00:00
SkUIView.h Make SkOSWindow return the sample count and stencil bit count for its GL context. 2013-03-05 20:06:05 +00:00
SkUIView.mm Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) 2014-04-11 17:15:40 +00:00