diff options
author | tfarina@chromium.org <tfarina@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-11-21 22:38:36 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-11-21 22:38:36 +0000 |
commit | 223137f49d1a4e805f5c1b1c20b7fd68719ac54b (patch) | |
tree | 511963f798f4ab68d8e2d0f5bfd33088b61f4522 /gyp | |
parent | 729e1c46cea63dfaa6e4a05608b8f3be41e19dce (diff) |
Remove GrRandom API in favor of SkRandom.
TEST=tests
R=bsalomon@google.com
Review URL: https://codereview.appspot.com/6855062
git-svn-id: http://skia.googlecode.com/svn/trunk@6539 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index 787ffc916e..018a9d6811 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -91,7 +91,6 @@ '<(skia_src_path)/gpu/GrPathUtils.cpp', '<(skia_src_path)/gpu/GrPathUtils.h', '<(skia_src_path)/gpu/GrPlotMgr.h', - '<(skia_src_path)/gpu/GrRandom.h', '<(skia_src_path)/gpu/GrRectanizer.cpp', '<(skia_src_path)/gpu/GrRectanizer.h', '<(skia_src_path)/gpu/GrRedBlackTree.h', |