Home | History | Annotate | Download | only in gyp
      1 # sources and conditions used in skia's bench.gyp and chromium's skia.gyp
      2 #
      3 {
      4   'sources': [
      5     '../bench/benchmain.cpp',
      6     '../bench/SkBenchmark.h',
      7     '../bench/SkBenchmark.cpp',
      8 
      9     '../bench/AAClipBench.cpp',
     10     '../bench/BitmapBench.cpp',
     11     '../bench/BitmapRectBench.cpp',
     12     '../bench/BlurBench.cpp',
     13     '../bench/BlurRectBench.cpp',
     14     '../bench/ChecksumBench.cpp',
     15     '../bench/ChromeBench.cpp',
     16     '../bench/DashBench.cpp',
     17     '../bench/DecodeBench.cpp',
     18     '../bench/DeferredCanvasBench.cpp',
     19     '../bench/FontScalerBench.cpp',
     20     '../bench/GradientBench.cpp',
     21     '../bench/GrMemoryPoolBench.cpp',
     22     '../bench/InterpBench.cpp',
     23     '../bench/LineBench.cpp',
     24     '../bench/MathBench.cpp',
     25     '../bench/Matrix44Bench.cpp',
     26     '../bench/MatrixBench.cpp',
     27     '../bench/MatrixConvolutionBench.cpp',
     28     '../bench/MemoryBench.cpp',
     29     '../bench/MorphologyBench.cpp',
     30     '../bench/MutexBench.cpp',
     31     '../bench/PathBench.cpp',
     32     '../bench/PathIterBench.cpp',
     33     '../bench/PicturePlaybackBench.cpp',
     34     '../bench/PictureRecordBench.cpp',
     35     '../bench/ReadPixBench.cpp',
     36     '../bench/RectBench.cpp',
     37     '../bench/RefCntBench.cpp',
     38     '../bench/RegionBench.cpp',
     39     '../bench/RegionContainBench.cpp',
     40     '../bench/RepeatTileBench.cpp',
     41     '../bench/RTreeBench.cpp',
     42     '../bench/ScalarBench.cpp',
     43     '../bench/ShaderMaskBench.cpp',
     44     '../bench/SortBench.cpp',
     45     '../bench/TableBench.cpp',
     46     '../bench/TextBench.cpp',
     47     '../bench/TileBench.cpp',
     48     '../bench/VertBench.cpp',
     49     '../bench/WriterBench.cpp',
     50 
     51     '../bench/SkBenchLogger.h',
     52     '../bench/SkBenchLogger.cpp',
     53     '../bench/TimerData.h',
     54     '../bench/TimerData.cpp',
     55   ],
     56 }
     57 
     58 # Local Variables:
     59 # tab-width:2
     60 # indent-tabs-mode:nil
     61 # End:
     62 # vim: set expandtab tabstop=2 shiftwidth=2:
     63