aboutsummaryrefslogtreecommitdiff
path: root/ots-standalone.gyp
diff options
context:
space:
mode:
authorbashi@chromium.org <bashi@chromium.org@a4e77c2c-9104-11de-800e-5b313e0d2bf3>2012-05-02 00:18:22 +0000
committerbashi@chromium.org <bashi@chromium.org@a4e77c2c-9104-11de-800e-5b313e0d2bf3>2012-05-02 00:18:22 +0000
commitc2a937599a1ec33cd0f57649580e93ff25b22fca (patch)
treeb8fbc4bbe38c5fa2c77b074e7cc1103a3b4c42d6 /ots-standalone.gyp
parent71d5e91d49baf7edfcb0cd5fbc2fed666642cf86 (diff)
downloadots-c2a937599a1ec33cd0f57649580e93ff25b22fca.tar.gz
[OTS] Add lzma_sdk for standalone build
Add lzma sdk 9.20 for standalone build. These are not used when OTS is compiled as a part of Chromium. BUG=chromium:122603 TEST=compiled Review URL: https://chromiumcodereview.appspot.com/10273025 git-svn-id: http://ots.googlecode.com/svn/trunk@89 a4e77c2c-9104-11de-800e-5b313e0d2bf3
Diffstat (limited to 'ots-standalone.gyp')
-rw-r--r--ots-standalone.gyp5
1 files changed, 4 insertions, 1 deletions
diff --git a/ots-standalone.gyp b/ots-standalone.gyp
index a24e95e..263360f 100644
--- a/ots-standalone.gyp
+++ b/ots-standalone.gyp
@@ -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)',
],