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

Side by Side Diff: pdfium.gyp

Issue 1825953002: Move core/include/fxcrt to core/fxcrt/include. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 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/pdfwindow/PWL_Edit.cpp ('k') | testing/DEPS » ('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 548 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 # core/fxcodec/fx_libopenjpeg/src/fx_mct.c does an pointer-to-int 559 # core/fxcodec/fx_libopenjpeg/src/fx_mct.c does an pointer-to-int
560 # conversion to check that an address is 16-bit aligned (benign). 560 # conversion to check that an address is 16-bit aligned (benign).
561 'cflags_c': [ '-Wno-pointer-to-int-cast' ], 561 'cflags_c': [ '-Wno-pointer-to-int-cast' ],
562 }], 562 }],
563 ], 563 ],
564 }, 564 },
565 { 565 {
566 'target_name': 'fxcrt', 566 'target_name': 'fxcrt',
567 'type': 'static_library', 567 'type': 'static_library',
568 'sources': [ 568 'sources': [
569 'core/include/fxcrt/fx_basic.h',
570 'core/include/fxcrt/fx_bidi.h',
571 'core/include/fxcrt/fx_coordinates.h',
572 'core/include/fxcrt/fx_ext.h',
573 'core/include/fxcrt/fx_memory.h',
574 'core/include/fxcrt/fx_safe_types.h',
575 'core/include/fxcrt/fx_stream.h',
576 'core/include/fxcrt/fx_string.h',
577 'core/include/fxcrt/fx_system.h',
578 'core/include/fxcrt/fx_ucd.h',
579 'core/include/fxcrt/fx_xml.h',
580 'core/fxcrt/extension.h', 569 'core/fxcrt/extension.h',
581 'core/fxcrt/fxcrt_platforms.cpp', 570 'core/fxcrt/fxcrt_platforms.cpp',
582 'core/fxcrt/fxcrt_platforms.h', 571 'core/fxcrt/fxcrt_platforms.h',
583 'core/fxcrt/fxcrt_posix.cpp', 572 'core/fxcrt/fxcrt_posix.cpp',
584 'core/fxcrt/fxcrt_posix.h', 573 'core/fxcrt/fxcrt_posix.h',
585 'core/fxcrt/fxcrt_stream.cpp', 574 'core/fxcrt/fxcrt_stream.cpp',
586 'core/fxcrt/fxcrt_windows.cpp', 575 'core/fxcrt/fxcrt_windows.cpp',
587 'core/fxcrt/fxcrt_windows.h', 576 'core/fxcrt/fxcrt_windows.h',
588 'core/fxcrt/fx_basic_array.cpp', 577 'core/fxcrt/fx_basic_array.cpp',
589 'core/fxcrt/fx_basic_bstring.cpp', 578 'core/fxcrt/fx_basic_bstring.cpp',
590 'core/fxcrt/fx_basic_buffer.cpp', 579 'core/fxcrt/fx_basic_buffer.cpp',
591 'core/fxcrt/fx_basic_coords.cpp', 580 'core/fxcrt/fx_basic_coords.cpp',
592 'core/fxcrt/fx_basic_gcc.cpp', 581 'core/fxcrt/fx_basic_gcc.cpp',
593 'core/fxcrt/fx_basic_list.cpp', 582 'core/fxcrt/fx_basic_list.cpp',
594 'core/fxcrt/fx_basic_memmgr.cpp', 583 'core/fxcrt/fx_basic_memmgr.cpp',
595 'core/fxcrt/fx_basic_plex.cpp', 584 'core/fxcrt/fx_basic_plex.cpp',
596 'core/fxcrt/fx_basic_utf.cpp', 585 'core/fxcrt/fx_basic_utf.cpp',
597 'core/fxcrt/fx_basic_util.cpp', 586 'core/fxcrt/fx_basic_util.cpp',
598 'core/fxcrt/fx_basic_wstring.cpp', 587 'core/fxcrt/fx_basic_wstring.cpp',
599 'core/fxcrt/fx_bidi.cpp', 588 'core/fxcrt/fx_bidi.cpp',
589 'core/fxcrt/fx_bidi.h',
600 'core/fxcrt/fx_extension.cpp', 590 'core/fxcrt/fx_extension.cpp',
601 'core/fxcrt/fx_ucddata.cpp', 591 'core/fxcrt/fx_ucddata.cpp',
602 'core/fxcrt/fx_unicode.cpp', 592 'core/fxcrt/fx_unicode.cpp',
603 'core/fxcrt/fx_xml_composer.cpp', 593 'core/fxcrt/fx_xml_composer.cpp',
604 'core/fxcrt/fx_xml_parser.cpp', 594 'core/fxcrt/fx_xml_parser.cpp',
595 'core/fxcrt/include/fx_basic.h',
596 'core/fxcrt/include/fx_coordinates.h',
597 'core/fxcrt/include/fx_ext.h',
598 'core/fxcrt/include/fx_memory.h',
599 'core/fxcrt/include/fx_safe_types.h',
600 'core/fxcrt/include/fx_stream.h',
601 'core/fxcrt/include/fx_string.h',
602 'core/fxcrt/include/fx_system.h',
603 'core/fxcrt/include/fx_ucd.h',
604 'core/fxcrt/include/fx_xml.h',
605 'core/fxcrt/plex.h', 605 'core/fxcrt/plex.h',
606 'core/fxcrt/xml_int.h', 606 'core/fxcrt/xml_int.h',
607 ], 607 ],
608 'conditions': [ 608 'conditions': [
609 ['pdf_enable_xfa==1', { 609 ['pdf_enable_xfa==1', {
610 'sources': [ 610 'sources': [
611 'core/include/fxcrt/fx_arb.h', 611 'core/fxcrt/include/fx_arb.h',
612 'core/fxcrt/fx_arabic.cpp', 612 'core/fxcrt/fx_arabic.cpp',
613 'core/fxcrt/fx_arabic.h', 613 'core/fxcrt/fx_arabic.h',
614 'core/fxcrt/fx_basic_maps.cpp', 614 'core/fxcrt/fx_basic_maps.cpp',
615 ], 615 ],
616 }], 616 }],
617 ], 617 ],
618 }, 618 },
619 { 619 {
620 'target_name': 'fxge', 620 'target_name': 'fxge',
621 'type': 'static_library', 621 'type': 'static_library',
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
1010 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', 1010 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h',
1011 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', 1011 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h',
1012 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', 1012 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h',
1013 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', 1013 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h',
1014 ], 1014 ],
1015 }, 1015 },
1016 ] 1016 ]
1017 }], 1017 }],
1018 ] 1018 ]
1019 } 1019 }
OLDNEW
« no previous file with comments | « fpdfsdk/pdfwindow/PWL_Edit.cpp ('k') | testing/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698