Chromium Code Reviews| Index: webrtc/base/BUILD.gn |
| diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn |
| index fbe5dd50195b4d114b9ac96df531b41f35e2384e..475252c3ff975780a45a5671085020af00315a07 100644 |
| --- a/webrtc/base/BUILD.gn |
| +++ b/webrtc/base/BUILD.gn |
| @@ -635,4 +635,9 @@ static_library("rtc_base") { |
| "linux.h", |
| ] |
| } |
| + |
| + if (is_nacl) { |
| + deps += [ "//native_client_sdk/src/libraries/nacl_io" ] |
| + defines += [ "timezone=_timezone" ] |
| + } |
| } |