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

Side by Side Diff: pdfium.gyp

Issue 2064753002: add local caching for skia draws (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: address comments Created 4 years, 5 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
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 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'clang_use_pdfium_plugins%': 0, 10 'clang_use_pdfium_plugins%': 0,
(...skipping 926 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 'conditions': [ 937 'conditions': [
938 ['pdf_enable_xfa==1', { 938 ['pdf_enable_xfa==1', {
939 'sources': [ 939 'sources': [
940 'xfa/fde/css/fde_cssdatatable.cpp', 940 'xfa/fde/css/fde_cssdatatable.cpp',
941 'xfa/fde/xml/fde_xml_imp_unittest.cpp', 941 'xfa/fde/xml/fde_xml_imp_unittest.cpp',
942 'xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', 942 'xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp',
943 'xfa/fxfa/app/xfa_textlayout_unittest.cpp', 943 'xfa/fxfa/app/xfa_textlayout_unittest.cpp',
944 'xfa/fxfa/parser/xfa_utils_imp_unittest.cpp', 944 'xfa/fxfa/parser/xfa_utils_imp_unittest.cpp',
945 ], 945 ],
946 }], 946 }],
947 ['pdf_use_skia==1', {
948 'sources': [
949 'core/fxge/skia/fx_skia_device_unittest.cpp',
950 ],
951 }],
947 ['pdf_enable_v8==1', { 952 ['pdf_enable_v8==1', {
948 'include_dirs': [ 953 'include_dirs': [
949 '<(DEPTH)/v8', 954 '<(DEPTH)/v8',
950 '<(DEPTH)/v8/include', 955 '<(DEPTH)/v8/include',
951 ], 956 ],
952 'sources': [ 957 'sources': [
953 'fpdfsdk/javascript/public_methods_unittest.cpp', 958 'fpdfsdk/javascript/public_methods_unittest.cpp',
954 ], 959 ],
955 }], 960 }],
956 ], 961 ],
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
1058 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1063 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1059 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1064 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1060 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1065 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1061 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1066 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1062 ], 1067 ],
1063 }, 1068 },
1064 ] 1069 ]
1065 }], 1070 }],
1066 ] 1071 ]
1067 } 1072 }
OLDNEW
« core/fxge/skia/fx_skia_device_unittest.cpp ('K') | « core/fxge/skia/fx_skia_device_unittest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698