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

Side by Side Diff: pdfium.gyp

Issue 1796303002: Tidy fpdftext/ directory (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: rebase 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 | « core/fpdftext/unicodenormalization.cpp ('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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 ], 400 ],
401 }, 401 },
402 { 402 {
403 'target_name': 'fpdftext', 403 'target_name': 'fpdftext',
404 'type': 'static_library', 404 'type': 'static_library',
405 'sources': [ 405 'sources': [
406 'core/fpdftext/include/ipdf_linkextract.h', 406 'core/fpdftext/include/ipdf_linkextract.h',
407 'core/fpdftext/include/ipdf_textpage.h', 407 'core/fpdftext/include/ipdf_textpage.h',
408 'core/fpdftext/include/ipdf_textpagefind.h', 408 'core/fpdftext/include/ipdf_textpagefind.h',
409 'core/fpdftext/fpdf_text_int.cpp', 409 'core/fpdftext/fpdf_text_int.cpp',
410 'core/fpdftext/text_int.h', 410 'core/fpdftext/fpdf_text_int.h',
411 'core/fpdftext/unicodenormalization.cpp', 411 'core/fpdftext/unicodenormalization.cpp',
412 'core/fpdftext/unicodenormalization.h',
412 'core/fpdftext/unicodenormalizationdata.cpp', 413 'core/fpdftext/unicodenormalizationdata.cpp',
413 'core/fpdftext/unicodenormalizationdata.h', 414 'core/fpdftext/unicodenormalizationdata.h',
414 ], 415 ],
415 }, 416 },
416 { 417 {
417 'target_name': 'fxcodec', 418 'target_name': 'fxcodec',
418 'type': 'static_library', 419 'type': 'static_library',
419 'dependencies': [ 420 'dependencies': [
420 '<(libjpeg_gyp_path):libjpeg', 421 '<(libjpeg_gyp_path):libjpeg',
421 'third_party/third_party.gyp:fx_lcms2', 422 'third_party/third_party.gyp:fx_lcms2',
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
945 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', 946 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h',
946 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', 947 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h',
947 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', 948 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h',
948 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', 949 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h',
949 ], 950 ],
950 }, 951 },
951 ] 952 ]
952 }], 953 }],
953 ] 954 ]
954 } 955 }
OLDNEW
« no previous file with comments | « core/fpdftext/unicodenormalization.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698