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

Side by Side Diff: BUILD.gn

Issue 1421783004: Enforce input and output dimensionalities for CPDF_StitchFunc. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: address comments Created 5 years, 1 month 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/src/fpdfapi/fpdf_page/fpdf_page_func.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("//testing/test.gni") 5 import("//testing/test.gni")
6 import("pdfium.gni") 6 import("pdfium.gni")
7 7
8 config("pdfium_config") { 8 config("pdfium_config") {
9 cflags = [] 9 cflags = []
10 include_dirs = [ "third_party/freetype/include" ] 10 include_dirs = [ "third_party/freetype/include" ]
(...skipping 721 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 "//testing/gtest:gtest_main", 732 "//testing/gtest:gtest_main",
733 ":pdfium", 733 ":pdfium",
734 ":test_support", 734 ":test_support",
735 ] 735 ]
736 include_dirs = [ "." ] 736 include_dirs = [ "." ]
737 configs += [ ":pdfium_config" ] 737 configs += [ ":pdfium_config" ]
738 } 738 }
739 739
740 test("pdfium_embeddertests") { 740 test("pdfium_embeddertests") {
741 sources = [ 741 sources = [
742 "core/src/fpdfapi/fpdf_page/fpdf_page_func_embeddertest.cpp",
742 "core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp", 743 "core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp",
743 "core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_embeddertest.cpp", 744 "core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_embeddertest.cpp",
744 "core/src/fpdfapi/fpdf_render/fpdf_render_pattern_embeddertest.cpp", 745 "core/src/fpdfapi/fpdf_render/fpdf_render_pattern_embeddertest.cpp",
745 "fpdfsdk/src/fpdf_dataavail_embeddertest.cpp", 746 "fpdfsdk/src/fpdf_dataavail_embeddertest.cpp",
746 "fpdfsdk/src/fpdfdoc_embeddertest.cpp", 747 "fpdfsdk/src/fpdfdoc_embeddertest.cpp",
747 "fpdfsdk/src/fpdfformfill_embeddertest.cpp", 748 "fpdfsdk/src/fpdfformfill_embeddertest.cpp",
748 "fpdfsdk/src/fpdftext_embeddertest.cpp", 749 "fpdfsdk/src/fpdftext_embeddertest.cpp",
749 "fpdfsdk/src/fpdfview_c_api_test.c", 750 "fpdfsdk/src/fpdfview_c_api_test.c",
750 "fpdfsdk/src/fpdfview_c_api_test.h", 751 "fpdfsdk/src/fpdfview_c_api_test.h",
751 "fpdfsdk/src/fpdfview_embeddertest.cpp", 752 "fpdfsdk/src/fpdfview_embeddertest.cpp",
(...skipping 19 matching lines...) Expand all
771 "//v8", 772 "//v8",
772 "//v8:v8_libplatform", 773 "//v8:v8_libplatform",
773 ] 774 ]
774 include_dirs += [ 775 include_dirs += [
775 "//v8", 776 "//v8",
776 "//v8/include", 777 "//v8/include",
777 ] 778 ]
778 } 779 }
779 configs += [ ":pdfium_config" ] 780 configs += [ ":pdfium_config" ]
780 } 781 }
OLDNEW
« no previous file with comments | « no previous file | core/src/fpdfapi/fpdf_page/fpdf_page_func.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698