diff options
Diffstat (limited to 'ppapi')
-rw-r--r-- | ppapi/ppapi_shared_proxy.gypi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ppapi/ppapi_shared_proxy.gypi b/ppapi/ppapi_shared_proxy.gypi index 341e1f3..7c6ed6b 100644 --- a/ppapi/ppapi_shared_proxy.gypi +++ b/ppapi/ppapi_shared_proxy.gypi @@ -1,4 +1,4 @@ -# Copyright (c) 2010 The Chromium Authors. All rights reserved. +# Copyright (c) 2011 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -17,6 +17,9 @@ 'include_dirs': [ '..', ], + 'export_dependent_settings': [ + '../base/base.gyp:base', + ], 'sources': [ 'shared_impl/audio_impl.cc', 'shared_impl/audio_impl.h', |