Chromium Code Reviews| Index: ash/ash.gyp |
| diff --git a/ash/ash.gyp b/ash/ash.gyp |
| index 68931fe2f1c47a878317b3fdd7be2383374861cf..d80dc81bf1f6b977097e8b1aa13b05c867505b1c 100644 |
| --- a/ash/ash.gyp |
| +++ b/ash/ash.gyp |
| @@ -38,6 +38,9 @@ |
| 'accelerators/accelerator_controller.h', |
| 'accelerators/accelerator_filter.cc', |
| 'accelerators/accelerator_filter.h', |
| + 'accelerators/accelerator_handler.cc', |
| + 'accelerators/accelerator_handler.h', |
| + 'accelerators/accelerator_handler_linux.cc', |
| 'app_list/app_list.cc', |
| 'app_list/app_list.h', |
| 'app_list/app_list_groups_view.cc', |
| @@ -176,6 +179,18 @@ |
| 'wm/workspace/workspace_manager.h', |
| 'wm/workspace/workspace_observer.h', |
| ], |
| + 'conditions' : [ |
|
sky
2012/01/23 23:14:35
Aren't these rules defined in common.gypi.
|
| + ['OS=="win"', { |
| + 'sources/': [ |
| + ['exclude', '_linux\\.cc$'], |
| + ], |
| + }], |
| + ['OS=="mac"', { |
| + 'sources/': [ |
| + ['exclude', '_linux\\.cc$'], |
| + ], |
| + }] |
| + ], |
| }, |
| { |
| 'target_name': 'aura_shell_unittests', |