Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 205 'core/fdrm/crypto/include/fx_crypt.h', | 205 'core/fdrm/crypto/include/fx_crypt.h', |
| 206 'core/fdrm/crypto/fx_crypt.cpp', | 206 'core/fdrm/crypto/fx_crypt.cpp', |
| 207 'core/fdrm/crypto/fx_crypt_aes.cpp', | 207 'core/fdrm/crypto/fx_crypt_aes.cpp', |
| 208 'core/fdrm/crypto/fx_crypt_sha.cpp', | 208 'core/fdrm/crypto/fx_crypt_sha.cpp', |
| 209 ], | 209 ], |
| 210 }, | 210 }, |
| 211 { | 211 { |
| 212 'target_name': 'fpdfdoc', | 212 'target_name': 'fpdfdoc', |
| 213 'type': 'static_library', | 213 'type': 'static_library', |
| 214 'sources': [ | 214 'sources': [ |
| 215 'core/fpdfdoc/clines.cpp', | |
|
dsinclair
2016/06/14 20:12:48
nit: add clines.h
Wei Li
2016/06/14 22:00:54
Done.
| |
| 215 'core/fpdfdoc/include/fpdf_doc.h', | 216 'core/fpdfdoc/include/fpdf_doc.h', |
| 216 'core/fpdfdoc/include/fpdf_tagged.h', | 217 'core/fpdfdoc/include/fpdf_tagged.h', |
| 217 'core/fpdfdoc/cpdf_variabletext.cpp', | 218 'core/fpdfdoc/cpdf_variabletext.cpp', |
| 218 'core/fpdfdoc/cpvt_color.cpp', | 219 'core/fpdfdoc/cpvt_color.cpp', |
| 219 'core/fpdfdoc/cpvt_color.h', | 220 'core/fpdfdoc/cpvt_color.h', |
| 220 'core/fpdfdoc/cpvt_dash.h', | 221 'core/fpdfdoc/cpvt_dash.h', |
| 221 'core/fpdfdoc/cpvt_floatrect.h', | 222 'core/fpdfdoc/cpvt_floatrect.h', |
| 222 'core/fpdfdoc/cpvt_fontmap.cpp', | 223 'core/fpdfdoc/cpvt_fontmap.cpp', |
| 223 'core/fpdfdoc/cpvt_fontmap.h', | 224 'core/fpdfdoc/cpvt_fontmap.h', |
| 224 'core/fpdfdoc/cpvt_generateap.cpp', | 225 'core/fpdfdoc/cpvt_generateap.cpp', |
| (...skipping 839 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1064 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', | 1065 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', |
| 1065 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', | 1066 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', |
| 1066 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', | 1067 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', |
| 1067 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', | 1068 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', |
| 1068 ], | 1069 ], |
| 1069 }, | 1070 }, |
| 1070 ] | 1071 ] |
| 1071 }], | 1072 }], |
| 1072 ] | 1073 ] |
| 1073 } | 1074 } |
| OLD | NEW |