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: .gn

Issue 1063063002: Add Clank to the gn exec_script whitelist (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: replaced issue number with a link Created 5 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 | no next file » | 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 "//chrome/browser/chromeos/BUILD.gn", 102 "//chrome/browser/chromeos/BUILD.gn",
103 "//chrome/browser/extensions/BUILD.gn", 103 "//chrome/browser/extensions/BUILD.gn",
104 "//chrome/browser/ui/BUILD.gn", 104 "//chrome/browser/ui/BUILD.gn",
105 "//chrome/chrome_tests.gni", 105 "//chrome/chrome_tests.gni",
106 "//chrome/common/BUILD.gn", 106 "//chrome/common/BUILD.gn",
107 "//chrome/common/extensions/api/schemas.gni", 107 "//chrome/common/extensions/api/schemas.gni",
108 "//chrome/renderer/BUILD.gn", 108 "//chrome/renderer/BUILD.gn",
109 "//chrome/test/BUILD.gn", 109 "//chrome/test/BUILD.gn",
110 "//chrome/utility/BUILD.gn", 110 "//chrome/utility/BUILD.gn",
111 "//chromeos/BUILD.gn", 111 "//chromeos/BUILD.gn",
112
113 # TODO(dgn): Layer violation but breaks the build otherwise, see
114 # https://crbug.com/474506
115 "//clank/java/BUILD.gn",
116 "//clank/native/framework/BUILD.gn",
117
112 "//components/domain_reliability/BUILD.gn", 118 "//components/domain_reliability/BUILD.gn",
113 "//components/webui_generator/generator/wug.gni", 119 "//components/webui_generator/generator/wug.gni",
114 "//content/browser/browser.gni", 120 "//content/browser/browser.gni",
115 "//content/child/child.gni", 121 "//content/child/child.gni",
116 "//content/common/common.gni", 122 "//content/common/common.gni",
117 "//content/content.gni", 123 "//content/content.gni",
118 "//content/public/android/BUILD.gn", 124 "//content/public/android/BUILD.gn",
119 "//content/renderer/renderer.gni", 125 "//content/renderer/renderer.gni",
120 "//content/test/BUILD.gn", 126 "//content/test/BUILD.gn",
121 "//extensions/common/api/schemas.gni", 127 "//extensions/common/api/schemas.gni",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 "//tools/gn/format_test_data/055.gn", 179 "//tools/gn/format_test_data/055.gn",
174 "//tools/gn/format_test_data/055.golden", 180 "//tools/gn/format_test_data/055.golden",
175 "//tools/gn/function_exec_script.cc", 181 "//tools/gn/function_exec_script.cc",
176 "//tools/gn/gn.gyp", 182 "//tools/gn/gn.gyp",
177 "//tools/gn/input_conversion.cc", 183 "//tools/gn/input_conversion.cc",
178 "//tools/gn/misc/emacs/gn.el", 184 "//tools/gn/misc/emacs/gn.el",
179 "//tools/gn/misc/vim/syntax/gn.vim", 185 "//tools/gn/misc/vim/syntax/gn.vim",
180 "//tools/gn/setup.cc", 186 "//tools/gn/setup.cc",
181 "//ui/views/BUILD.gn", 187 "//ui/views/BUILD.gn",
182 ] 188 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698