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

Side by Side Diff: BUILD.gn

Issue 2522663002: Remove the GetCaption dataprovider method (Closed)
Patch Set: Remove tooltip 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_barcode.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 1294 matching lines...) Expand 10 before | Expand all | Expand 10 after
1305 "xfa/fwl/core/ifwl_pushbutton.h", 1305 "xfa/fwl/core/ifwl_pushbutton.h",
1306 "xfa/fwl/core/ifwl_scrollbar.cpp", 1306 "xfa/fwl/core/ifwl_scrollbar.cpp",
1307 "xfa/fwl/core/ifwl_scrollbar.h", 1307 "xfa/fwl/core/ifwl_scrollbar.h",
1308 "xfa/fwl/core/ifwl_spinbutton.cpp", 1308 "xfa/fwl/core/ifwl_spinbutton.cpp",
1309 "xfa/fwl/core/ifwl_spinbutton.h", 1309 "xfa/fwl/core/ifwl_spinbutton.h",
1310 "xfa/fwl/core/ifwl_themeprovider.h", 1310 "xfa/fwl/core/ifwl_themeprovider.h",
1311 "xfa/fwl/core/ifwl_timer.cpp", 1311 "xfa/fwl/core/ifwl_timer.cpp",
1312 "xfa/fwl/core/ifwl_timer.h", 1312 "xfa/fwl/core/ifwl_timer.h",
1313 "xfa/fwl/core/ifwl_timerinfo.cpp", 1313 "xfa/fwl/core/ifwl_timerinfo.cpp",
1314 "xfa/fwl/core/ifwl_timerinfo.h", 1314 "xfa/fwl/core/ifwl_timerinfo.h",
1315 "xfa/fwl/core/ifwl_tooltip.cpp",
1316 "xfa/fwl/core/ifwl_tooltip.h",
1317 "xfa/fwl/core/ifwl_widget.cpp", 1315 "xfa/fwl/core/ifwl_widget.cpp",
1318 "xfa/fwl/core/ifwl_widget.h", 1316 "xfa/fwl/core/ifwl_widget.h",
1319 "xfa/fwl/core/ifwl_widgetdelegate.h", 1317 "xfa/fwl/core/ifwl_widgetdelegate.h",
1320 "xfa/fwl/core/ifwl_widgetmgrdelegate.h", 1318 "xfa/fwl/core/ifwl_widgetmgrdelegate.h",
1321 "xfa/fwl/theme/cfwl_arrowdata.cpp", 1319 "xfa/fwl/theme/cfwl_arrowdata.cpp",
1322 "xfa/fwl/theme/cfwl_arrowdata.h", 1320 "xfa/fwl/theme/cfwl_arrowdata.h",
1323 "xfa/fwl/theme/cfwl_barcodetp.cpp", 1321 "xfa/fwl/theme/cfwl_barcodetp.cpp",
1324 "xfa/fwl/theme/cfwl_barcodetp.h", 1322 "xfa/fwl/theme/cfwl_barcodetp.h",
1325 "xfa/fwl/theme/cfwl_carettp.cpp", 1323 "xfa/fwl/theme/cfwl_carettp.cpp",
1326 "xfa/fwl/theme/cfwl_carettp.h", 1324 "xfa/fwl/theme/cfwl_carettp.h",
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
1842 "//samples", 1840 "//samples",
1843 ] 1841 ]
1844 } 1842 }
1845 group("fuzzers") { 1843 group("fuzzers") {
1846 testonly = true 1844 testonly = true
1847 deps = [ 1845 deps = [
1848 "//testing/libfuzzer", 1846 "//testing/libfuzzer",
1849 ] 1847 ]
1850 } 1848 }
1851 } 1849 }
OLDNEW
« no previous file with comments | « no previous file | xfa/fwl/core/cfwl_barcode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698