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

Unified Diff: sky/engine/public/BUILD.gn

Issue 746023002: Make absolute and sort all Sky headers (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/platform/weborigin/SecurityPolicyTest.cpp ('k') | sky/engine/public/platform/Platform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/BUILD.gn
diff --git a/sky/engine/public/BUILD.gn b/sky/engine/public/BUILD.gn
index 3af5ff2f47cebe637b0ae1335252ac5bbdf18fff..bc4e92de9eb2a00b62a51628fe7212e21ead12b4 100644
--- a/sky/engine/public/BUILD.gn
+++ b/sky/engine/public/BUILD.gn
@@ -10,17 +10,7 @@ group("test_support") {
]
}
-config("sky_headers_config") {
- include_dirs = [ ".." ]
-}
-
-# Depend on this target to use public sky API headers for things like enums
-# and public structures without actually linking against any Blink libraries.
-source_set("sky_headers") {
- direct_dependent_configs = [
- ":sky_headers_config",
- ]
-
+source_set("platform_headers") {
public = [
"platform/Platform.h",
"platform/ServiceProvider.h",
@@ -107,6 +97,11 @@ source_set("sky_headers") {
"platform/linux/WebFontInfo.h",
"platform/linux/WebFontRenderStyle.h",
"platform/linux/WebSandboxSupport.h",
+ ]
+}
+
+source_set("web_headers") {
+ public = [
"web/Sky.h",
"web/WebActiveWheelFlingParameters.h",
"web/WebArrayBufferConverter.h",
« no previous file with comments | « sky/engine/platform/weborigin/SecurityPolicyTest.cpp ('k') | sky/engine/public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698