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

Side by Side Diff: BUILD.gn

Issue 1927973003: Remove IFDE_TxtEdt interfaces where possible. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 7 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 | xfa.gyp » ('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 912 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 "xfa/fee/fde_txtedtengine.cpp", 923 "xfa/fee/fde_txtedtengine.cpp",
924 "xfa/fee/fde_txtedtengine.h", 924 "xfa/fee/fde_txtedtengine.h",
925 "xfa/fee/fde_txtedtpage.cpp", 925 "xfa/fee/fde_txtedtpage.cpp",
926 "xfa/fee/fde_txtedtpage.h", 926 "xfa/fee/fde_txtedtpage.h",
927 "xfa/fee/fde_txtedtparag.cpp", 927 "xfa/fee/fde_txtedtparag.cpp",
928 "xfa/fee/fde_txtedtparag.h", 928 "xfa/fee/fde_txtedtparag.h",
929 "xfa/fee/fx_wordbreak/fx_wordbreak.h", 929 "xfa/fee/fx_wordbreak/fx_wordbreak.h",
930 "xfa/fee/fx_wordbreak/fx_wordbreak_impl.cpp", 930 "xfa/fee/fx_wordbreak/fx_wordbreak_impl.cpp",
931 "xfa/fee/fx_wordbreak/fx_wordbreak_impl.h", 931 "xfa/fee/fx_wordbreak/fx_wordbreak_impl.h",
932 "xfa/fee/fx_wordbreak/fx_wordbreakdata.cpp", 932 "xfa/fee/fx_wordbreak/fx_wordbreakdata.cpp",
933 "xfa/fee/ifde_txtedtbuf.h",
934 "xfa/fee/ifde_txtedtengine.h", 933 "xfa/fee/ifde_txtedtengine.h",
935 "xfa/fee/ifde_txtedtpage.h", 934 "xfa/fee/ifde_txtedtpage.h",
936 "xfa/fgas/crt/fgas_algorithm.cpp", 935 "xfa/fgas/crt/fgas_algorithm.cpp",
937 "xfa/fgas/crt/fgas_algorithm.h", 936 "xfa/fgas/crt/fgas_algorithm.h",
938 "xfa/fgas/crt/fgas_codepage.cpp", 937 "xfa/fgas/crt/fgas_codepage.cpp",
939 "xfa/fgas/crt/fgas_codepage.h", 938 "xfa/fgas/crt/fgas_codepage.h",
940 "xfa/fgas/crt/fgas_encode.cpp", 939 "xfa/fgas/crt/fgas_encode.cpp",
941 "xfa/fgas/crt/fgas_language.h", 940 "xfa/fgas/crt/fgas_language.h",
942 "xfa/fgas/crt/fgas_memory.cpp", 941 "xfa/fgas/crt/fgas_memory.cpp",
943 "xfa/fgas/crt/fgas_memory.h", 942 "xfa/fgas/crt/fgas_memory.h",
(...skipping 754 matching lines...) Expand 10 before | Expand all | Expand 10 after
1698 } 1697 }
1699 1698
1700 if (pdf_is_standalone) { 1699 if (pdf_is_standalone) {
1701 source_set("samples") { 1700 source_set("samples") {
1702 testonly = true 1701 testonly = true
1703 deps = [ 1702 deps = [
1704 "//samples", 1703 "//samples",
1705 ] 1704 ]
1706 } 1705 }
1707 } 1706 }
OLDNEW
« no previous file with comments | « no previous file | xfa.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698