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

Unified Diff: BUILD.gn

Issue 2375963006: Move fpdfsdk/fxedit/include to fpdfsdk/fxedit (Closed)
Patch Set: Rebase to master 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 | « no previous file | fpdfsdk/cpdfsdk_interform.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 5f3b1bd9e95deae83d6c4c4812f2455d7129ac5b..a04a557837cc375622f9c61e1374b219fb917191 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -870,12 +870,12 @@ static_library("fxge") {
static_library("fxedit") {
sources = [
+ "fpdfsdk/fxedit/fx_edit.h",
"fpdfsdk/fxedit/fxet_ap.cpp",
"fpdfsdk/fxedit/fxet_edit.cpp",
+ "fpdfsdk/fxedit/fxet_edit.h",
"fpdfsdk/fxedit/fxet_list.cpp",
- "fpdfsdk/fxedit/include/fx_edit.h",
- "fpdfsdk/fxedit/include/fxet_edit.h",
- "fpdfsdk/fxedit/include/fxet_list.h",
+ "fpdfsdk/fxedit/fxet_list.h",
]
configs += [ ":pdfium_core_config" ]
deps = [
« no previous file with comments | « no previous file | fpdfsdk/cpdfsdk_interform.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698