| 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 'variables': { | 83 'variables': { |
| 84 'chromium_code': 1, | 84 'chromium_code': 1, |
| 85 'schema_files': [ | 85 'schema_files': [ |
| 86 'ax_enums.idl', | 86 'ax_enums.idl', |
| 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 'impl_dir': '' |
| 93 }, | 94 }, |
| 94 }, | 95 }, |
| 95 ], | 96 ], |
| 96 } | 97 } |
| OLD | NEW |