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

Side by Side Diff: pdfium.gyp

Issue 1801973002: Move fx_crypto.h and fpdf_text.h out of core/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/javascript/JS_GlobalData.cpp ('k') | xfa/fxfa/app/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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 ], 205 ],
206 }, 206 },
207 }], 207 }],
208 ], 208 ],
209 }, 209 },
210 }, 210 },
211 { 211 {
212 'target_name': 'fdrm', 212 'target_name': 'fdrm',
213 'type': 'static_library', 213 'type': 'static_library',
214 'sources': [ 214 'sources': [
215 'core/include/fdrm/fx_crypt.h', 215 'core/fdrm/crypto/include/fx_crypt.h',
216 'core/fdrm/crypto/fx_crypt.cpp', 216 'core/fdrm/crypto/fx_crypt.cpp',
217 'core/fdrm/crypto/fx_crypt_aes.cpp', 217 'core/fdrm/crypto/fx_crypt_aes.cpp',
218 'core/fdrm/crypto/fx_crypt_sha.cpp', 218 'core/fdrm/crypto/fx_crypt_sha.cpp',
219 ], 219 ],
220 }, 220 },
221 { 221 {
222 'target_name': 'fpdfdoc', 222 'target_name': 'fpdfdoc',
223 'type': 'static_library', 223 'type': 'static_library',
224 'sources': [ 224 'sources': [
225 'core/include/fpdfdoc/fpdf_ap.h', 225 'core/include/fpdfdoc/fpdf_ap.h',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 'core/fpdfapi/fpdf_render/fpdf_render_loadimage.cpp', 396 'core/fpdfapi/fpdf_render/fpdf_render_loadimage.cpp',
397 'core/fpdfapi/fpdf_render/fpdf_render_pattern.cpp', 397 'core/fpdfapi/fpdf_render/fpdf_render_pattern.cpp',
398 'core/fpdfapi/fpdf_render/fpdf_render_text.cpp', 398 'core/fpdfapi/fpdf_render/fpdf_render_text.cpp',
399 'core/fpdfapi/fpdf_render/render_int.h', 399 'core/fpdfapi/fpdf_render/render_int.h',
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/include/fpdftext/fpdf_text.h', 406 'core/fpdftext/include/ipdf_linkextract.h',
407 'core/fpdftext/include/ipdf_textpage.h',
408 'core/fpdftext/include/ipdf_textpagefind.h',
407 'core/fpdftext/fpdf_text_int.cpp', 409 'core/fpdftext/fpdf_text_int.cpp',
408 'core/fpdftext/text_int.h', 410 'core/fpdftext/text_int.h',
409 'core/fpdftext/unicodenormalization.cpp', 411 'core/fpdftext/unicodenormalization.cpp',
410 'core/fpdftext/unicodenormalizationdata.cpp', 412 'core/fpdftext/unicodenormalizationdata.cpp',
411 'core/fpdftext/unicodenormalizationdata.h', 413 'core/fpdftext/unicodenormalizationdata.h',
412 ], 414 ],
413 }, 415 },
414 { 416 {
415 'target_name': 'fxcodec', 417 'target_name': 'fxcodec',
416 'type': 'static_library', 418 'type': 'static_library',
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
943 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', 945 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h',
944 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', 946 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h',
945 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', 947 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h',
946 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', 948 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h',
947 ], 949 ],
948 }, 950 },
949 ] 951 ]
950 }], 952 }],
951 ] 953 ]
952 } 954 }
OLDNEW
« no previous file with comments | « fpdfsdk/javascript/JS_GlobalData.cpp ('k') | xfa/fxfa/app/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698