Chromium Code Reviews| Index: build/all.gyp |
| diff --git a/build/all.gyp b/build/all.gyp |
| index ac14c86eaf58eefeb8f278e74d95ec430583bede..98d690222a72490f2991816ab9e4b4cf54d062ff 100644 |
| --- a/build/all.gyp |
| +++ b/build/all.gyp |
| @@ -200,6 +200,11 @@ |
| '../ash/ash.gyp:*', |
| ], |
| }], |
| + ['chromeos==1', { |
| + 'dependencies': [ |
| + '../athena/main/athena_main.gyp:*', |
|
James Cook
2014/05/07 23:42:45
You might want to wait on this until extensions an
|
| + ], |
| + }], |
| ['remoting==1', { |
| 'dependencies': [ |
| '../remoting/remoting.gyp:*', |