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

Side by Side Diff: BUILD.gn

Issue 1923153002: CPDF_Document::LoadPattern() and friends always have a valid matrix. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@clean_doc2
Patch Set: rebase 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 | « no previous file | core/fpdfapi/fpdf_page/cpdf_form.cpp » ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium 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 import("//build_overrides/v8.gni") 5 import("//build_overrides/v8.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("pdfium.gni") 7 import("pdfium.gni")
8 8
9 config("pdfium_config") { 9 config("pdfium_config") {
10 cflags = [] 10 cflags = []
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 "core/fpdfapi/fpdf_page/cpdf_textstate.cpp", 376 "core/fpdfapi/fpdf_page/cpdf_textstate.cpp",
377 "core/fpdfapi/fpdf_page/cpdf_textstate.h", 377 "core/fpdfapi/fpdf_page/cpdf_textstate.h",
378 "core/fpdfapi/fpdf_page/cpdf_textstatedata.cpp", 378 "core/fpdfapi/fpdf_page/cpdf_textstatedata.cpp",
379 "core/fpdfapi/fpdf_page/cpdf_tilingpattern.cpp", 379 "core/fpdfapi/fpdf_page/cpdf_tilingpattern.cpp",
380 "core/fpdfapi/fpdf_page/cpdf_tilingpattern.h", 380 "core/fpdfapi/fpdf_page/cpdf_tilingpattern.h",
381 "core/fpdfapi/fpdf_page/fpdf_page_colors.cpp", 381 "core/fpdfapi/fpdf_page/fpdf_page_colors.cpp",
382 "core/fpdfapi/fpdf_page/fpdf_page_doc.cpp", 382 "core/fpdfapi/fpdf_page/fpdf_page_doc.cpp",
383 "core/fpdfapi/fpdf_page/fpdf_page_func.cpp", 383 "core/fpdfapi/fpdf_page/fpdf_page_func.cpp",
384 "core/fpdfapi/fpdf_page/fpdf_page_parser.cpp", 384 "core/fpdfapi/fpdf_page/fpdf_page_parser.cpp",
385 "core/fpdfapi/fpdf_page/fpdf_page_parser_old.cpp", 385 "core/fpdfapi/fpdf_page/fpdf_page_parser_old.cpp",
386 "core/fpdfapi/fpdf_page/fpdf_page_pattern.cpp",
387 "core/fpdfapi/fpdf_page/include/cpdf_clippath.h", 386 "core/fpdfapi/fpdf_page/include/cpdf_clippath.h",
388 "core/fpdfapi/fpdf_page/include/cpdf_color.h", 387 "core/fpdfapi/fpdf_page/include/cpdf_color.h",
389 "core/fpdfapi/fpdf_page/include/cpdf_colorspace.h", 388 "core/fpdfapi/fpdf_page/include/cpdf_colorspace.h",
390 "core/fpdfapi/fpdf_page/include/cpdf_form.h", 389 "core/fpdfapi/fpdf_page/include/cpdf_form.h",
391 "core/fpdfapi/fpdf_page/include/cpdf_formobject.h", 390 "core/fpdfapi/fpdf_page/include/cpdf_formobject.h",
392 "core/fpdfapi/fpdf_page/include/cpdf_generalstate.h", 391 "core/fpdfapi/fpdf_page/include/cpdf_generalstate.h",
393 "core/fpdfapi/fpdf_page/include/cpdf_generalstatedata.h", 392 "core/fpdfapi/fpdf_page/include/cpdf_generalstatedata.h",
394 "core/fpdfapi/fpdf_page/include/cpdf_image.h", 393 "core/fpdfapi/fpdf_page/include/cpdf_image.h",
395 "core/fpdfapi/fpdf_page/include/cpdf_imageobject.h", 394 "core/fpdfapi/fpdf_page/include/cpdf_imageobject.h",
396 "core/fpdfapi/fpdf_page/include/cpdf_page.h", 395 "core/fpdfapi/fpdf_page/include/cpdf_page.h",
(...skipping 1310 matching lines...) Expand 10 before | Expand all | Expand 10 after
1707 } 1706 }
1708 1707
1709 if (pdf_is_standalone) { 1708 if (pdf_is_standalone) {
1710 source_set("samples") { 1709 source_set("samples") {
1711 testonly = true 1710 testonly = true
1712 deps = [ 1711 deps = [
1713 "//samples", 1712 "//samples",
1714 ] 1713 ]
1715 } 1714 }
1716 } 1715 }
OLDNEW
« no previous file with comments | « no previous file | core/fpdfapi/fpdf_page/cpdf_form.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698