Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 7459fb0809245042d4d21bbe7163a51ab4b0da3a..d4ccf63ef50976839946dac6b9cd919760f5b39c 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -8,6 +8,7 @@ declare_args() { |
skia_public_includes = [ |
"include/android", |
+ "include/c", |
"include/codec", |
"include/config", |
"include/core", |
@@ -21,8 +22,6 @@ skia_public_includes = [ |
"include/utils", |
"include/utils/mac", |
"include/xml", |
- |
- "include/c", # TODO: move back to top, order shouldn't matter |
] |
# Skia public API, generally provided by :skia. |