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

Side by Side Diff: BUILD.gn

Issue 1405383009: Merge to XFA: Enforce input and output dimensionalities for CPDF_StitchFunc. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
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/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 1486 matching lines...) Expand 10 before | Expand all | Expand 10 after
1497 include_dirs = [ "." ] 1497 include_dirs = [ "." ]
1498 configs -= [ "//build/config/compiler:chromium_code" ] 1498 configs -= [ "//build/config/compiler:chromium_code" ]
1499 configs += [ 1499 configs += [
1500 ":pdfium_config", 1500 ":pdfium_config",
1501 "//build/config/compiler:no_chromium_code", 1501 "//build/config/compiler:no_chromium_code",
1502 ] 1502 ]
1503 } 1503 }
1504 1504
1505 test("pdfium_embeddertests") { 1505 test("pdfium_embeddertests") {
1506 sources = [ 1506 sources = [
1507 "core/src/fpdfapi/fpdf_page/fpdf_page_func_embeddertest.cpp",
1507 "core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp", 1508 "core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp",
1508 "core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_embeddertest.cpp", 1509 "core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_embeddertest.cpp",
1509 "core/src/fpdfapi/fpdf_render/fpdf_render_pattern_embeddertest.cpp", 1510 "core/src/fpdfapi/fpdf_render/fpdf_render_pattern_embeddertest.cpp",
1510 "fpdfsdk/src/fpdf_dataavail_embeddertest.cpp", 1511 "fpdfsdk/src/fpdf_dataavail_embeddertest.cpp",
1511 "fpdfsdk/src/fpdfdoc_embeddertest.cpp", 1512 "fpdfsdk/src/fpdfdoc_embeddertest.cpp",
1512 "fpdfsdk/src/fpdfformfill_embeddertest.cpp", 1513 "fpdfsdk/src/fpdfformfill_embeddertest.cpp",
1513 "fpdfsdk/src/fpdftext_embeddertest.cpp", 1514 "fpdfsdk/src/fpdftext_embeddertest.cpp",
1514 "fpdfsdk/src/fpdfview_c_api_test.c", 1515 "fpdfsdk/src/fpdfview_c_api_test.c",
1515 "fpdfsdk/src/fpdfview_c_api_test.h", 1516 "fpdfsdk/src/fpdfview_c_api_test.h",
1516 "fpdfsdk/src/fpdfview_embeddertest.cpp", 1517 "fpdfsdk/src/fpdfview_embeddertest.cpp",
(...skipping 24 matching lines...) Expand all
1541 "//v8", 1542 "//v8",
1542 "//v8/include", 1543 "//v8/include",
1543 ] 1544 ]
1544 } 1545 }
1545 configs -= [ "//build/config/compiler:chromium_code" ] 1546 configs -= [ "//build/config/compiler:chromium_code" ]
1546 configs += [ 1547 configs += [
1547 ":pdfium_config", 1548 ":pdfium_config",
1548 "//build/config/compiler:no_chromium_code", 1549 "//build/config/compiler:no_chromium_code",
1549 ] 1550 ]
1550 } 1551 }
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