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

Side by Side Diff: BUILD.gn

Issue 1921323002: Fix Wvarargs warning in XFA error code. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 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 | DEPS » ('j') | xfa/fxfa/fm2js/xfa_error.h » ('J')
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 1406 matching lines...) Expand 10 before | Expand all | Expand 10 after
1417 "xfa/fxfa/app/xfa_ffwidgetacc.h", 1417 "xfa/fxfa/app/xfa_ffwidgetacc.h",
1418 "xfa/fxfa/app/xfa_ffwidgethandler.cpp", 1418 "xfa/fxfa/app/xfa_ffwidgethandler.cpp",
1419 "xfa/fxfa/app/xfa_fontmgr.cpp", 1419 "xfa/fxfa/app/xfa_fontmgr.cpp",
1420 "xfa/fxfa/app/xfa_fwladapter.cpp", 1420 "xfa/fxfa/app/xfa_fwladapter.cpp",
1421 "xfa/fxfa/app/xfa_fwladapter.h", 1421 "xfa/fxfa/app/xfa_fwladapter.h",
1422 "xfa/fxfa/app/xfa_fwltheme.cpp", 1422 "xfa/fxfa/app/xfa_fwltheme.cpp",
1423 "xfa/fxfa/app/xfa_fwltheme.h", 1423 "xfa/fxfa/app/xfa_fwltheme.h",
1424 "xfa/fxfa/app/xfa_rendercontext.cpp", 1424 "xfa/fxfa/app/xfa_rendercontext.cpp",
1425 "xfa/fxfa/app/xfa_textlayout.cpp", 1425 "xfa/fxfa/app/xfa_textlayout.cpp",
1426 "xfa/fxfa/app/xfa_textlayout.h", 1426 "xfa/fxfa/app/xfa_textlayout.h",
1427 "xfa/fxfa/fm2js/xfa_error.cpp",
1428 "xfa/fxfa/fm2js/xfa_error.h", 1427 "xfa/fxfa/fm2js/xfa_error.h",
1429 "xfa/fxfa/fm2js/xfa_expression.cpp", 1428 "xfa/fxfa/fm2js/xfa_expression.cpp",
1430 "xfa/fxfa/fm2js/xfa_expression.h", 1429 "xfa/fxfa/fm2js/xfa_expression.h",
1431 "xfa/fxfa/fm2js/xfa_fm2jsapi.cpp", 1430 "xfa/fxfa/fm2js/xfa_fm2jsapi.cpp",
1432 "xfa/fxfa/fm2js/xfa_fm2jsapi.h", 1431 "xfa/fxfa/fm2js/xfa_fm2jsapi.h",
1433 "xfa/fxfa/fm2js/xfa_fm2jscontext.cpp", 1432 "xfa/fxfa/fm2js/xfa_fm2jscontext.cpp",
1434 "xfa/fxfa/fm2js/xfa_fm2jscontext.h", 1433 "xfa/fxfa/fm2js/xfa_fm2jscontext.h",
1435 "xfa/fxfa/fm2js/xfa_fmparse.cpp", 1434 "xfa/fxfa/fm2js/xfa_fmparse.cpp",
1436 "xfa/fxfa/fm2js/xfa_fmparse.h", 1435 "xfa/fxfa/fm2js/xfa_fmparse.h",
1437 "xfa/fxfa/fm2js/xfa_lexer.cpp", 1436 "xfa/fxfa/fm2js/xfa_lexer.cpp",
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
1712 } 1711 }
1713 1712
1714 if (pdf_is_standalone) { 1713 if (pdf_is_standalone) {
1715 source_set("samples") { 1714 source_set("samples") {
1716 testonly = true 1715 testonly = true
1717 deps = [ 1716 deps = [
1718 "//samples", 1717 "//samples",
1719 ] 1718 ]
1720 } 1719 }
1721 } 1720 }
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | xfa/fxfa/fm2js/xfa_error.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698