summaryrefslogtreecommitdiff
path: root/third_party/BUILD.gn
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2016-08-31 18:01:49 -0700
committerCommit bot <commit-bot@chromium.org>2016-08-31 18:01:49 -0700
commit380f53ec1d0a46648473e407934c9adede6cc1bd (patch)
tree274b8d56df4244d82ca02f07cde621fe9dce1245 /third_party/BUILD.gn
parent73e9c31d7eb8ecc59086c29e8e3e5bb4062b4424 (diff)
downloadpdfium-380f53ec1d0a46648473e407934c9adede6cc1bd.tar.xz
Revert of Fix gn gn --check complaints about fxcrt. (patchset #1 id:1 of https://codereview.chromium.org/2289263005/ )
Reason for revert: Breaking non-standalone builds. Original issue's description: > Fix gn gn --check complaints about fxcrt. > > Committed: https://pdfium.googlesource.com/pdfium/+/6f9ae19b9b125af868077f4eee80a13e0c29c61e TBR=dpranke@chromium.org,dsinclair@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review-Url: https://codereview.chromium.org/2301783002
Diffstat (limited to 'third_party/BUILD.gn')
-rw-r--r--third_party/BUILD.gn6
1 files changed, 0 insertions, 6 deletions
diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn
index a0db050a0d..a3878e8bea 100644
--- a/third_party/BUILD.gn
+++ b/third_party/BUILD.gn
@@ -134,9 +134,6 @@ if (!pdf_use_skia) {
"agg23/agg_vcgen_dash.cpp",
"agg23/agg_vcgen_stroke.cpp",
]
- deps = [
- "//:fxcrt",
- ]
}
}
@@ -268,9 +265,6 @@ static_library("jpeg") {
"libjpeg/makefile",
"libjpeg/transupp.h",
]
- deps = [
- "//:fxcrt",
- ]
}
config("fx_libopenjpeg_warnings") {