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

Side by Side Diff: BUILD.gn

Issue 2466273003: Change IFWL_Widget to store a single delegate. (Closed)
Patch Set: Fix Mac Created 4 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 | xfa/fwl/core/cfwl_widget.h » ('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 1380 matching lines...) Expand 10 before | Expand all | Expand 10 after
1391 "xfa/fxbarcode/qrcode/BC_QRCoderMaskUtil.cpp", 1391 "xfa/fxbarcode/qrcode/BC_QRCoderMaskUtil.cpp",
1392 "xfa/fxbarcode/qrcode/BC_QRCoderMaskUtil.h", 1392 "xfa/fxbarcode/qrcode/BC_QRCoderMaskUtil.h",
1393 "xfa/fxbarcode/qrcode/BC_QRCoderMatrixUtil.cpp", 1393 "xfa/fxbarcode/qrcode/BC_QRCoderMatrixUtil.cpp",
1394 "xfa/fxbarcode/qrcode/BC_QRCoderMatrixUtil.h", 1394 "xfa/fxbarcode/qrcode/BC_QRCoderMatrixUtil.h",
1395 "xfa/fxbarcode/qrcode/BC_QRCoderMode.cpp", 1395 "xfa/fxbarcode/qrcode/BC_QRCoderMode.cpp",
1396 "xfa/fxbarcode/qrcode/BC_QRCoderMode.h", 1396 "xfa/fxbarcode/qrcode/BC_QRCoderMode.h",
1397 "xfa/fxbarcode/qrcode/BC_QRCoderVersion.cpp", 1397 "xfa/fxbarcode/qrcode/BC_QRCoderVersion.cpp",
1398 "xfa/fxbarcode/qrcode/BC_QRCoderVersion.h", 1398 "xfa/fxbarcode/qrcode/BC_QRCoderVersion.h",
1399 "xfa/fxbarcode/utils.h", 1399 "xfa/fxbarcode/utils.h",
1400 "xfa/fxfa/app/cxfa_eventparam.cpp", 1400 "xfa/fxfa/app/cxfa_eventparam.cpp",
1401 "xfa/fxfa/app/cxfa_ffcheckbuttondelegate.cpp",
1402 "xfa/fxfa/app/cxfa_ffcheckbuttondelegate.h",
1403 "xfa/fxfa/app/cxfa_ffcomboboxdelegate.cpp",
1404 "xfa/fxfa/app/cxfa_ffcomboboxdelegate.h",
1405 "xfa/fxfa/app/cxfa_ffdatetimeeditdelegate.cpp",
1406 "xfa/fxfa/app/cxfa_ffdatetimeeditdelegate.h",
1407 "xfa/fxfa/app/cxfa_fffielddelegate.cpp",
1408 "xfa/fxfa/app/cxfa_fffielddelegate.h",
1409 "xfa/fxfa/app/cxfa_ffimageeditdelegate.cpp",
1410 "xfa/fxfa/app/cxfa_ffimageeditdelegate.h",
1411 "xfa/fxfa/app/cxfa_fflistboxdelegate.cpp",
1412 "xfa/fxfa/app/cxfa_fflistboxdelegate.h",
1413 "xfa/fxfa/app/cxfa_ffnumericeditdelegate.cpp",
1414 "xfa/fxfa/app/cxfa_ffnumericeditdelegate.h",
1415 "xfa/fxfa/app/cxfa_ffpushbuttondelegate.cpp",
1416 "xfa/fxfa/app/cxfa_ffpushbuttondelegate.h",
1417 "xfa/fxfa/app/cxfa_fftexteditdelegate.cpp",
1418 "xfa/fxfa/app/cxfa_fftexteditdelegate.h",
1401 "xfa/fxfa/app/xfa_checksum.cpp", 1419 "xfa/fxfa/app/xfa_checksum.cpp",
1402 "xfa/fxfa/app/xfa_ffapp.cpp", 1420 "xfa/fxfa/app/xfa_ffapp.cpp",
1403 "xfa/fxfa/app/xfa_ffbarcode.cpp", 1421 "xfa/fxfa/app/xfa_ffbarcode.cpp",
1404 "xfa/fxfa/app/xfa_ffbarcode.h", 1422 "xfa/fxfa/app/xfa_ffbarcode.h",
1405 "xfa/fxfa/app/xfa_ffcheckbutton.cpp", 1423 "xfa/fxfa/app/xfa_ffcheckbutton.cpp",
1406 "xfa/fxfa/app/xfa_ffcheckbutton.h", 1424 "xfa/fxfa/app/xfa_ffcheckbutton.h",
1407 "xfa/fxfa/app/xfa_ffchoicelist.cpp", 1425 "xfa/fxfa/app/xfa_ffchoicelist.cpp",
1408 "xfa/fxfa/app/xfa_ffchoicelist.h", 1426 "xfa/fxfa/app/xfa_ffchoicelist.h",
1409 "xfa/fxfa/app/xfa_ffdoc.cpp", 1427 "xfa/fxfa/app/xfa_ffdoc.cpp",
1410 "xfa/fxfa/app/xfa_ffdochandler.cpp", 1428 "xfa/fxfa/app/xfa_ffdochandler.cpp",
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
1754 } 1772 }
1755 1773
1756 if (pdf_is_standalone) { 1774 if (pdf_is_standalone) {
1757 source_set("samples") { 1775 source_set("samples") {
1758 testonly = true 1776 testonly = true
1759 deps = [ 1777 deps = [
1760 "//samples", 1778 "//samples",
1761 ] 1779 ]
1762 } 1780 }
1763 } 1781 }
OLDNEW
« no previous file with comments | « no previous file | xfa/fwl/core/cfwl_widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698