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

Unified Diff: BUILD.gn

Issue 2380713005: Move fxjs/include to fxjs (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/javascript/DEPS » ('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 3b872fe7c577a4ae88ebabd970da61cb971c2eb0..f2015c3d11aed0ede29a731c6f20750b97e99d22 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1010,7 +1010,7 @@ if (pdf_enable_v8) {
static_library("fxjs") {
sources = [
"fxjs/fxjs_v8.cpp",
- "fxjs/include/fxjs_v8.h",
+ "fxjs/fxjs_v8.h",
]
configs += [ ":pdfium_core_config" ]
deps = [
@@ -1029,18 +1029,18 @@ if (pdf_enable_v8) {
if (pdf_enable_xfa) {
sources += [
"fxjs/cfxjse_arguments.cpp",
+ "fxjs/cfxjse_arguments.h",
"fxjs/cfxjse_class.cpp",
+ "fxjs/cfxjse_class.h",
"fxjs/cfxjse_context.cpp",
+ "fxjs/cfxjse_context.h",
"fxjs/cfxjse_isolatetracker.cpp",
"fxjs/cfxjse_isolatetracker.h",
"fxjs/cfxjse_runtimedata.cpp",
"fxjs/cfxjse_runtimedata.h",
"fxjs/cfxjse_value.cpp",
- "fxjs/include/cfxjse_arguments.h",
- "fxjs/include/cfxjse_class.h",
- "fxjs/include/cfxjse_context.h",
- "fxjs/include/cfxjse_value.h",
- "fxjs/include/fxjse.h",
+ "fxjs/cfxjse_value.h",
+ "fxjs/fxjse.h",
]
}
}
« no previous file with comments | « no previous file | fpdfsdk/javascript/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698