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

Side by Side Diff: .gn

Issue 1216153005: ui: accessibility: remove -Wunused-function for Atk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Put atk/atk_warnings under use_x11 conditional Created 5 years, 5 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 | build/config/linux/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is used by the GN meta build system to find the root of the source 1 # This file is used by the GN meta build system to find the root of the source
2 # tree and to set startup options. For documentation on the values set in this 2 # tree and to set startup options. For documentation on the values set in this
3 # file, run "gn help dotfile" at the command line. 3 # file, run "gn help dotfile" at the command line.
4 4
5 # The location of the build configuration file. 5 # The location of the build configuration file.
6 buildconfig = "//build/config/BUILDCONFIG.gn" 6 buildconfig = "//build/config/BUILDCONFIG.gn"
7 7
8 # The secondary source root is a parallel directory tree where 8 # The secondary source root is a parallel directory tree where
9 # GN build files are placed when they can not be placed directly 9 # GN build files are placed when they can not be placed directly
10 # in the source tree, e.g. for third party source trees. 10 # in the source tree, e.g. for third party source trees.
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 "//tools/gn/format_test_data/053.gn", 199 "//tools/gn/format_test_data/053.gn",
200 "//tools/gn/format_test_data/053.golden", 200 "//tools/gn/format_test_data/053.golden",
201 "//tools/gn/format_test_data/055.gn", 201 "//tools/gn/format_test_data/055.gn",
202 "//tools/gn/format_test_data/055.golden", 202 "//tools/gn/format_test_data/055.golden",
203 "//tools/gn/function_exec_script.cc", 203 "//tools/gn/function_exec_script.cc",
204 "//tools/gn/gn.gyp", 204 "//tools/gn/gn.gyp",
205 "//tools/gn/input_conversion.cc", 205 "//tools/gn/input_conversion.cc",
206 "//tools/gn/misc/emacs/gn.el", 206 "//tools/gn/misc/emacs/gn.el",
207 "//tools/gn/misc/vim/syntax/gn.vim", 207 "//tools/gn/misc/vim/syntax/gn.vim",
208 "//tools/gn/setup.cc", 208 "//tools/gn/setup.cc",
209 "//ui/accessibility/BUILD.gn",
209 "//ui/views/BUILD.gn", 210 "//ui/views/BUILD.gn",
210 ] 211 ]
OLDNEW
« no previous file with comments | « no previous file | build/config/linux/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698