summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2016-08-30 06:39:40 -0700
committerCommit bot <commit-bot@chromium.org>2016-08-30 06:39:40 -0700
commit5fec597c1a23a87b30c6ee9a45534aee91278709 (patch)
treecb206bfa5b7b6a3ce275784edc59147ef8992617
parent94fb74c3137ab4f9f817f4cfb14e0a68a677422b (diff)
downloadpdfium-5fec597c1a23a87b30c6ee9a45534aee91278709.tar.xz
Fix missing files found by gn gen --check.
Move trace_events DEPS from v8/base/ to base/ Review-Url: https://codereview.chromium.org/2292553003
-rw-r--r--BUILD.gn13
-rw-r--r--DEPS8
2 files changed, 9 insertions, 12 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 9ded5b5c32..68c09502e7 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -104,7 +104,6 @@ static_library("pdfium") {
"fpdfsdk/include/cpdfsdk_widget.h",
"fpdfsdk/include/fsdk_actionhandler.h",
"fpdfsdk/include/fsdk_pauseadapter.h",
- "fpdfsdk/include/ifpdfsdk_annothandler.h",
"fpdfsdk/include/pdfsdk_fieldaction.h",
"fpdfsdk/pdfsdk_fieldaction.cpp",
"public/fpdf_dataavail.h",
@@ -306,8 +305,8 @@ static_library("fpdfdoc") {
"core/fpdfdoc/include/cpvt_wordrange.h",
"core/fpdfdoc/include/fpdf_tagged.h",
"core/fpdfdoc/include/ipdf_formnotify.h",
+ "core/fpdfdoc/include/ipvt_fontmap.h",
"core/fpdfdoc/ipdf_formnotify.cpp",
- "core/fpdfdoc/ipvt_fontmap.h",
"core/fpdfdoc/tagged_int.h",
]
configs += [ ":pdfium_core_config" ]
@@ -549,7 +548,6 @@ static_library("fpdftext") {
"core/fpdftext/include/cpdf_linkextract.h",
"core/fpdftext/include/cpdf_textpage.h",
"core/fpdftext/include/cpdf_textpagefind.h",
- "core/fpdftext/text_int.h",
"core/fpdftext/unicodenormalizationdata.cpp",
"core/fpdftext/unicodenormalizationdata.h",
]
@@ -711,8 +709,8 @@ static_library("fxcrt") {
if (pdf_enable_xfa) {
sources += [
"core/fxcrt/fx_arabic.cpp",
- "core/fxcrt/fx_arabic.h",
"core/fxcrt/fx_basic_maps.cpp",
+ "core/fxcrt/include/fx_arabic.h",
"core/fxcrt/include/fx_arb.h",
]
}
@@ -780,13 +778,12 @@ static_library("fxge") {
"core/fxge/ge/fx_ge_linux.cpp",
"core/fxge/ge/fx_ge_text.cpp",
"core/fxge/ge/fx_text_int.h",
- "core/fxge/ge/include/cfx_fontmapper.h",
- "core/fxge/ge/include/cfx_fontmgr.h",
- "core/fxge/ge/include/ifx_systemfontinfo.h",
"core/fxge/ifx_renderdevicedriver.cpp",
"core/fxge/include/cfx_autofontcache.h",
"core/fxge/include/cfx_facecache.h",
"core/fxge/include/cfx_fontcache.h",
+ "core/fxge/include/cfx_fontmapper.h",
+ "core/fxge/include/cfx_fontmgr.h",
"core/fxge/include/cfx_fxgedevice.h",
"core/fxge/include/cfx_gemodule.h",
"core/fxge/include/cfx_graphstatedata.h",
@@ -799,6 +796,7 @@ static_library("fxge") {
"core/fxge/include/fx_font.h",
"core/fxge/include/fx_freetype.h",
"core/fxge/include/ifx_renderdevicedriver.h",
+ "core/fxge/include/ifx_systemfontinfo.h",
"core/fxge/win32/cfx_windowsdib.h",
]
@@ -1067,7 +1065,6 @@ if (pdf_enable_xfa) {
"xfa/fde/css/fde_csssyntax.cpp",
"xfa/fde/css/fde_csssyntax.h",
"xfa/fde/fde_gedevice.cpp",
- "xfa/fde/fde_geobject.h",
"xfa/fde/fde_iterator.cpp",
"xfa/fde/fde_iterator.h",
"xfa/fde/fde_object.h",
diff --git a/DEPS b/DEPS
index 77292411ff..1df1d08342 100644
--- a/DEPS
+++ b/DEPS
@@ -22,6 +22,10 @@ vars = {
}
deps = {
+ "base/trace_event/common":
+ Var('chromium_git') + "/chromium/src/base/trace_event/common.git@" +
+ Var('trace_event_revision'),
+
"build":
Var('chromium_git') + "/chromium/src/build.git@" + Var('build_revision'),
@@ -60,10 +64,6 @@ deps = {
"v8":
Var('chromium_git') + "/v8/v8.git@" + Var('v8_revision'),
-
- "v8/base/trace_event/common":
- Var('chromium_git') + "/chromium/src/base/trace_event/common.git@" +
- Var('trace_event_revision'),
}
deps_os = {