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

Side by Side Diff: pdfium.gyp

Issue 1814233005: Make a few more const tables smaller. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: format 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/javascript/JS_Value.cpp ('k') | xfa/fde/xml/fde_xml_imp.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 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 'core/fxcodec/jbig2/JBig2_GrrdProc.cpp', 505 'core/fxcodec/jbig2/JBig2_GrrdProc.cpp',
506 'core/fxcodec/jbig2/JBig2_GrrdProc.h', 506 'core/fxcodec/jbig2/JBig2_GrrdProc.h',
507 'core/fxcodec/jbig2/JBig2_GsidProc.cpp', 507 'core/fxcodec/jbig2/JBig2_GsidProc.cpp',
508 'core/fxcodec/jbig2/JBig2_GsidProc.h', 508 'core/fxcodec/jbig2/JBig2_GsidProc.h',
509 'core/fxcodec/jbig2/JBig2_HtrdProc.cpp', 509 'core/fxcodec/jbig2/JBig2_HtrdProc.cpp',
510 'core/fxcodec/jbig2/JBig2_HtrdProc.h', 510 'core/fxcodec/jbig2/JBig2_HtrdProc.h',
511 'core/fxcodec/jbig2/JBig2_HuffmanDecoder.cpp', 511 'core/fxcodec/jbig2/JBig2_HuffmanDecoder.cpp',
512 'core/fxcodec/jbig2/JBig2_HuffmanDecoder.h', 512 'core/fxcodec/jbig2/JBig2_HuffmanDecoder.h',
513 'core/fxcodec/jbig2/JBig2_HuffmanTable.cpp', 513 'core/fxcodec/jbig2/JBig2_HuffmanTable.cpp',
514 'core/fxcodec/jbig2/JBig2_HuffmanTable.h', 514 'core/fxcodec/jbig2/JBig2_HuffmanTable.h',
515 'core/fxcodec/jbig2/JBig2_HuffmanTable_Standard.cpp',
515 'core/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h', 516 'core/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h',
516 'core/fxcodec/jbig2/JBig2_Image.cpp', 517 'core/fxcodec/jbig2/JBig2_Image.cpp',
517 'core/fxcodec/jbig2/JBig2_Image.h', 518 'core/fxcodec/jbig2/JBig2_Image.h',
518 'core/fxcodec/jbig2/JBig2_List.h', 519 'core/fxcodec/jbig2/JBig2_List.h',
519 'core/fxcodec/jbig2/JBig2_Page.h', 520 'core/fxcodec/jbig2/JBig2_Page.h',
520 'core/fxcodec/jbig2/JBig2_PatternDict.cpp', 521 'core/fxcodec/jbig2/JBig2_PatternDict.cpp',
521 'core/fxcodec/jbig2/JBig2_PatternDict.h', 522 'core/fxcodec/jbig2/JBig2_PatternDict.h',
522 'core/fxcodec/jbig2/JBig2_PddProc.cpp', 523 'core/fxcodec/jbig2/JBig2_PddProc.cpp',
523 'core/fxcodec/jbig2/JBig2_PddProc.h', 524 'core/fxcodec/jbig2/JBig2_PddProc.h',
524 'core/fxcodec/jbig2/JBig2_SddProc.cpp', 525 'core/fxcodec/jbig2/JBig2_SddProc.cpp',
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
1011 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', 1012 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h',
1012 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', 1013 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h',
1013 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', 1014 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h',
1014 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', 1015 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h',
1015 ], 1016 ],
1016 }, 1017 },
1017 ] 1018 ]
1018 }], 1019 }],
1019 ] 1020 ]
1020 } 1021 }
OLDNEW
« no previous file with comments | « fpdfsdk/javascript/JS_Value.cpp ('k') | xfa/fde/xml/fde_xml_imp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698