aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-01-25 17:49:03 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-01-25 17:49:03 +0000
commit3bc72002401ed4b258587c0e59320502e37d28a6 (patch)
tree7b628efad713c884653cd5272b35b07ad77cb40c /gyp
parent6548cecb437d962a277d236705343c67a3e3c6bc (diff)
Move random from core to utils
Review URL: https://codereview.appspot.com/7193064 git-svn-id: http://skia.googlecode.com/svn/trunk@7395 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/core.gypi1
-rw-r--r--gyp/utils.gyp1
2 files changed, 1 insertions, 1 deletions
diff --git a/gyp/core.gypi b/gyp/core.gypi
index 578f904d25..82b9623c08 100644
--- a/gyp/core.gypi
+++ b/gyp/core.gypi
@@ -242,7 +242,6 @@
'<(skia_include_path)/core/SkPicture.h',
'<(skia_include_path)/core/SkPixelRef.h',
'<(skia_include_path)/core/SkPoint.h',
- '<(skia_include_path)/core/SkRandom.h',
'<(skia_include_path)/core/SkRasterizer.h',
'<(skia_include_path)/core/SkReader32.h',
'<(skia_include_path)/core/SkRect.h',
diff --git a/gyp/utils.gyp b/gyp/utils.gyp
index 28910e4dc8..b4469ba1de 100644
--- a/gyp/utils.gyp
+++ b/gyp/utils.gyp
@@ -48,6 +48,7 @@
'../include/utils/SkParsePaint.h',
'../include/utils/SkParsePath.h',
'../include/utils/SkPictureUtils.h',
+ '../include/utils/SkRandom.h',
'../include/utils/SkRTConf.h',
'../include/utils/SkProxyCanvas.h',
'../include/utils/SkUnitMappers.h',