Chromium Code Reviews| Index: sandbox/mac/BUILD.gn |
| diff --git a/sandbox/mac/BUILD.gn b/sandbox/mac/BUILD.gn |
| index daee1388045524c55b921519fa32c18c0660b54a..b6e052b169d9d06309dbf1d495a65caa3e86b416 100644 |
| --- a/sandbox/mac/BUILD.gn |
| +++ b/sandbox/mac/BUILD.gn |
| @@ -39,6 +39,7 @@ component("sandbox") { |
| # necessary. |
| if (mac_sdk_version == "10.6") { |
| deps += [ ":generate_stubs" ] |
| + sources += get_target_outputs(":generate_stubs") |
| } |
| } |