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 1847333004: Remove _FXBSTR* and calls to FX_BSTRC. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 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
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 892 matching lines...) Expand 10 before | Expand all | Expand 10 after
903 'dependencies': [ 903 'dependencies': [
904 '<(DEPTH)/testing/gtest.gyp:gtest_main', 904 '<(DEPTH)/testing/gtest.gyp:gtest_main',
905 '<(DEPTH)/testing/gtest.gyp:gtest', 905 '<(DEPTH)/testing/gtest.gyp:gtest',
906 'pdfium', 906 'pdfium',
907 'test_support', 907 'test_support',
908 ], 908 ],
909 'sources': [ 909 'sources': [
910 'core/fxcrt/cfx_retain_ptr_unittest.cpp', 910 'core/fxcrt/cfx_retain_ptr_unittest.cpp',
911 'core/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp', 911 'core/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp',
912 'core/fpdfapi/fpdf_font/fpdf_font_unittest.cpp', 912 'core/fpdfapi/fpdf_font/fpdf_font_unittest.cpp',
913 'core/fpdfapi/fpdf_page/fpdf_page_parser_unittest.cpp',
913 'core/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp', 914 'core/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp',
914 'core/fpdfapi/fpdf_parser/cpdf_object_unittest.cpp', 915 'core/fpdfapi/fpdf_parser/cpdf_object_unittest.cpp',
915 'core/fpdfapi/fpdf_parser/cpdf_parser_unittest.cpp', 916 'core/fpdfapi/fpdf_parser/cpdf_parser_unittest.cpp',
916 'core/fpdfapi/fpdf_parser/cpdf_simple_parser_unittest.cpp', 917 'core/fpdfapi/fpdf_parser/cpdf_simple_parser_unittest.cpp',
917 'core/fpdfapi/fpdf_parser/cpdf_syntax_parser_unittest.cpp', 918 'core/fpdfapi/fpdf_parser/cpdf_syntax_parser_unittest.cpp',
918 'core/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp', 919 'core/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp',
919 'core/fpdfdoc/doc_basic_unittest.cpp', 920 'core/fpdfdoc/doc_basic_unittest.cpp',
920 'core/fpdftext/fpdf_text_int_unittest.cpp', 921 'core/fpdftext/fpdf_text_int_unittest.cpp',
921 'core/fxcodec/codec/fx_codec_jpx_unittest.cpp', 922 'core/fxcodec/codec/fx_codec_jpx_unittest.cpp',
922 'core/fxcrt/fx_basic_bstring_unittest.cpp', 923 'core/fxcrt/fx_basic_bstring_unittest.cpp',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
1050 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', 1051 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h',
1051 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', 1052 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h',
1052 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', 1053 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h',
1053 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', 1054 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h',
1054 ], 1055 ],
1055 }, 1056 },
1056 ] 1057 ]
1057 }], 1058 }],
1058 ] 1059 ]
1059 } 1060 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698