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

Side by Side Diff: pdfium.gyp

Issue 1533233002: Fix JS seconds since epoch to date conversions. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: more test cases 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 755 matching lines...) Expand 10 before | Expand all | Expand 10 after
766 ['pdf_enable_v8==1', { 766 ['pdf_enable_v8==1', {
767 'include_dirs': [ 767 'include_dirs': [
768 '<(DEPTH)/v8', 768 '<(DEPTH)/v8',
769 '<(DEPTH)/v8/include', 769 '<(DEPTH)/v8/include',
770 ], 770 ],
771 'dependencies': [ 771 'dependencies': [
772 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 772 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
773 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', 773 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform',
774 ], 774 ],
775 'sources': [ 775 'sources': [
776 'fpdfsdk/src/javascript/public_methods_embeddertest.cpp',
776 'fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp', 777 'fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp',
778 'testing/js_embedder_test.cpp',
779 'testing/js_embedder_test.h',
777 ], 780 ],
778 }], 781 }],
779 ], 782 ],
780 }, 783 },
781 { 784 {
782 'target_name': 'test_support', 785 'target_name': 'test_support',
783 'type': 'static_library', 786 'type': 'static_library',
784 'dependencies': [ 787 'dependencies': [
785 '<(DEPTH)/testing/gmock.gyp:gmock', 788 '<(DEPTH)/testing/gmock.gyp:gmock',
786 '<(DEPTH)/testing/gtest.gyp:gtest', 789 '<(DEPTH)/testing/gtest.gyp:gtest',
(...skipping 13 matching lines...) Expand all
800 ], 803 ],
801 'dependencies': [ 804 'dependencies': [
802 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 805 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
803 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', 806 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform',
804 ], 807 ],
805 }], 808 }],
806 ], 809 ],
807 }, 810 },
808 ], 811 ],
809 } 812 }
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