Chromium Code Reviews| Index: components/proximity_auth.gypi |
| diff --git a/components/proximity_auth.gypi b/components/proximity_auth.gypi |
| index fe5f3be20c1c1d2e1ff419d152e0b1841996a2aa..7addbc8dfb41205a40d40c98ea96e0a7b26204bf 100644 |
| --- a/components/proximity_auth.gypi |
| +++ b/components/proximity_auth.gypi |
| @@ -106,5 +106,28 @@ |
| 'cryptauth_proto', |
| ], |
| }, |
| + { |
| + # GN version: //components/proximity_auth/webui |
| + 'target_name': 'proximity_auth_webui', |
| + 'type': 'static_library', |
| + 'dependencies': [ |
| + '../base/base.gyp:base', |
| + '../content/content.gyp:content_browser', |
| + 'components_resources.gyp:components_resources', |
| + 'proximity_auth', |
| + 'cryptauth', |
| + ], |
| + 'include_dirs': [ |
| + '..', |
| + ], |
| + 'sources': [ |
| + 'proximity_auth/webui/proximity_auth_ui.cc', |
| + 'proximity_auth/webui/proximity_auth_ui.h', |
| + 'proximity_auth/webui/url_constants.cc', |
| + 'proximity_auth/webui/url_constants.h', |
|
Ilya Sherman
2015/04/14 21:47:53
nit: Please re-alphabetize.
|
| + 'proximity_auth/webui/proximity_auth_webui_handler.cc', |
| + 'proximity_auth/webui/proximity_auth_webui_handler.h', |
| + ], |
| + }, |
| ], |
| } |