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

Unified Diff: trunk/src/BUILD.gn

Issue 231293003: Revert 262747 "Improve GN public header file checking" (Closed) Base URL: svn://svn.chromium.org/chrome/
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 | trunk/src/third_party/freetype2/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/BUILD.gn
===================================================================
--- trunk/src/BUILD.gn (revision 262754)
+++ trunk/src/BUILD.gn (working copy)
@@ -32,6 +32,7 @@
#"//sdch",
#"//skia",
#"//third_party/WebKit/Source/platform",
+ "//third_party/freetype2",
#"//third_party/icu:icudata",
#"//third_party/leveldatabase",
"//third_party/libpng",
@@ -46,10 +47,4 @@
"//ui/gfx/geometry",
"//url",
]
-
- if (is_linux) {
- deps += [
- "//third_party/freetype2",
- ]
- }
}
« no previous file with comments | « no previous file | trunk/src/third_party/freetype2/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698