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

Unified Diff: BUILD.gn

Issue 317253003: Add libxslt to the GN build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/libxslt/BUILD.gn » ('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 133a94ffb898f2d3fc65ef7dd0e5430631bbdc8e..2e50210f8befdccb85b15156c7325faf9547b6f9 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -69,6 +69,7 @@ group("root") {
"//third_party/libusb",
"//third_party/libwebm",
"//third_party/libwebp",
+ "//third_party/libxslt",
"//third_party/libyuv",
"//third_party/mesa",
"//third_party/ots",
@@ -137,6 +138,10 @@ group("root") {
"//ppapi:ppapi_c",
"//sandbox",
"//third_party/libusb",
+
+ # Seems to not be compiled on Android. Otherwise it will need a config.h.
+ "//third_party/libxslt",
+
"//tools/gn",
"//ui/aura",
« no previous file with comments | « no previous file | third_party/libxslt/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698