| Index: ots.gyp
|
| ===================================================================
|
| --- ots.gyp (revision 86)
|
| +++ ots.gyp (working copy)
|
| @@ -1,4 +1,4 @@
|
| -# Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +# Copyright (c) 2012 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.
|
|
|
| @@ -26,6 +26,8 @@
|
| },
|
| 'dependencies': [
|
| '../zlib/zlib.gyp:zlib',
|
| + # Chromium uses old version of lzma_sdk so we need to have our own copy.
|
| + 'third_party/lzma_sdk/lzma_sdk.gyp:ots_lzma_sdk',
|
| ],
|
| },
|
| ],
|
|
|