Chromium Code Reviews| Index: src/shared/gio/gio.gyp |
| diff --git a/src/shared/gio/gio.gyp b/src/shared/gio/gio.gyp |
| index 03e60811bb381db1d37007f9df9a96c65379b291..8c6aab9e638619a754ba917d6487aaedd162db8e 100644 |
| --- a/src/shared/gio/gio.gyp |
| +++ b/src/shared/gio/gio.gyp |
| @@ -22,6 +22,8 @@ |
| { |
| 'target_name': 'gio', |
| 'type': 'static_library', |
| + # tls_edit relies on gio which is always built for the host platform. |
| + 'toolsets': ['host', 'target'], |
| 'sources': [ |
| '<@(trusted_sources)', |
| ], |