Chromium Code Reviews| 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 102 ], | 102 ], |
| 103 'variables': { | 103 'variables': { |
| 104 'chromium_code': 1, | 104 'chromium_code': 1, |
| 105 'schema_files': [ | 105 'schema_files': [ |
| 106 'ax_enums.idl', | 106 'ax_enums.idl', |
| 107 ], | 107 ], |
| 108 'non_compiled_schema_files': [], | 108 'non_compiled_schema_files': [], |
| 109 'cc_dir': 'ui/accessibility', | 109 'cc_dir': 'ui/accessibility', |
| 110 # TODO(dtseng): Change this once all files under ui/accessibility | 110 # TODO(dtseng): Change this once all files under ui/accessibility |
| 111 # namespaced under ui::ax. | 111 # namespaced under ui::ax. |
| 112 'root_namespace': '', | 112 'root_namespace': 'ui', |
|
not at google - send to devlin
2014/08/04 22:01:32
@dtseng FYI
| |
| 113 }, | 113 }, |
| 114 }, | 114 }, |
| 115 ], | 115 ], |
| 116 } | 116 } |
| OLD | NEW |