summaryrefslogtreecommitdiff
path: root/flags.gyp
diff options
context:
space:
mode:
authorscroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-19 17:38:50 +0000
committerscroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-19 17:38:50 +0000
commit39e7bf7ebee542f283edca8cce2871da308a4640 (patch)
tree253f64879cf952a07c5ad026c325890fc236e46f /flags.gyp
parent0589664a3b1363451aa651b041d6c4a6863fae27 (diff)
downloadgyp-39e7bf7ebee542f283edca8cce2871da308a4640.tar.gz
Revert "Make gm use SkFlags."
Fix the build. This reverts commit 6f1fe2aee39308fc56854b062be244a904c209e7. Review URL: https://codereview.chromium.org/12709005 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@8236 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'flags.gyp')
-rw-r--r--flags.gyp29
1 files changed, 0 insertions, 29 deletions
diff --git a/flags.gyp b/flags.gyp
deleted file mode 100644
index 712a04b..0000000
--- a/flags.gyp
+++ /dev/null
@@ -1,29 +0,0 @@
-# GYP file to build flag parser
-#
-{
- 'targets': [
- {
- 'target_name': 'flags',
- 'type': 'static_library',
- 'sources': [
- '../tools/SkFlags.h',
- '../tools/SkFlags.cpp',
- ],
- 'dependencies': [
- 'skia_base_libs.gyp:skia_base_libs',
- 'core.gyp:core',
- ],
- 'direct_dependent_settings': {
- 'include_dirs': [
- '../tools/',
- ],
- }
- },
- ],
-}
-
-# Local Variables:
-# tab-width:2
-# indent-tabs-mode:nil
-# End:
-# vim: set expandtab tabstop=2 shiftwidth=2: