diff options
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-03-08 07:01:25 +0000 |
---|---|---|
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-03-08 07:01:25 +0000 |
commit | 754a3eb73b796398062f09cc98eae224262a3bc8 (patch) | |
tree | 98c483dad9fc389086de10c00d0e80faa3665136 /gyp | |
parent | 97876d91d72bc70960db28f74e6862beb52f156f (diff) |
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@8033 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/debugger.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gyp/debugger.gyp b/gyp/debugger.gyp index f2de60ef02..40c0f35629 100644 --- a/gyp/debugger.gyp +++ b/gyp/debugger.gyp @@ -134,10 +134,10 @@ '../debugger/QT/SkRasterWidget.cpp', '../debugger/QT/SkImageWidget.h', '../debugger/QT/SkImageWidget.cpp', - + # To update this file edit SkIcons.qrc and rerun rcc to generate cpp '../debugger/QT/qrc_SkIcons.cpp', - + # Generated MOC files '<(moc_gen_dir)/moc_SkCanvasWidget.cpp', '<(moc_gen_dir)/moc_SkDebuggerGUI.cpp', |