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

Side by Side Diff: pdfium.gyp

Issue 1870463002: flesh out gradient shaders (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: fix linux-detected error Created 4 years, 8 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/fxge/skia/fx_skia_device_unittest.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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 'core/fpdfdoc/doc_viewerPreferences.cpp', 251 'core/fpdfdoc/doc_viewerPreferences.cpp',
252 'core/fpdfdoc/doc_vt.cpp', 252 'core/fpdfdoc/doc_vt.cpp',
253 'core/fpdfdoc/include/cpdf_variabletext.h', 253 'core/fpdfdoc/include/cpdf_variabletext.h',
254 'core/fpdfdoc/include/cpvt_line.h', 254 'core/fpdfdoc/include/cpvt_line.h',
255 'core/fpdfdoc/include/cpvt_secprops.h', 255 'core/fpdfdoc/include/cpvt_secprops.h',
256 'core/fpdfdoc/include/cpvt_section.h', 256 'core/fpdfdoc/include/cpvt_section.h',
257 'core/fpdfdoc/include/cpvt_word.h', 257 'core/fpdfdoc/include/cpvt_word.h',
258 'core/fpdfdoc/include/cpvt_wordplace.h', 258 'core/fpdfdoc/include/cpvt_wordplace.h',
259 'core/fpdfdoc/include/cpvt_wordprops.h', 259 'core/fpdfdoc/include/cpvt_wordprops.h',
260 'core/fpdfdoc/include/cpvt_wordrange.h', 260 'core/fpdfdoc/include/cpvt_wordrange.h',
261 'core/fpdfdoc/ipvt_fontmap.h', 261 'core/fpdfdoc/include/ipvt_fontmap.h',
262 'core/fpdfdoc/pdf_vt.h', 262 'core/fpdfdoc/pdf_vt.h',
263 'core/fpdfdoc/tagged_int.h', 263 'core/fpdfdoc/tagged_int.h',
264 ], 264 ],
265 }, 265 },
266 { 266 {
267 'target_name': 'fpdfapi', 267 'target_name': 'fpdfapi',
268 'type': 'static_library', 268 'type': 'static_library',
269 'sources': [ 269 'sources': [
270 'core/fpdfapi/fpdf_basic_module.cpp', 270 'core/fpdfapi/fpdf_basic_module.cpp',
271 'core/fpdfapi/fpdf_cmaps/cmap_int.h', 271 'core/fpdfapi/fpdf_cmaps/cmap_int.h',
(...skipping 676 matching lines...) Expand 10 before | Expand all | Expand 10 after
948 }], 948 }],
949 ['pdf_enable_v8==1', { 949 ['pdf_enable_v8==1', {
950 'include_dirs': [ 950 'include_dirs': [
951 '<(DEPTH)/v8', 951 '<(DEPTH)/v8',
952 '<(DEPTH)/v8/include', 952 '<(DEPTH)/v8/include',
953 ], 953 ],
954 'sources': [ 954 'sources': [
955 'fpdfsdk/javascript/public_methods_unittest.cpp', 955 'fpdfsdk/javascript/public_methods_unittest.cpp',
956 ], 956 ],
957 }], 957 }],
958 ['pdf_use_skia==1', {
Lei Zhang 2016/05/20 00:26:36 BTW, this CL forgot to update BUILD.gn: + if (pd
959 'defines': ['PDF_ENABLE_SKIA'],
960 'dependencies': [
961 '<(DEPTH)/skia/skia.gyp:skia',
962 ],
963 'sources': [
964 'core/fxge/skia/fx_skia_device_unittest.cpp',
965 ],
966 }],
958 ], 967 ],
959 }, 968 },
960 { 969 {
961 'target_name': 'pdfium_embeddertests', 970 'target_name': 'pdfium_embeddertests',
962 'type': 'executable', 971 'type': 'executable',
963 'dependencies': [ 972 'dependencies': [
964 '<(DEPTH)/testing/gmock.gyp:gmock', 973 '<(DEPTH)/testing/gmock.gyp:gmock',
965 '<(DEPTH)/testing/gtest.gyp:gtest', 974 '<(DEPTH)/testing/gtest.gyp:gtest',
966 'pdfium', 975 'pdfium',
967 'test_support', 976 'test_support',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
1058 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1067 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1059 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1068 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1060 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1069 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1061 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1070 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1062 ], 1071 ],
1063 }, 1072 },
1064 ] 1073 ]
1065 }], 1074 }],
1066 ] 1075 ]
1067 } 1076 }
OLDNEW
« no previous file with comments | « 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