| commit | d38f137e9b813f8193675ebd3dfbfe8bc42639e9 | [log] [tgz] |
|---|---|---|
| author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Oct 12 19:53:16 2011 +0000 |
| committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Oct 12 19:53:16 2011 +0000 |
| tree | 1e670c378d7b31a4538fde3c2b3e4e29b72c05b5 | |
| parent | 4d5cb45f3e3e62633304b4911d131cdd02dfd541 [diff] [blame] |
Move gpu/include/* to include/gpu and gpu/src/* to src/gpu Review URL: http://codereview.appspot.com/5250070/ git-svn-id: http://skia.googlecode.com/svn/trunk@2471 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gyp/tests.gyp b/gyp/tests.gyp index 93b1149..c5c3ff6 100644 --- a/gyp/tests.gyp +++ b/gyp/tests.gyp
@@ -10,7 +10,7 @@ 'type': 'executable', 'include_dirs' : [ '../src/core', - '../gpu/src', + '../src/gpu', ], 'sources': [ '../tests/BitmapCopyTest.cpp',