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

Side by Side Diff: pdfium.gyp

Issue 2005653002: Distinguish between user and owner passwords. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: rebase Created 4 years, 7 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/fpdfview.cpp ('k') | testing/embedder_test.h » ('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 '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 956 matching lines...) Expand 10 before | Expand all | Expand 10 after
967 'type': 'executable', 967 'type': 'executable',
968 'dependencies': [ 968 'dependencies': [
969 '<(DEPTH)/testing/gmock.gyp:gmock', 969 '<(DEPTH)/testing/gmock.gyp:gmock',
970 '<(DEPTH)/testing/gtest.gyp:gtest', 970 '<(DEPTH)/testing/gtest.gyp:gtest',
971 'pdfium', 971 'pdfium',
972 'test_support', 972 'test_support',
973 ], 973 ],
974 'sources': [ 974 'sources': [
975 'core/fpdfapi/fpdf_page/fpdf_page_func_embeddertest.cpp', 975 'core/fpdfapi/fpdf_page/fpdf_page_func_embeddertest.cpp',
976 'core/fpdfapi/fpdf_parser/cpdf_parser_embeddertest.cpp', 976 'core/fpdfapi/fpdf_parser/cpdf_parser_embeddertest.cpp',
977 'core/fpdfapi/fpdf_parser/cpdf_security_handler_embeddertest.cpp',
977 'core/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp', 978 'core/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp',
978 'core/fpdfapi/fpdf_render/fpdf_render_loadimage_embeddertest.cpp', 979 'core/fpdfapi/fpdf_render/fpdf_render_loadimage_embeddertest.cpp',
979 'core/fpdfapi/fpdf_render/fpdf_render_pattern_embeddertest.cpp', 980 'core/fpdfapi/fpdf_render/fpdf_render_pattern_embeddertest.cpp',
980 'core/fxge/ge/fx_ge_text_embeddertest.cpp', 981 'core/fxge/ge/fx_ge_text_embeddertest.cpp',
981 'fpdfsdk/fpdf_dataavail_embeddertest.cpp', 982 'fpdfsdk/fpdf_dataavail_embeddertest.cpp',
982 'fpdfsdk/fpdfdoc_embeddertest.cpp', 983 'fpdfsdk/fpdfdoc_embeddertest.cpp',
983 'fpdfsdk/fpdfedit_embeddertest.cpp', 984 'fpdfsdk/fpdfedit_embeddertest.cpp',
984 'fpdfsdk/fpdfext_embeddertest.cpp', 985 'fpdfsdk/fpdfext_embeddertest.cpp',
985 'fpdfsdk/fpdfformfill_embeddertest.cpp', 986 'fpdfsdk/fpdfformfill_embeddertest.cpp',
986 'fpdfsdk/fpdfsave_embeddertest.cpp', 987 'fpdfsdk/fpdfsave_embeddertest.cpp',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW
« no previous file with comments | « fpdfsdk/fpdfview.cpp ('k') | testing/embedder_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698