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

Unified Diff: BUILD.gn

Issue 229423002: Improve public header file checking (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | third_party/freetype2/BUILD.gn » ('j') | tools/gn/c_include_iterator.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index a07e2e29f54363499d8614b4a1074819f52f59fe..515ce8fb13139628d07798449258aad37da25c91 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -32,7 +32,6 @@ group("root") {
#"//sdch",
#"//skia",
#"//third_party/WebKit/Source/platform",
- "//third_party/freetype2",
#"//third_party/icu:icudata",
#"//third_party/leveldatabase",
"//third_party/libpng",
@@ -42,4 +41,10 @@ group("root") {
"//tools/gn",
"//url",
]
+
+ if (is_linux) {
+ deps += [
+ "//third_party/freetype2",
+ ]
+ }
}
« no previous file with comments | « no previous file | third_party/freetype2/BUILD.gn » ('j') | tools/gn/c_include_iterator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698