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

Side by Side Diff: pdfium.gyp

Issue 1546443002: Merge to XFA: Fix JS seconds since epoch to date conversions. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: XFA changes Created 4 years, 12 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/src/jsapi/fxjs_v8_embeddertest.cpp ('k') | testing/embedder_test.h » ('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 'pdf_use_skia%': 0, 9 'pdf_use_skia%': 0,
10 'pdf_enable_v8%': 1, 10 'pdf_enable_v8%': 1,
(...skipping 807 matching lines...) Expand 10 before | Expand all | Expand 10 after
818 ['pdf_enable_v8==1', { 818 ['pdf_enable_v8==1', {
819 'include_dirs': [ 819 'include_dirs': [
820 '<(DEPTH)/v8', 820 '<(DEPTH)/v8',
821 '<(DEPTH)/v8/include', 821 '<(DEPTH)/v8/include',
822 ], 822 ],
823 'dependencies': [ 823 'dependencies': [
824 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 824 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
825 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', 825 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform',
826 ], 826 ],
827 'sources': [ 827 'sources': [
828 'fpdfsdk/src/javascript/public_methods_embeddertest.cpp',
828 'fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp', 829 'fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp',
830 'testing/js_embedder_test.cpp',
831 'testing/js_embedder_test.h',
829 ], 832 ],
830 }], 833 }],
831 ], 834 ],
832 }, 835 },
833 { 836 {
834 'target_name': 'test_support', 837 'target_name': 'test_support',
835 'type': 'static_library', 838 'type': 'static_library',
836 'dependencies': [ 839 'dependencies': [
837 '<(DEPTH)/testing/gmock.gyp:gmock', 840 '<(DEPTH)/testing/gmock.gyp:gmock',
838 '<(DEPTH)/testing/gtest.gyp:gtest', 841 '<(DEPTH)/testing/gtest.gyp:gtest',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', 879 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h',
877 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', 880 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h',
878 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', 881 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h',
879 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', 882 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h',
880 ], 883 ],
881 }, 884 },
882 ] 885 ]
883 }], 886 }],
884 ] 887 ]
885 } 888 }
OLDNEW
« no previous file with comments | « fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp ('k') | testing/embedder_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698