| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index d80848b0d91e0b9d8a9d99e4ef56bc192e058fcd..0c4eea5c679362c35001df627e79c6c397c8083f 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -40,6 +40,7 @@
|
| ],
|
| 'sources': [
|
| # All .cc, .h under ash, except unittests
|
| + 'accelerators/accelerator_action.h',
|
| 'accelerators/accelerator_controller.cc',
|
| 'accelerators/accelerator_controller.h',
|
| 'accelerators/accelerator_dispatcher.cc',
|
| @@ -582,7 +583,7 @@
|
| },
|
| 'dependencies': [
|
| '../sandbox/sandbox.gyp:sandbox',
|
| - ],
|
| + ],
|
| }],
|
| ['OS=="mac"', {
|
| 'product_name': 'AuraShell',
|
|
|