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

Side by Side Diff: pdfium.gyp

Issue 1844073003: Make StringData a templated class. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Re-rebase 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
« no previous file with comments | « core/fxcrt/include/fx_string.h ('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 9
10 'variables': { 10 'variables': {
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 # core/fxcodec/fx_libopenjpeg/src/fx_mct.c does an pointer-to-int 603 # core/fxcodec/fx_libopenjpeg/src/fx_mct.c does an pointer-to-int
604 # conversion to check that an address is 16-bit aligned (benign). 604 # conversion to check that an address is 16-bit aligned (benign).
605 'cflags_c': [ '-Wno-pointer-to-int-cast' ], 605 'cflags_c': [ '-Wno-pointer-to-int-cast' ],
606 }], 606 }],
607 ], 607 ],
608 }, 608 },
609 { 609 {
610 'target_name': 'fxcrt', 610 'target_name': 'fxcrt',
611 'type': 'static_library', 611 'type': 'static_library',
612 'sources': [ 612 'sources': [
613 'core/fxcrt/cfx_string_data_template.h',
613 'core/fxcrt/extension.h', 614 'core/fxcrt/extension.h',
614 'core/fxcrt/fx_basic_array.cpp', 615 'core/fxcrt/fx_basic_array.cpp',
615 'core/fxcrt/fx_basic_bstring.cpp', 616 'core/fxcrt/fx_basic_bstring.cpp',
616 'core/fxcrt/fx_basic_buffer.cpp', 617 'core/fxcrt/fx_basic_buffer.cpp',
617 'core/fxcrt/fx_basic_coords.cpp', 618 'core/fxcrt/fx_basic_coords.cpp',
618 'core/fxcrt/fx_basic_gcc.cpp', 619 'core/fxcrt/fx_basic_gcc.cpp',
619 'core/fxcrt/fx_basic_list.cpp', 620 'core/fxcrt/fx_basic_list.cpp',
620 'core/fxcrt/fx_basic_memmgr.cpp', 621 'core/fxcrt/fx_basic_memmgr.cpp',
621 'core/fxcrt/fx_basic_plex.cpp', 622 'core/fxcrt/fx_basic_plex.cpp',
622 'core/fxcrt/fx_basic_utf.cpp', 623 'core/fxcrt/fx_basic_utf.cpp',
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
1059 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', 1060 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h',
1060 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', 1061 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h',
1061 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', 1062 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h',
1062 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', 1063 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h',
1063 ], 1064 ],
1064 }, 1065 },
1065 ] 1066 ]
1066 }], 1067 }],
1067 ] 1068 ]
1068 } 1069 }
OLDNEW
« no previous file with comments | « core/fxcrt/include/fx_string.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698