Build fix after r9598.

Updated include paths for debugger backend classes.

R=bungeman@google.com

Review URL: https://codereview.chromium.org/16866017

git-svn-id: http://skia.googlecode.com/svn/trunk@9600 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp
index 29787c7..8b64cbd 100644
--- a/gyp/SampleApp.gyp
+++ b/gyp/SampleApp.gyp
@@ -5,12 +5,12 @@
       'type': 'executable',
       'mac_bundle' : 1,
       'include_dirs' : [
-        '../debugger',
         '../src/core',
         '../src/effects', #needed for BlurMask.h
         '../gm',       # needed to pull gm.h
         '../samplecode', # To pull SampleApp.h and SampleCode.h
         '../src/pipe/utils', # For TiledPipeController
+        '../src/utils/debugger',
       ],
       'includes': [
         'gmslides.gypi',
diff --git a/gyp/debugger.gyp b/gyp/debugger.gyp
index fa7c6f7..3a972c2 100644
--- a/gyp/debugger.gyp
+++ b/gyp/debugger.gyp
@@ -78,6 +78,7 @@
       ],
       'include_dirs' : [
         '../src/core',
+        '../src/utils/debugger',
         '../debugger',      # To pull SkDebugger.h
         '../src/gpu',       # To pull gl/GrGLUtil.h
         '../src/ports',     # To pull SkFontDescriptor.h
diff --git a/gyp/gm.gyp b/gyp/gm.gyp
index 2f280af..3fdfb8e 100644
--- a/gyp/gm.gyp
+++ b/gyp/gm.gyp
@@ -29,11 +29,11 @@
       'target_name': 'gm',
       'type': 'executable',
       'include_dirs' : [
-        '../debugger',
         '../src/core',
         '../src/effects',
         '../src/pipe/utils/',
         '../src/utils/',
+        '../src/utils/debugger',
       ],
       'includes': [
         'gmslides.gypi',
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index cb7d4ac..2b0550a 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -282,7 +282,7 @@
       'type': 'executable',
       'include_dirs' : [
         '../src/core',
-        '../debugger',
+        '../src/utils/debugger',
       ],
       'sources': [
         '../tools/filtermain.cpp',