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 26 matching lines...) Expand all Loading... |
37 'ax_tree_update.h', | 37 'ax_tree_update.h', |
38 ] | 38 ] |
39 }, | 39 }, |
40 { | 40 { |
41 'target_name': 'accessibility_unittests', | 41 'target_name': 'accessibility_unittests', |
42 'type': 'executable', | 42 'type': 'executable', |
43 'dependencies': [ | 43 'dependencies': [ |
44 '../../base/base.gyp:base', | 44 '../../base/base.gyp:base', |
45 '../../base/base.gyp:run_all_unittests', | 45 '../../base/base.gyp:run_all_unittests', |
46 '../../testing/gtest.gyp:gtest', | 46 '../../testing/gtest.gyp:gtest', |
| 47 '../gfx/gfx.gyp:gfx', |
| 48 '../gfx/gfx.gyp:gfx_geometry', |
47 'accessibility', | 49 'accessibility', |
48 ], | 50 ], |
49 'sources': [ | 51 'sources': [ |
50 'ax_generated_tree_unittest.cc', | 52 'ax_generated_tree_unittest.cc', |
51 'ax_tree_serializer_unittest.cc', | 53 'ax_tree_serializer_unittest.cc', |
52 'ax_tree_unittest.cc', | 54 'ax_tree_unittest.cc', |
53 ] | 55 ] |
54 }, | 56 }, |
55 ], | 57 ], |
56 } | 58 } |
OLD | NEW |