1 # This GYP file stores the dependencies necessary to build Skia on the Chrome OS 2 # platform. The OS doesn't provide many stable libraries as part of the 3 # distribution so we have to build a few of them ourselves. 4 5 { 6 'includes': [ 7 '../platform_tools/chromeos/gyp/dependencies.gypi', 8 ], 9 } 10