Chromium Code Reviews| Index: apps/apps.gypi |
| diff --git a/apps/apps.gypi b/apps/apps.gypi |
| index 76bca7eef411313ddcadd48f8aa5e2551d908b56..cd86d7f2f6c5d65378e0e1deea372d96bfe1fbf2 100644 |
| --- a/apps/apps.gypi |
| +++ b/apps/apps.gypi |
| @@ -32,6 +32,10 @@ |
| 'pref_names.h', |
| 'prefs.cc', |
| 'prefs.h', |
| + 'shortcut_manager.cc', |
| + 'shortcut_manager.h', |
| + 'shortcut_manager_factory.cc', |
| + 'shortcut_manager_factory.h', |
| ], |
| 'conditions': [ |
| ['enable_extensions==0', { |
| @@ -39,6 +43,11 @@ |
| ['exclude', '^apps/'], |
| ], |
| }], |
| + ['toolkit_uses_gtk == 1', { |
| + 'dependencies': [ |
| + '../build/linux/system.gyp:gdk', |
|
tfarina
2013/03/03 23:57:49
why do you need this now?
benwells
2013/03/04 01:30:03
good question. it was needed because i am now incl
|
| + ], |
| + }], |
| ], |
| # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 'msvs_disabled_warnings': [ 4267, ], |