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

Side by Side Diff: BUILD.gn

Issue 2578603002: Remove unused sysbtn code (Closed)
Patch Set: Rebase to master Created 4 years 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/cfwl_form.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 1250 matching lines...) Expand 10 before | Expand all | Expand 10 after
1261 "xfa/fwl/cfwl_noteloop.cpp", 1261 "xfa/fwl/cfwl_noteloop.cpp",
1262 "xfa/fwl/cfwl_noteloop.h", 1262 "xfa/fwl/cfwl_noteloop.h",
1263 "xfa/fwl/cfwl_picturebox.cpp", 1263 "xfa/fwl/cfwl_picturebox.cpp",
1264 "xfa/fwl/cfwl_picturebox.h", 1264 "xfa/fwl/cfwl_picturebox.h",
1265 "xfa/fwl/cfwl_pushbutton.cpp", 1265 "xfa/fwl/cfwl_pushbutton.cpp",
1266 "xfa/fwl/cfwl_pushbutton.h", 1266 "xfa/fwl/cfwl_pushbutton.h",
1267 "xfa/fwl/cfwl_scrollbar.cpp", 1267 "xfa/fwl/cfwl_scrollbar.cpp",
1268 "xfa/fwl/cfwl_scrollbar.h", 1268 "xfa/fwl/cfwl_scrollbar.h",
1269 "xfa/fwl/cfwl_spinbutton.cpp", 1269 "xfa/fwl/cfwl_spinbutton.cpp",
1270 "xfa/fwl/cfwl_spinbutton.h", 1270 "xfa/fwl/cfwl_spinbutton.h",
1271 "xfa/fwl/cfwl_sysbtn.cpp",
1272 "xfa/fwl/cfwl_sysbtn.h",
1273 "xfa/fwl/cfwl_themebackground.h", 1271 "xfa/fwl/cfwl_themebackground.h",
1274 "xfa/fwl/cfwl_themepart.cpp", 1272 "xfa/fwl/cfwl_themepart.cpp",
1275 "xfa/fwl/cfwl_themepart.h", 1273 "xfa/fwl/cfwl_themepart.h",
1276 "xfa/fwl/cfwl_themetext.h", 1274 "xfa/fwl/cfwl_themetext.h",
1277 "xfa/fwl/cfwl_timer.cpp", 1275 "xfa/fwl/cfwl_timer.cpp",
1278 "xfa/fwl/cfwl_timer.h", 1276 "xfa/fwl/cfwl_timer.h",
1279 "xfa/fwl/cfwl_timerinfo.cpp", 1277 "xfa/fwl/cfwl_timerinfo.cpp",
1280 "xfa/fwl/cfwl_timerinfo.h", 1278 "xfa/fwl/cfwl_timerinfo.h",
1281 "xfa/fwl/cfwl_widget.cpp", 1279 "xfa/fwl/cfwl_widget.cpp",
1282 "xfa/fwl/cfwl_widget.h", 1280 "xfa/fwl/cfwl_widget.h",
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
1820 "//samples", 1818 "//samples",
1821 ] 1819 ]
1822 } 1820 }
1823 group("fuzzers") { 1821 group("fuzzers") {
1824 testonly = true 1822 testonly = true
1825 deps = [ 1823 deps = [
1826 "//testing/libfuzzer", 1824 "//testing/libfuzzer",
1827 ] 1825 ]
1828 } 1826 }
1829 } 1827 }
OLDNEW
« no previous file with comments | « no previous file | xfa/fwl/cfwl_form.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698