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

Unified Diff: third_party/BUILD.gn

Issue 2289263005: Fix gn gn --check complaints about fxcrt. (Closed)
Patch Set: Created 4 years, 4 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 | « BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/BUILD.gn
diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn
index a3878e8beaf74f7157a04824c705a9c76536c456..a0db050a0d22299bf9b32c83ea84946525093585 100644
--- a/third_party/BUILD.gn
+++ b/third_party/BUILD.gn
@@ -134,6 +134,9 @@ if (!pdf_use_skia) {
"agg23/agg_vcgen_dash.cpp",
"agg23/agg_vcgen_stroke.cpp",
]
+ deps = [
+ "//:fxcrt",
+ ]
}
}
@@ -265,6 +268,9 @@ static_library("jpeg") {
"libjpeg/makefile",
"libjpeg/transupp.h",
]
+ deps = [
+ "//:fxcrt",
+ ]
}
config("fx_libopenjpeg_warnings") {
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698