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

Side by Side Diff: BUILD.gn

Issue 1414283003: Revert "Make m_pShadingObj a CPDF_Stream instead of CPDF_Object." (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: 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/include/fpdfapi/fpdf_resource.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 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 760 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 configs += [ 771 configs += [
772 ":pdfium_config", 772 ":pdfium_config",
773 "//build/config/compiler:no_chromium_code", 773 "//build/config/compiler:no_chromium_code",
774 ] 774 ]
775 } 775 }
776 776
777 test("pdfium_embeddertests") { 777 test("pdfium_embeddertests") {
778 sources = [ 778 sources = [
779 "core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp", 779 "core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp",
780 "core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_embeddertest.cpp", 780 "core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_embeddertest.cpp",
781 "core/src/fpdfapi/fpdf_render/fpdf_render_pattern_embeddertest.cpp",
782 "fpdfsdk/src/fpdf_dataavail_embeddertest.cpp", 781 "fpdfsdk/src/fpdf_dataavail_embeddertest.cpp",
783 "fpdfsdk/src/fpdfdoc_embeddertest.cpp", 782 "fpdfsdk/src/fpdfdoc_embeddertest.cpp",
784 "fpdfsdk/src/fpdfformfill_embeddertest.cpp", 783 "fpdfsdk/src/fpdfformfill_embeddertest.cpp",
785 "fpdfsdk/src/fpdftext_embeddertest.cpp", 784 "fpdfsdk/src/fpdftext_embeddertest.cpp",
786 "fpdfsdk/src/fpdfview_c_api_test.c", 785 "fpdfsdk/src/fpdfview_c_api_test.c",
787 "fpdfsdk/src/fpdfview_c_api_test.h", 786 "fpdfsdk/src/fpdfview_c_api_test.h",
788 "fpdfsdk/src/fpdfview_embeddertest.cpp", 787 "fpdfsdk/src/fpdfview_embeddertest.cpp",
789 "testing/embedder_test.cpp", 788 "testing/embedder_test.cpp",
790 "testing/embedder_test.h", 789 "testing/embedder_test.h",
791 "testing/embedder_test_mock_delegate.h", 790 "testing/embedder_test_mock_delegate.h",
(...skipping 20 matching lines...) Expand all
812 "//v8", 811 "//v8",
813 "//v8/include", 812 "//v8/include",
814 ] 813 ]
815 } 814 }
816 configs -= [ "//build/config/compiler:chromium_code" ] 815 configs -= [ "//build/config/compiler:chromium_code" ]
817 configs += [ 816 configs += [
818 ":pdfium_config", 817 ":pdfium_config",
819 "//build/config/compiler:no_chromium_code", 818 "//build/config/compiler:no_chromium_code",
820 ] 819 ]
821 } 820 }
OLDNEW
« no previous file with comments | « no previous file | core/include/fpdfapi/fpdf_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698