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

Side by Side Diff: .gn

Issue 1446453004: Adding third_party/openh264 build files for encoding (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase /w master and corrected comment about build flag Created 5 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 | 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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 "//third_party/angle/BUILD.gn", 167 "//third_party/angle/BUILD.gn",
168 "//third_party/angle/src/tests/BUILD.gn", 168 "//third_party/angle/src/tests/BUILD.gn",
169 "//third_party/boringssl/BUILD.gn", 169 "//third_party/boringssl/BUILD.gn",
170 "//third_party/catapult/tracing/BUILD.gn", 170 "//third_party/catapult/tracing/BUILD.gn",
171 "//third_party/cld_2/BUILD.gn", 171 "//third_party/cld_2/BUILD.gn",
172 "//third_party/cython/rules.gni", 172 "//third_party/cython/rules.gni",
173 "//third_party/google_input_tools/inputview.gni", 173 "//third_party/google_input_tools/inputview.gni",
174 "//third_party/harfbuzz-ng/BUILD.gn", 174 "//third_party/harfbuzz-ng/BUILD.gn",
175 "//third_party/libaddressinput/BUILD.gn", 175 "//third_party/libaddressinput/BUILD.gn",
176 "//third_party/opus/BUILD.gn", 176 "//third_party/opus/BUILD.gn",
177 "//third_party/openh264/BUILD.gn",
177 "//third_party/WebKit/Source/bindings/bindings.gni", 178 "//third_party/WebKit/Source/bindings/bindings.gni",
178 "//third_party/WebKit/Source/bindings/scripts/scripts.gni", 179 "//third_party/WebKit/Source/bindings/scripts/scripts.gni",
179 "//third_party/WebKit/Source/config.gni", 180 "//third_party/WebKit/Source/config.gni",
180 "//third_party/WebKit/Source/core/core.gni", 181 "//third_party/WebKit/Source/core/core.gni",
181 "//third_party/WebKit/Source/devtools/BUILD.gn", 182 "//third_party/WebKit/Source/devtools/BUILD.gn",
182 "//third_party/WebKit/Source/modules/modules.gni", 183 "//third_party/WebKit/Source/modules/modules.gni",
183 "//third_party/WebKit/Source/platform/BUILD.gn", 184 "//third_party/WebKit/Source/platform/BUILD.gn",
184 "//third_party/WebKit/Source/platform/platform.gni", 185 "//third_party/WebKit/Source/platform/platform.gni",
185 "//third_party/WebKit/Source/web/BUILD.gn", 186 "//third_party/WebKit/Source/web/BUILD.gn",
186 "//third_party/WebKit/Source/wtf/BUILD.gn", 187 "//third_party/WebKit/Source/wtf/BUILD.gn",
187 "//third_party/WebKit/public/BUILD.gn", 188 "//third_party/WebKit/public/BUILD.gn",
188 "//tools/gn/BUILD.gn", 189 "//tools/gn/BUILD.gn",
189 "//tools/gn/build_settings.h", 190 "//tools/gn/build_settings.h",
190 "//tools/gn/command_help.cc", 191 "//tools/gn/command_help.cc",
191 "//tools/gn/docs/language.md", 192 "//tools/gn/docs/language.md",
192 "//tools/gn/format_test_data/053.gn", 193 "//tools/gn/format_test_data/053.gn",
193 "//tools/gn/format_test_data/053.golden", 194 "//tools/gn/format_test_data/053.golden",
194 "//tools/gn/format_test_data/055.gn", 195 "//tools/gn/format_test_data/055.gn",
195 "//tools/gn/format_test_data/055.golden", 196 "//tools/gn/format_test_data/055.golden",
196 "//tools/gn/function_exec_script.cc", 197 "//tools/gn/function_exec_script.cc",
197 "//tools/gn/gn.gyp", 198 "//tools/gn/gn.gyp",
198 "//tools/gn/input_conversion.cc", 199 "//tools/gn/input_conversion.cc",
199 "//tools/gn/misc/emacs/gn.el", 200 "//tools/gn/misc/emacs/gn.el",
200 "//tools/gn/misc/vim/syntax/gn.vim", 201 "//tools/gn/misc/vim/syntax/gn.vim",
201 "//tools/gn/setup.cc", 202 "//tools/gn/setup.cc",
202 "//ui/accessibility/BUILD.gn", 203 "//ui/accessibility/BUILD.gn",
203 "//ui/views/BUILD.gn", 204 "//ui/views/BUILD.gn",
204 ] 205 ]
OLDNEW
« no previous file with comments | « no previous file | BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698