| 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 24 matching lines...) Expand all Loading... |
| 35 'ax_text_utils.cc', | 35 'ax_text_utils.cc', |
| 36 'ax_text_utils.h', | 36 'ax_text_utils.h', |
| 37 'ax_tree.cc', | 37 'ax_tree.cc', |
| 38 'ax_tree.h', | 38 'ax_tree.h', |
| 39 'ax_tree_serializer.cc', | 39 'ax_tree_serializer.cc', |
| 40 'ax_tree_serializer.h', | 40 'ax_tree_serializer.h', |
| 41 'ax_tree_source.h', | 41 'ax_tree_source.h', |
| 42 'ax_tree_update.cc', | 42 'ax_tree_update.cc', |
| 43 'ax_tree_update.h', | 43 'ax_tree_update.h', |
| 44 'ax_view_state.cc', | 44 'ax_view_state.cc', |
| 45 'ax_view_state.cc', | 45 'ax_view_state.h', |
| 46 ] | 46 ] |
| 47 }, | 47 }, |
| 48 { | 48 { |
| 49 'target_name': 'accessibility_unittests', | 49 'target_name': 'accessibility_unittests', |
| 50 'type': 'executable', | 50 'type': 'executable', |
| 51 'dependencies': [ | 51 'dependencies': [ |
| 52 '../../base/base.gyp:base', | 52 '../../base/base.gyp:base', |
| 53 '../../base/base.gyp:run_all_unittests', | 53 '../../base/base.gyp:run_all_unittests', |
| 54 '../../testing/gtest.gyp:gtest', | 54 '../../testing/gtest.gyp:gtest', |
| 55 '../gfx/gfx.gyp:gfx', | 55 '../gfx/gfx.gyp:gfx', |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 ], | 87 ], |
| 88 'non_compiled_schema_files': [], | 88 'non_compiled_schema_files': [], |
| 89 'cc_dir': 'ui/accessibility', | 89 'cc_dir': 'ui/accessibility', |
| 90 # TODO(dtseng): Change this once all files under ui/accessibility | 90 # TODO(dtseng): Change this once all files under ui/accessibility |
| 91 # namespaced under ui::ax. | 91 # namespaced under ui::ax. |
| 92 'root_namespace': '', | 92 'root_namespace': '', |
| 93 }, | 93 }, |
| 94 }, | 94 }, |
| 95 ], | 95 ], |
| 96 } | 96 } |
| OLD | NEW |