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

Side by Side Diff: xfa/src/fxfa/src/fm2js/xfa_fm2js.h

Issue 1745023003: Remove xfa_fm2js.h and IWYU. (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 unified diff | Download patch
« no previous file with comments | « xfa/src/fxfa/src/fm2js/xfa_expression.cpp ('k') | xfa/src/fxfa/src/fm2js/xfa_fm2jsapi.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2014 PDFium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6
7 #ifndef XFA_SRC_FXFA_SRC_FM2JS_XFA_FM2JS_H_
8 #define XFA_SRC_FXFA_SRC_FM2JS_XFA_FM2JS_H_
9
10 #include "xfa/src/fxfa/src/common/xfa_docdata.h"
11 #include "xfa/src/fxfa/src/common/xfa_doclayout.h"
12 #include "xfa/src/fxfa/src/common/xfa_document.h"
13 #include "xfa/src/fxfa/src/common/xfa_fm2jsapi.h"
14 #include "xfa/src/fxfa/src/common/xfa_localemgr.h"
15 #include "xfa/src/fxfa/src/common/xfa_object.h"
16 #include "xfa/src/fxfa/src/common/xfa_parser.h"
17 #include "xfa/src/fxfa/src/common/xfa_script.h"
18 #include "xfa/src/fxfa/src/common/xfa_utils.h"
19 #include "xfa/src/fxfa/src/fm2js/xfa_error.h"
20 #include "xfa/src/fxfa/src/fm2js/xfa_expression.h"
21 #include "xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.h"
22 #include "xfa/src/fxfa/src/fm2js/xfa_fmparse.h"
23 #include "xfa/src/fxfa/src/fm2js/xfa_lexer.h"
24 #include "xfa/src/fxfa/src/fm2js/xfa_program.h"
25 #include "xfa/src/fxfa/src/fm2js/xfa_simpleexpression.h"
26
27 #define RUNTIMEFUNCTIONRETURNVALUE \
28 (FX_WSTRC(L"foxit_xfa_formcalc_runtime_func_return_value"))
29 #define EXCLAMATION_IN_IDENTIFIER \
30 (FX_WSTRC(L"foxit_xfa_formcalc__exclamation__"))
31
32 #endif // XFA_SRC_FXFA_SRC_FM2JS_XFA_FM2JS_H_
OLDNEW
« no previous file with comments | « xfa/src/fxfa/src/fm2js/xfa_expression.cpp ('k') | xfa/src/fxfa/src/fm2js/xfa_fm2jsapi.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698