Chromium Code Reviews| Index: chrome/BUILD.gn |
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn |
| index b2dc50fee0f9a880332872c6ab5273dd16415d15..1bb2aa869583c41c8189ce662ac01dc0553b6c97 100644 |
| --- a/chrome/BUILD.gn |
| +++ b/chrome/BUILD.gn |
| @@ -911,6 +911,10 @@ if (is_win) { |
| rebase_path(output_path, root_out_dir), |
| ] |
| + if (!use_system_xcode) { |
| + args += [ hermetic_xcode_path ] |
| + } |
| + |
| outputs = [ |
| "$output_path/KeystoneRegistration.framework", |
| ] |