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

Unified Diff: BUILD.gn

Issue 1863163002: Move code from fpdfsdk/include to the sub directories. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 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 | fpdfsdk/fpdf_ext.cpp » ('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 711ab98e08abcad88b543d9a264674a1cbe8b762..54291285b0f49c209a01958f591c1845000ee1d1 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -736,9 +736,9 @@ static_library("fxedit") {
"fpdfsdk/fxedit/fxet_list.cpp",
"fpdfsdk/fxedit/fxet_module.cpp",
"fpdfsdk/fxedit/fxet_pageobjs.cpp",
- "fpdfsdk/include/fxedit/fx_edit.h",
- "fpdfsdk/include/fxedit/fxet_edit.h",
- "fpdfsdk/include/fxedit/fxet_list.h",
+ "fpdfsdk/fxedit/include/fx_edit.h",
+ "fpdfsdk/fxedit/include/fxet_edit.h",
+ "fpdfsdk/fxedit/include/fxet_list.h",
]
configs += [ ":pdfium_config" ]
}
@@ -790,7 +790,6 @@ static_library("javascript") {
]
if (pdf_enable_v8) {
sources += [
- "fpdfsdk/include/jsapi/fxjs_v8.h",
"fpdfsdk/javascript/Consts.cpp",
"fpdfsdk/javascript/Consts.h",
"fpdfsdk/javascript/Document.cpp",
@@ -831,6 +830,7 @@ static_library("javascript") {
"fpdfsdk/javascript/util.cpp",
"fpdfsdk/javascript/util.h",
"fpdfsdk/jsapi/fxjs_v8.cpp",
+ "fpdfsdk/jsapi/include/fxjs_v8.h",
]
include_dirs = [
"//v8",
@@ -877,10 +877,10 @@ if (pdf_enable_xfa) {
"fpdfsdk/fpdfxfa/fpdfxfa_doc.cpp",
"fpdfsdk/fpdfxfa/fpdfxfa_page.cpp",
"fpdfsdk/fpdfxfa/fpdfxfa_util.cpp",
- "fpdfsdk/include/fpdfxfa/fpdfxfa_app.h",
- "fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h",
- "fpdfsdk/include/fpdfxfa/fpdfxfa_page.h",
- "fpdfsdk/include/fpdfxfa/fpdfxfa_util.h",
+ "fpdfsdk/fpdfxfa/include/fpdfxfa_app.h",
+ "fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h",
+ "fpdfsdk/fpdfxfa/include/fpdfxfa_page.h",
+ "fpdfsdk/fpdfxfa/include/fpdfxfa_util.h",
]
deps = [
":xfa",
« no previous file with comments | « no previous file | fpdfsdk/fpdf_ext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698