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

Side by Side Diff: pdfium.gyp

Issue 1920863003: Roll v8 to 0ff89ea7 and update gyp references (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 7 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 | « DEPS ('k') | samples/samples.gyp » ('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 # TODO(thakis): Enable this, pdfium:29 7 # TODO(thakis): Enable this, pdfium:29
8 #'chromium_code': 1, 8 #'chromium_code': 1,
9 9
10 'variables': { 10 'variables': {
(...skipping 811 matching lines...) Expand 10 before | Expand all | Expand 10 after
822 'fpdfsdk/javascript/ijs_runtime.h', 822 'fpdfsdk/javascript/ijs_runtime.h',
823 'fpdfsdk/javascript/JS_Runtime_Stub.cpp', 823 'fpdfsdk/javascript/JS_Runtime_Stub.cpp',
824 ], 824 ],
825 'conditions': [ 825 'conditions': [
826 ['pdf_enable_v8==1', { 826 ['pdf_enable_v8==1', {
827 'include_dirs': [ 827 'include_dirs': [
828 '<(DEPTH)/v8', 828 '<(DEPTH)/v8',
829 '<(DEPTH)/v8/include', 829 '<(DEPTH)/v8/include',
830 ], 830 ],
831 'dependencies': [ 831 'dependencies': [
832 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 832 '<(DEPTH)/v8/src/v8.gyp:v8',
833 ], 833 ],
834 'export_dependent_settings': [ 834 'export_dependent_settings': [
835 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 835 '<(DEPTH)/v8/src/v8.gyp:v8',
836 ], 836 ],
837 'sources!': [ 837 'sources!': [
838 'fpdfsdk/javascript/JS_Runtime_Stub.cpp', 838 'fpdfsdk/javascript/JS_Runtime_Stub.cpp',
839 ], 839 ],
840 'sources': [ 840 'sources': [
841 'fpdfsdk/javascript/Consts.cpp', 841 'fpdfsdk/javascript/Consts.cpp',
842 'fpdfsdk/javascript/Consts.h', 842 'fpdfsdk/javascript/Consts.h',
843 'fpdfsdk/javascript/Document.cpp', 843 'fpdfsdk/javascript/Document.cpp',
844 'fpdfsdk/javascript/Document.h', 844 'fpdfsdk/javascript/Document.h',
845 'fpdfsdk/javascript/Field.cpp', 845 'fpdfsdk/javascript/Field.cpp',
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
1010 'sources': [ 1010 'sources': [
1011 'xfa/fxfa/parser/xfa_parser_imp_embeddertest.cpp', 1011 'xfa/fxfa/parser/xfa_parser_imp_embeddertest.cpp',
1012 ], 1012 ],
1013 }], 1013 }],
1014 ['pdf_enable_v8==1', { 1014 ['pdf_enable_v8==1', {
1015 'include_dirs': [ 1015 'include_dirs': [
1016 '<(DEPTH)/v8', 1016 '<(DEPTH)/v8',
1017 '<(DEPTH)/v8/include', 1017 '<(DEPTH)/v8/include',
1018 ], 1018 ],
1019 'dependencies': [ 1019 'dependencies': [
1020 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 1020 '<(DEPTH)/v8/src/v8.gyp:v8',
1021 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', 1021 '<(DEPTH)/v8/src/v8.gyp:v8_libplatform',
1022 ], 1022 ],
1023 'sources': [ 1023 'sources': [
1024 'fpdfsdk/javascript/public_methods_embeddertest.cpp', 1024 'fpdfsdk/javascript/public_methods_embeddertest.cpp',
1025 'fpdfsdk/jsapi/fxjs_v8_embeddertest.cpp', 1025 'fpdfsdk/jsapi/fxjs_v8_embeddertest.cpp',
1026 'testing/js_embedder_test.cpp', 1026 'testing/js_embedder_test.cpp',
1027 'testing/js_embedder_test.h', 1027 'testing/js_embedder_test.h',
1028 ], 1028 ],
1029 }], 1029 }],
1030 ], 1030 ],
1031 }, 1031 },
(...skipping 11 matching lines...) Expand all
1043 'testing/test_support.h', 1043 'testing/test_support.h',
1044 'testing/utils/path_service.cpp', 1044 'testing/utils/path_service.cpp',
1045 ], 1045 ],
1046 'conditions': [ 1046 'conditions': [
1047 ['pdf_enable_v8==1', { 1047 ['pdf_enable_v8==1', {
1048 'include_dirs': [ 1048 'include_dirs': [
1049 '<(DEPTH)/v8', 1049 '<(DEPTH)/v8',
1050 '<(DEPTH)/v8/include', 1050 '<(DEPTH)/v8/include',
1051 ], 1051 ],
1052 'dependencies': [ 1052 'dependencies': [
1053 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 1053 '<(DEPTH)/v8/src/v8.gyp:v8',
1054 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', 1054 '<(DEPTH)/v8/src/v8.gyp:v8_libplatform',
1055 ], 1055 ],
1056 }], 1056 }],
1057 ], 1057 ],
1058 }, 1058 },
1059 ], 1059 ],
1060 'conditions': [ 1060 'conditions': [
1061 ['pdf_enable_xfa==1', { 1061 ['pdf_enable_xfa==1', {
1062 'targets': [ 1062 'targets': [
1063 { 1063 {
1064 'target_name': 'fpdfxfa', 1064 'target_name': 'fpdfxfa',
(...skipping 10 matching lines...) Expand all
1075 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1075 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1076 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1076 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1077 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1077 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1078 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1078 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1079 ], 1079 ],
1080 }, 1080 },
1081 ] 1081 ]
1082 }], 1082 }],
1083 ] 1083 ]
1084 } 1084 }
OLDNEW
« no previous file with comments | « DEPS ('k') | samples/samples.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698