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

Side by Side Diff: BUILD.gn

Issue 2072803002: Make code compile with clang_use_chrome_plugin (final) (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: rebase Created 4 years, 6 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 | fxjse/class.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 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_common_config") { 9 config("pdfium_common_config") {
10 cflags = [] 10 cflags = []
(...skipping 901 matching lines...) Expand 10 before | Expand all | Expand 10 after
912 "xfa/fde/cfde_txtedtpage.cpp", 912 "xfa/fde/cfde_txtedtpage.cpp",
913 "xfa/fde/cfde_txtedtpage.h", 913 "xfa/fde/cfde_txtedtpage.h",
914 "xfa/fde/cfde_txtedtparag.cpp", 914 "xfa/fde/cfde_txtedtparag.cpp",
915 "xfa/fde/cfde_txtedtparag.h", 915 "xfa/fde/cfde_txtedtparag.h",
916 "xfa/fde/cfde_txtedttextset.cpp", 916 "xfa/fde/cfde_txtedttextset.cpp",
917 "xfa/fde/cfde_txtedttextset.h", 917 "xfa/fde/cfde_txtedttextset.h",
918 "xfa/fde/cfx_chariter.cpp", 918 "xfa/fde/cfx_chariter.cpp",
919 "xfa/fde/cfx_chariter.h", 919 "xfa/fde/cfx_chariter.h",
920 "xfa/fde/cfx_wordbreak.cpp", 920 "xfa/fde/cfx_wordbreak.cpp",
921 "xfa/fde/cfx_wordbreak.h", 921 "xfa/fde/cfx_wordbreak.h",
922 "xfa/fde/css/fde_css.cpp",
922 "xfa/fde/css/fde_css.h", 923 "xfa/fde/css/fde_css.h",
923 "xfa/fde/css/fde_csscache.cpp", 924 "xfa/fde/css/fde_csscache.cpp",
924 "xfa/fde/css/fde_csscache.h", 925 "xfa/fde/css/fde_csscache.h",
925 "xfa/fde/css/fde_cssdatatable.cpp", 926 "xfa/fde/css/fde_cssdatatable.cpp",
926 "xfa/fde/css/fde_cssdatatable.h", 927 "xfa/fde/css/fde_cssdatatable.h",
927 "xfa/fde/css/fde_cssdeclaration.cpp", 928 "xfa/fde/css/fde_cssdeclaration.cpp",
928 "xfa/fde/css/fde_cssdeclaration.h", 929 "xfa/fde/css/fde_cssdeclaration.h",
929 "xfa/fde/css/fde_cssstyleselector.cpp", 930 "xfa/fde/css/fde_cssstyleselector.cpp",
930 "xfa/fde/css/fde_cssstyleselector.h", 931 "xfa/fde/css/fde_cssstyleselector.h",
931 "xfa/fde/css/fde_cssstylesheet.cpp", 932 "xfa/fde/css/fde_cssstylesheet.cpp",
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
1560 } 1561 }
1561 1562
1562 if (pdf_is_standalone) { 1563 if (pdf_is_standalone) {
1563 source_set("samples") { 1564 source_set("samples") {
1564 testonly = true 1565 testonly = true
1565 deps = [ 1566 deps = [
1566 "//samples", 1567 "//samples",
1567 ] 1568 ]
1568 } 1569 }
1569 } 1570 }
OLDNEW
« no previous file with comments | « no previous file | fxjse/class.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698