OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 29 matching lines...) Expand all Loading... |
40 ], | 40 ], |
41 }], | 41 }], |
42 ], | 42 ], |
43 }, | 43 }, |
44 { | 44 { |
45 'target_name': 'snapshot_unittests', | 45 'target_name': 'snapshot_unittests', |
46 'type': '<(gtest_target_type)', | 46 'type': '<(gtest_target_type)', |
47 'dependencies': [ | 47 'dependencies': [ |
48 '../../skia/skia.gyp:skia', | 48 '../../skia/skia.gyp:skia', |
49 '../../base/base.gyp:base', | 49 '../../base/base.gyp:base', |
| 50 '../../base/base.gyp:test_support_base', |
50 '../../testing/gtest.gyp:gtest', | 51 '../../testing/gtest.gyp:gtest', |
51 '../ui.gyp:ui', | 52 '../ui.gyp:ui', |
52 'snapshot' | 53 'snapshot' |
53 ], | 54 ], |
54 'sources': [ | 55 'sources': [ |
55 'snapshot_aura_unittest.cc', | 56 'snapshot_aura_unittest.cc', |
56 'snapshot_mac_unittest.mm', | 57 'snapshot_mac_unittest.mm', |
57 'test/run_all_unittests.cc', | 58 'test/run_all_unittests.cc', |
58 ], | 59 ], |
59 'conditions': [ | 60 'conditions': [ |
(...skipping 22 matching lines...) Expand all Loading... |
82 'snapshot', | 83 'snapshot', |
83 ], | 84 ], |
84 'include_dirs': [ | 85 'include_dirs': [ |
85 '../..', | 86 '../..', |
86 ], | 87 ], |
87 }, | 88 }, |
88 ], | 89 ], |
89 }], | 90 }], |
90 ], | 91 ], |
91 } | 92 } |
OLD | NEW |