Index: ash/ash.gyp |
diff --git a/ash/ash.gyp b/ash/ash.gyp |
index 61fe79956ffd0a976023f0734c6f241fff0d605c..26ed6e046c07625ef00b0234dfa078224728471b 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', |
@@ -548,7 +549,7 @@ |
}, |
'dependencies': [ |
'../sandbox/sandbox.gyp:sandbox', |
- ], |
+ ], |
}], |
['OS=="mac"', { |
'product_name': 'AuraShell', |