Chromium Code Reviews| Index: components/signin.gypi |
| diff --git a/components/signin.gypi b/components/signin.gypi |
| index 4030c5a1437dffec545bf1e42e542146051ad919..1c3f3661aade77107425509ccf191f1174f49e03 100644 |
| --- a/components/signin.gypi |
| +++ b/components/signin.gypi |
| @@ -149,5 +149,31 @@ |
| }, |
| ], |
| }], |
| + ['OS != "ios"', { |
| + 'targets': [ |
| + { |
| + # GN version: //components/signin/content:content |
|
msarda
2015/04/21 16:02:57
This file was not yet added. I plan to add it in a
|
| + 'target_name': 'signin_content', |
| + 'type': '<(component)', |
| + 'sources': [ |
| + 'signin/content/screenlock_bridge.cc', |
| + 'signin/content/screenlock_bridge.h', |
| + ], |
| + 'dependencies' : [ |
| + '../base/base.gyp:base', |
| + ], |
| + 'include_dirs': [ |
| + '..', |
| + ], |
| + 'conditions': [ |
| + ['chromeos==1', { |
| + 'dependencies': [ |
| + '../chromeos/chromeos.gyp:chromeos', |
| + ], |
| + }], |
| + ], |
| + } |
| + ], |
| + }], |
| ], |
| } |