blob: 28131f02a2995fce04624d9f742ece2a12c19c28 [file] [log] [blame]
niklase@google.comda159d62011-05-30 11:51:34 +00001# Copyright (c) 2009 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5{
6 'includes': [
7 'common_settings.gypi', # Common settings
8 # Defines target vie_auto_test
9 'video_engine/main/test/AutoTest/vie_auto_test.gypi',
10 ],
11}
12
13# Local Variables:
14# tab-width:2
15# indent-tabs-mode:nil
16# End:
17# vim: set expandtab tabstop=2 shiftwidth=2: