OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 | 9 |
10 'targets': [ | 10 'targets': [ |
(...skipping 29 matching lines...) Expand all Loading... |
40 'target_name': 'accessibility_unittests', | 40 'target_name': 'accessibility_unittests', |
41 'type': 'executable', | 41 'type': 'executable', |
42 'dependencies': [ | 42 'dependencies': [ |
43 '../../base/base.gyp:base', | 43 '../../base/base.gyp:base', |
44 '../../base/base.gyp:test_support_base', | 44 '../../base/base.gyp:test_support_base', |
45 '../../testing/gtest.gyp:gtest', | 45 '../../testing/gtest.gyp:gtest', |
46 '../../testing/gtest.gyp:gtest_main', | 46 '../../testing/gtest.gyp:gtest_main', |
47 'accessibility', | 47 'accessibility', |
48 ], | 48 ], |
49 'sources': [ | 49 'sources': [ |
| 50 'ax_tree_serializer_unittest.cc', |
50 'ax_tree_unittest.cc', | 51 'ax_tree_unittest.cc', |
51 ] | 52 ] |
52 }, | 53 }, |
53 ], | 54 ], |
54 } | 55 } |
OLD | NEW |