summaryrefslogtreecommitdiff
path: root/chromeos_deps.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos_deps.gyp')
-rw-r--r--chromeos_deps.gyp9
1 files changed, 9 insertions, 0 deletions
diff --git a/chromeos_deps.gyp b/chromeos_deps.gyp
new file mode 100644
index 0000000..8863791
--- /dev/null
+++ b/chromeos_deps.gyp
@@ -0,0 +1,9 @@
+# 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',
+ ],
+}