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

Side by Side Diff: .gn

Issue 1783443003: Build HarfBuzz as loadable module when chromeos=1 under Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | ash/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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 "//sync/protocol/protocol_sources.gni", 200 "//sync/protocol/protocol_sources.gni",
201 "//third_party/android_platform/BUILD.gn", 201 "//third_party/android_platform/BUILD.gn",
202 "//third_party/angle/BUILD.gn", 202 "//third_party/angle/BUILD.gn",
203 "//third_party/angle/src/tests/BUILD.gn", 203 "//third_party/angle/src/tests/BUILD.gn",
204 "//third_party/boringssl/BUILD.gn", 204 "//third_party/boringssl/BUILD.gn",
205 "//third_party/catapult/tracing/BUILD.gn", 205 "//third_party/catapult/tracing/BUILD.gn",
206 "//third_party/cld_2/BUILD.gn", 206 "//third_party/cld_2/BUILD.gn",
207 "//third_party/cython/rules.gni", 207 "//third_party/cython/rules.gni",
208 "//third_party/google_input_tools/inputview.gni", 208 "//third_party/google_input_tools/inputview.gni",
209 "//third_party/harfbuzz-ng/BUILD.gn", 209 "//third_party/harfbuzz-ng/BUILD.gn",
210 "//third_party/harfbuzz-ng/harfbuzz.gni",
210 "//third_party/libaddressinput/BUILD.gn", 211 "//third_party/libaddressinput/BUILD.gn",
211 "//third_party/opus/BUILD.gn", 212 "//third_party/opus/BUILD.gn",
212 "//third_party/openh264/BUILD.gn", 213 "//third_party/openh264/BUILD.gn",
213 "//third_party/WebKit/Source/bindings/bindings.gni", 214 "//third_party/WebKit/Source/bindings/bindings.gni",
214 "//third_party/WebKit/Source/bindings/scripts/scripts.gni", 215 "//third_party/WebKit/Source/bindings/scripts/scripts.gni",
215 "//third_party/WebKit/Source/config.gni", 216 "//third_party/WebKit/Source/config.gni",
216 "//third_party/WebKit/Source/core/core.gni", 217 "//third_party/WebKit/Source/core/core.gni",
217 "//third_party/WebKit/Source/devtools/BUILD.gn", 218 "//third_party/WebKit/Source/devtools/BUILD.gn",
218 "//third_party/WebKit/Source/modules/modules.gni", 219 "//third_party/WebKit/Source/modules/modules.gni",
219 "//third_party/WebKit/Source/platform/BUILD.gn", 220 "//third_party/WebKit/Source/platform/BUILD.gn",
(...skipping 11 matching lines...) Expand all
231 "//tools/gn/format_test_data/055.golden", 232 "//tools/gn/format_test_data/055.golden",
232 "//tools/gn/function_exec_script.cc", 233 "//tools/gn/function_exec_script.cc",
233 "//tools/gn/gn.gyp", 234 "//tools/gn/gn.gyp",
234 "//tools/gn/input_conversion.cc", 235 "//tools/gn/input_conversion.cc",
235 "//tools/gn/misc/emacs/gn.el", 236 "//tools/gn/misc/emacs/gn.el",
236 "//tools/gn/misc/vim/syntax/gn.vim", 237 "//tools/gn/misc/vim/syntax/gn.vim",
237 "//tools/gn/setup.cc", 238 "//tools/gn/setup.cc",
238 "//ui/accessibility/BUILD.gn", 239 "//ui/accessibility/BUILD.gn",
239 "//ui/views/BUILD.gn", 240 "//ui/views/BUILD.gn",
240 ] 241 ]
OLDNEW
« no previous file with comments | « no previous file | ash/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698