aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-12 14:59:02 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-12 14:59:02 +0000
commit07a8ea00027ccdc7aa5a92d77bed3dbef697194a (patch)
tree3d0a2015208e99da8414080192b0db37f991992f /gyp
parentc10531b50259049bd7238e85df17e8c2c09a062c (diff)
Reverting r8654
git-svn-id: http://skia.googlecode.com/svn/trunk@8655 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/SampleApp.gyp8
-rw-r--r--gyp/gm.gyp9
-rw-r--r--gyp/gmslides.gypi1
3 files changed, 0 insertions, 18 deletions
diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp
index 9c2b6430ec..b4104ed2e2 100644
--- a/gyp/SampleApp.gyp
+++ b/gyp/SampleApp.gyp
@@ -5,7 +5,6 @@
'type': 'executable',
'mac_bundle' : 1,
'include_dirs' : [
- '../debugger',
'../src/core',
'../src/effects', #needed for BlurMask.h
'../gm', # needed to pull gm.h
@@ -16,13 +15,6 @@
'gmslides.gypi',
],
'sources': [
- '../debugger/SkDrawCommand.h',
- '../debugger/SkDrawCommand.cpp',
- '../debugger/SkDebugCanvas.h',
- '../debugger/SkDebugCanvas.cpp',
- '../debugger/SkObjectParser.h',
- '../debugger/SkObjectParser.cpp',
-
'../gm/gm.cpp',
'../gm/gm.h',
diff --git a/gyp/gm.gyp b/gyp/gm.gyp
index 3458107dbc..940ab84361 100644
--- a/gyp/gm.gyp
+++ b/gyp/gm.gyp
@@ -8,7 +8,6 @@
'target_name': 'gm',
'type': 'executable',
'include_dirs' : [
- '../debugger',
'../src/core',
'../src/effects',
'../src/pipe/utils/',
@@ -18,17 +17,9 @@
'gmslides.gypi',
],
'sources': [
- '../debugger/SkDrawCommand.h',
- '../debugger/SkDrawCommand.cpp',
- '../debugger/SkDebugCanvas.h',
- '../debugger/SkDebugCanvas.cpp',
- '../debugger/SkObjectParser.h',
- '../debugger/SkObjectParser.cpp',
-
'../gm/gm.cpp',
'../gm/gmmain.cpp',
'../gm/system_preferences_default.cpp',
-
'../src/pipe/utils/SamplePipeControllers.h',
'../src/pipe/utils/SamplePipeControllers.cpp',
],
diff --git a/gyp/gmslides.gypi b/gyp/gmslides.gypi
index 6bd07bde5c..f04098c3b7 100644
--- a/gyp/gmslides.gypi
+++ b/gyp/gmslides.gypi
@@ -60,7 +60,6 @@
'../gm/morphology.cpp',
'../gm/ninepatchstretch.cpp',
'../gm/nocolorbleed.cpp',
- '../gm/optimizations.cpp',
'../gm/patheffects.cpp',
'../gm/pathfill.cpp',
'../gm/pathinterior.cpp',