| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 226eadaa37083e3c0f29a66888f6ef91b2340f62..d6ff3eca833a1c9296d3ee6b23b73905799b5369 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -277,11 +277,6 @@
|
| '../extensions/shell/app_shell.gyp:*',
|
| ],
|
| }],
|
| - ['chromeos==1', {
|
| - 'dependencies': [
|
| - '../athena/main/athena_main.gyp:*',
|
| - ],
|
| - }],
|
| ['envoy==1', {
|
| 'dependencies': [
|
| '../envoy/envoy.gyp:*',
|
| @@ -1337,7 +1332,6 @@
|
| }],
|
| ['chromeos==1', {
|
| 'dependencies': [
|
| - '../athena/main/athena_main.gyp:*',
|
| '../chromeos/chromeos.gyp:chromeos_unittests',
|
| '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_unittests',
|
| ],
|
|
|