| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 3172eb8bba9438a01dd43f04fc1ac729b1d0262c..c6d0396bbd4397af6021f0eee0c1d2f8afe19aa7 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -876,6 +876,15 @@ group("chromium_builder_perf") {
|
| }
|
| }
|
|
|
| +# For compatibility with GYP. The linux_chromium_chromeos_rel_ng and
|
| +# linux_chromium_chromeos_compile_rel_ng bots reference this target as
|
| +# something to build, but all targets for those bots to compile are set
|
| +# up differently.
|
| +# TODO bug 601920: Remove reference to aura_builder on bot config and delete
|
| +# this group.
|
| +group("aura_builder") {
|
| +}
|
| +
|
| # Because of the source assignment filter, many targets end up over-filtering
|
| # their sources if the output directory contains a platform name. Assert that
|
| # this doesn't happen. http://crbug.com/548283
|
|
|