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

Side by Side Diff: pdfium.gyp

Issue 2260663002: Add initial Document::getAnnot support (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: fix GYP build Created 4 years, 4 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 | « fpdfsdk/javascript/cjs_runtime.cpp ('k') | testing/resources/javascript/document_methods.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 PDFium Authors. All rights reserved. 1 # Copyright 2015 PDFium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'pdf_use_skia%': 0, 8 'pdf_use_skia%': 0,
9 'pdf_enable_v8%': 1, 9 'pdf_enable_v8%': 1,
10 'pdf_enable_xfa%': 0, # Set to 1 by standalone.gypi in a standalone build. 10 'pdf_enable_xfa%': 0, # Set to 1 by standalone.gypi in a standalone build.
(...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after
859 ], 859 ],
860 'conditions': [ 860 'conditions': [
861 ['pdf_enable_v8==1', { 861 ['pdf_enable_v8==1', {
862 'dependencies': [ 862 'dependencies': [
863 ':fxjs' 863 ':fxjs'
864 ], 864 ],
865 'sources!': [ 865 'sources!': [
866 'fpdfsdk/javascript/JS_Runtime_Stub.cpp', 866 'fpdfsdk/javascript/JS_Runtime_Stub.cpp',
867 ], 867 ],
868 'sources': [ 868 'sources': [
869 'fpdfsdk/javascript/Annot.cpp',
870 'fpdfsdk/javascript/Annot.h',
869 'fpdfsdk/javascript/Consts.cpp', 871 'fpdfsdk/javascript/Consts.cpp',
870 'fpdfsdk/javascript/Consts.h', 872 'fpdfsdk/javascript/Consts.h',
871 'fpdfsdk/javascript/Document.cpp', 873 'fpdfsdk/javascript/Document.cpp',
872 'fpdfsdk/javascript/Document.h', 874 'fpdfsdk/javascript/Document.h',
873 'fpdfsdk/javascript/Field.cpp', 875 'fpdfsdk/javascript/Field.cpp',
874 'fpdfsdk/javascript/Field.h', 876 'fpdfsdk/javascript/Field.h',
875 'fpdfsdk/javascript/Icon.cpp', 877 'fpdfsdk/javascript/Icon.cpp',
876 'fpdfsdk/javascript/Icon.h', 878 'fpdfsdk/javascript/Icon.h',
877 'fpdfsdk/javascript/JS_Define.h', 879 'fpdfsdk/javascript/JS_Define.h',
878 'fpdfsdk/javascript/JS_EventHandler.cpp', 880 'fpdfsdk/javascript/JS_EventHandler.cpp',
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
1152 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1154 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1153 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1155 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1154 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1156 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1155 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1157 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1156 ], 1158 ],
1157 }, 1159 },
1158 ] 1160 ]
1159 }], 1161 }],
1160 ] 1162 ]
1161 } 1163 }
OLDNEW
« no previous file with comments | « fpdfsdk/javascript/cjs_runtime.cpp ('k') | testing/resources/javascript/document_methods.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698