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

Unified Diff: xfa.gyp

Issue 1807623002: Move xfa/include/fxjse/fxjse.h into xfa/fxjse/include. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 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 | « fpdfsdk/include/javascript/IJavaScript.h ('k') | xfa/fxfa/fm2js/xfa_fm2jsapi.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa.gyp
diff --git a/xfa.gyp b/xfa.gyp
index 78593dfa6dcf6d74670269c7a1165faf5163b12f..80ece87d1a61977cc4fa3db499a5a753a81b0d03 100644
--- a/xfa.gyp
+++ b/xfa.gyp
@@ -103,7 +103,6 @@
"xfa/include/fxfa/fxfa_objectacc.h",
"xfa/include/fxfa/fxfa_widget.h",
"xfa/include/fxgraphics/fx_graphics.h",
- "xfa/include/fxjse/fxjse.h",
"xfa/fde/css/fde_css.h",
"xfa/fde/css/fde_csscache.cpp",
"xfa/fde/css/fde_csscache.h",
@@ -642,6 +641,7 @@
"xfa/fxgraphics/fx_path_generator.cpp",
"xfa/fxgraphics/fx_path_generator.h",
"xfa/fxgraphics/pre.h",
+ "xfa/fxjse/include/fxjse.h",
],
"conditions": [
["clang==1" , {
@@ -658,6 +658,7 @@
'<(DEPTH)/v8/include',
],
'sources': [
+ "xfa/fxjse/cfxjse_arguments.h",
"xfa/fxjse/class.cpp",
"xfa/fxjse/class.h",
"xfa/fxjse/context.cpp",
« no previous file with comments | « fpdfsdk/include/javascript/IJavaScript.h ('k') | xfa/fxfa/fm2js/xfa_fm2jsapi.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698