Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(481)

Unified Diff: BUILD.gn

Issue 2189983002: Make both SK_API definition points identical and order independent. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: TODOne Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | include/c/sk_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | include/c/sk_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698