05d550ed36
For now, this requires having a complete ChromeOS checkout. R=djsollen@google.com Review URL: https://codereview.chromium.org/16099011 git-svn-id: http://skia.googlecode.com/svn/trunk@9505 2bbb7eff-a529-9590-31e7-b0007b416f81
10 lines
295 B
Python
10 lines
295 B
Python
# This GYP file stores the dependencies necessary to build Skia on the Chrome OS
|
|
# platform. The OS doesn't provide many stable libraries as part of the
|
|
# distribution so we have to build a few of them ourselves.
|
|
|
|
{
|
|
'includes': [
|
|
'../platform_tools/chromeos/gyp/dependencies.gypi',
|
|
],
|
|
}
|