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

Unified Diff: BUILD.gn

Issue 2386263003: Move core/fpdfapi/fpdf_edit to core/fpdfapi/edit (Closed)
Patch Set: Created 4 years, 2 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 | core/fpdfapi/edit/cpdf_creator.h » ('j') | fpdfsdk/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 9579f7477cfac8d0ce79fc84c286c6601ede922e..338ca5333b95c80d7048cf50074559227badc4b5 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -394,11 +394,11 @@ static_library("fpdfapi") {
"core/fpdfapi/cpdf_modulemgr.h",
"core/fpdfapi/cpdf_pagerendercontext.cpp",
"core/fpdfapi/cpdf_pagerendercontext.h",
- "core/fpdfapi/fpdf_edit/cpdf_creator.h",
- "core/fpdfapi/fpdf_edit/cpdf_pagecontentgenerator.cpp",
- "core/fpdfapi/fpdf_edit/cpdf_pagecontentgenerator.h",
- "core/fpdfapi/fpdf_edit/editint.h",
- "core/fpdfapi/fpdf_edit/fpdf_edit_create.cpp",
+ "core/fpdfapi/edit/cpdf_creator.h",
+ "core/fpdfapi/edit/cpdf_pagecontentgenerator.cpp",
+ "core/fpdfapi/edit/cpdf_pagecontentgenerator.h",
+ "core/fpdfapi/edit/editint.h",
+ "core/fpdfapi/edit/fpdf_edit_create.cpp",
"core/fpdfapi/fpdf_font/cpdf_cidfont.cpp",
"core/fpdfapi/fpdf_font/cpdf_cidfont.h",
"core/fpdfapi/fpdf_font/cpdf_font.cpp",
« no previous file with comments | « no previous file | core/fpdfapi/edit/cpdf_creator.h » ('j') | fpdfsdk/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698