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

Side by Side Diff: pdfium.gyp

Issue 1449873003: Reland "Cleanup some numeric code."" (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Fix windows build Created 5 years, 1 month 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/javascript/util.cpp ('k') | no next file » | 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 709 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 'core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp', 720 'core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp',
721 'core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp', 721 'core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp',
722 'core/src/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp', 722 'core/src/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp',
723 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp', 723 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp',
724 'core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_unittest.cpp', 724 'core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_unittest.cpp',
725 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', 725 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp',
726 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', 726 'core/src/fxcrt/fx_basic_bstring_unittest.cpp',
727 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', 727 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp',
728 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', 728 'core/src/fxcrt/fx_basic_wstring_unittest.cpp',
729 'core/src/fxcrt/fx_bidi_unittest.cpp', 729 'core/src/fxcrt/fx_bidi_unittest.cpp',
730 'core/src/fxcrt/fx_extension_unittest.cpp',
730 'core/src/fxcrt/fx_system_unittest.cpp', 731 'core/src/fxcrt/fx_system_unittest.cpp',
731 'testing/fx_string_testhelpers.h', 732 'testing/fx_string_testhelpers.h',
732 'testing/fx_string_testhelpers.cpp', 733 'testing/fx_string_testhelpers.cpp',
733 'third_party/base/nonstd_unique_ptr_unittest.cpp', 734 'third_party/base/nonstd_unique_ptr_unittest.cpp',
734 ], 735 ],
735 }, 736 },
736 { 737 {
737 'target_name': 'pdfium_embeddertests', 738 'target_name': 'pdfium_embeddertests',
738 'type': 'executable', 739 'type': 'executable',
739 'dependencies': [ 740 'dependencies': [
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 ], 799 ],
799 'dependencies': [ 800 'dependencies': [
800 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 801 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
801 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', 802 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform',
802 ], 803 ],
803 }], 804 }],
804 ], 805 ],
805 }, 806 },
806 ], 807 ],
807 } 808 }
OLDNEW
« no previous file with comments | « fpdfsdk/src/javascript/util.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698