Home | History | Annotate | Download | only in gyp
      1 # Copyright 2015 Google Inc.
      2 #
      3 # Use of this source code is governed by a BSD-style license that can be
      4 # found in the LICENSE file.
      5 {
      6   'include_dirs': [
      7     '../bench/subset',
      8     '../bench',
      9     '../include/private',
     10     '../src/core',
     11     '../src/effects',
     12     '../src/gpu',
     13     '../src/pdf',
     14     '../src/utils',
     15   ],
     16   'sources': [ '<!@(python find.py ../bench "*.cpp")' ],
     17 
     18   'dependencies': [
     19     'etc1.gyp:libetc1',
     20     'pdf.gyp:pdf',
     21     'skia_lib.gyp:skia_lib',
     22     'tools.gyp:resources',
     23     'tools.gyp:sk_tool_utils',
     24     'tools.gyp:url_data_manager',
     25   ],
     26   'conditions': [
     27     ['skia_gpu == 1', {
     28       'include_dirs': [ '../src/gpu' ],
     29       'dependencies': [ 'gputest.gyp:skgputest' ],
     30     }],
     31     ['not skia_android_framework', {
     32         'sources!': [ '../bench/nanobenchAndroid.cpp' ],
     33     }],
     34   ],
     35 }
     36