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

Side by Side Diff: pdfium.gyp

Issue 1874773002: Templatize CFX_{Byte,Wide}StringC (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Remove one <type_traits> include. Created 4 years, 7 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_system.h ('k') | testing/fx_string_testhelpers.cpp » ('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 9
10 'variables': { 10 'variables': {
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 # core/fxcodec/fx_libopenjpeg/src/fx_mct.c does an pointer-to-int 608 # core/fxcodec/fx_libopenjpeg/src/fx_mct.c does an pointer-to-int
609 # conversion to check that an address is 16-bit aligned (benign). 609 # conversion to check that an address is 16-bit aligned (benign).
610 'cflags_c': [ '-Wno-pointer-to-int-cast' ], 610 'cflags_c': [ '-Wno-pointer-to-int-cast' ],
611 }], 611 }],
612 ], 612 ],
613 }, 613 },
614 { 614 {
615 'target_name': 'fxcrt', 615 'target_name': 'fxcrt',
616 'type': 'static_library', 616 'type': 'static_library',
617 'sources': [ 617 'sources': [
618 'core/fxcrt/cfx_string_c_template.h',
618 'core/fxcrt/cfx_string_data_template.h', 619 'core/fxcrt/cfx_string_data_template.h',
619 'core/fxcrt/extension.h', 620 'core/fxcrt/extension.h',
620 'core/fxcrt/fx_basic_array.cpp', 621 'core/fxcrt/fx_basic_array.cpp',
621 'core/fxcrt/fx_basic_bstring.cpp', 622 'core/fxcrt/fx_basic_bstring.cpp',
622 'core/fxcrt/fx_basic_buffer.cpp', 623 'core/fxcrt/fx_basic_buffer.cpp',
623 'core/fxcrt/fx_basic_coords.cpp', 624 'core/fxcrt/fx_basic_coords.cpp',
624 'core/fxcrt/fx_basic_gcc.cpp', 625 'core/fxcrt/fx_basic_gcc.cpp',
625 'core/fxcrt/fx_basic_list.cpp', 626 'core/fxcrt/fx_basic_list.cpp',
626 'core/fxcrt/fx_basic_memmgr.cpp', 627 'core/fxcrt/fx_basic_memmgr.cpp',
627 'core/fxcrt/fx_basic_plex.cpp', 628 'core/fxcrt/fx_basic_plex.cpp',
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
1073 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1074 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1074 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1075 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1075 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1076 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1076 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1077 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1077 ], 1078 ],
1078 }, 1079 },
1079 ] 1080 ]
1080 }], 1081 }],
1081 ] 1082 ]
1082 } 1083 }
OLDNEW
« no previous file with comments | « core/fxcrt/include/fx_system.h ('k') | testing/fx_string_testhelpers.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698