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

Side by Side Diff: BUILD.gn

Issue 880603004: Merge to XFA: Add namespace and-re-arrange PDFium's local copy of /base. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years, 10 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/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 6
7 pdf_use_skia = false 7 pdf_use_skia = false
8 8
9 declare_args() { 9 declare_args() {
10 # On Android there's no system FreeType. On Windows and Mac, only a few 10 # On Android there's no system FreeType. On Windows and Mac, only a few
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 "fpdfsdk/include/fpdf_transformpage.h", 88 "fpdfsdk/include/fpdf_transformpage.h",
89 "fpdfsdk/src/fpdf_transformpage.cpp", 89 "fpdfsdk/src/fpdf_transformpage.cpp",
90 ] 90 ]
91 91
92 libs = [] 92 libs = []
93 configs -= [ "//build/config/compiler:chromium_code" ] 93 configs -= [ "//build/config/compiler:chromium_code" ]
94 configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ] 94 configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ]
95 95
96 deps = [ 96 deps = [
97 "third_party:bigint", 97 "third_party:bigint",
98 "third_party:safemath", 98 "third_party:pdfium_base",
99 ":fdrm", 99 ":fdrm",
100 ":formfiller", 100 ":formfiller",
101 ":fpdfapi", 101 ":fpdfapi",
102 ":fpdfdoc", 102 ":fpdfdoc",
103 ":fpdftext", 103 ":fpdftext",
104 ":fpdfxfa", 104 ":fpdfxfa",
105 ":fxcodec", 105 ":fxcodec",
106 ":fxcrt", 106 ":fxcrt",
107 ":fxedit", 107 ":fxedit",
108 ":fxge", 108 ":fxge",
(...skipping 1473 matching lines...) Expand 10 before | Expand all | Expand 10 after
1582 "testing/fx_string_testhelpers.h", 1582 "testing/fx_string_testhelpers.h",
1583 ] 1583 ]
1584 deps = [ 1584 deps = [
1585 "//testing/gtest", 1585 "//testing/gtest",
1586 ":pdfium" 1586 ":pdfium"
1587 ] 1587 ]
1588 include_dirs = [ "." ] 1588 include_dirs = [ "." ]
1589 configs -= [ "//build/config/compiler:chromium_code" ] 1589 configs -= [ "//build/config/compiler:chromium_code" ]
1590 configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ] 1590 configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ]
1591 } 1591 }
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