| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 20db7d55ad57af22e24fc8614224d4dd290f60f2..1bb695ed8615a8ab18eb079c0cc02404a7bd5b57 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -1329,21 +1329,6 @@
|
| ],
|
| },
|
| ], # targets
|
| - }, {
|
| - 'conditions': [
|
| - ['OS=="linux"', {
|
| - # TODO(thakis): Remove this once the linux gtk bot no longer references
|
| - # it (probably after the first aura release on linux), see r249162
|
| - 'targets': [
|
| - {
|
| - 'target_name': 'aura_builder',
|
| - 'type': 'none',
|
| - 'dependencies': [
|
| - '../chrome/chrome.gyp:chrome',
|
| - ],
|
| - },
|
| - ], # targets
|
| - }]], # OS=="linux"
|
| }], # "use_aura==1"
|
| ['test_isolation_mode != "noop"', {
|
| 'targets': [
|
|
|