| Index: ots-standalone.gyp
|
| ===================================================================
|
| --- ots-standalone.gyp (revision 88)
|
| +++ ots-standalone.gyp (working copy)
|
| @@ -1,4 +1,4 @@
|
| -# Copyright (c) 2011 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.
|
|
|
| @@ -88,6 +88,9 @@
|
| 'sources': [
|
| '<@(ots_sources)',
|
| ],
|
| + 'dependencies': [
|
| + 'third_party/lzma_sdk/lzma_sdk.gyp:ots_lzma_sdk',
|
| + ],
|
| 'include_dirs': [
|
| '<@(ots_include_dirs)',
|
| ],
|
|
|