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

Unified Diff: third_party/BUILD.gn

Issue 2308873002: Fix gn --check complaints about fxcrt. (try 2) (Closed)
Patch Set: fix - relative paths Created 4 years, 3 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..958b9cc85e80b5a0b806756eb5d8eab3c99fe9bd 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