OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'proximity_auth', | 8 'target_name': 'proximity_auth', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'include_dirs': [ | 10 'include_dirs': [ |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 'cryptauth_proto', | 119 'cryptauth_proto', |
120 ], | 120 ], |
121 }, | 121 }, |
122 { | 122 { |
123 # GN version: //components/proximity_auth/webui | 123 # GN version: //components/proximity_auth/webui |
124 'target_name': 'proximity_auth_webui', | 124 'target_name': 'proximity_auth_webui', |
125 'type': 'static_library', | 125 'type': 'static_library', |
126 'dependencies': [ | 126 'dependencies': [ |
127 '../base/base.gyp:base', | 127 '../base/base.gyp:base', |
128 '../content/content.gyp:content_browser', | 128 '../content/content.gyp:content_browser', |
| 129 '../ui/resources/ui_resources.gyp:ui_resources', |
129 'components_resources.gyp:components_resources', | 130 'components_resources.gyp:components_resources', |
130 'proximity_auth', | 131 'proximity_auth', |
131 'cryptauth', | |
132 ], | 132 ], |
133 'include_dirs': [ | 133 'include_dirs': [ |
134 '..', | 134 '..', |
135 ], | 135 ], |
136 'sources': [ | 136 'sources': [ |
137 'proximity_auth/webui/proximity_auth_ui.cc', | 137 'proximity_auth/webui/proximity_auth_ui.cc', |
138 'proximity_auth/webui/proximity_auth_ui.h', | 138 'proximity_auth/webui/proximity_auth_ui.h', |
139 'proximity_auth/webui/proximity_auth_webui_handler.cc', | 139 'proximity_auth/webui/proximity_auth_webui_handler.cc', |
140 'proximity_auth/webui/proximity_auth_webui_handler.h', | 140 'proximity_auth/webui/proximity_auth_webui_handler.h', |
141 'proximity_auth/webui/url_constants.cc', | 141 'proximity_auth/webui/url_constants.cc', |
142 'proximity_auth/webui/url_constants.h', | 142 'proximity_auth/webui/url_constants.h', |
143 ], | 143 ], |
144 }, | 144 }, |
145 ], | 145 ], |
146 } | 146 } |
OLD | NEW |