Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(367)

Side by Side Diff: ui/accessibility/accessibility.gyp

Issue 1413423003: Move some AX attrs from AXNodeData to AXTreeData. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/accessibility/BUILD.gn ('k') | ui/accessibility/ax_enums.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 18 matching lines...) Expand all
29 'ax_node.cc', 29 'ax_node.cc',
30 'ax_node.h', 30 'ax_node.h',
31 'ax_node_data.cc', 31 'ax_node_data.cc',
32 'ax_node_data.h', 32 'ax_node_data.h',
33 'ax_serializable_tree.cc', 33 'ax_serializable_tree.cc',
34 'ax_serializable_tree.h', 34 'ax_serializable_tree.h',
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_data.cc',
40 'ax_tree_data.h',
39 'ax_tree_serializer.cc', 41 'ax_tree_serializer.cc',
40 'ax_tree_serializer.h', 42 'ax_tree_serializer.h',
41 'ax_tree_source.h', 43 'ax_tree_source.h',
42 'ax_tree_update.h', 44 'ax_tree_update.h',
43 'ax_view_state.cc', 45 'ax_view_state.cc',
44 'ax_view_state.h', 46 'ax_view_state.h',
45 'platform/atk_util_auralinux.cc', 47 'platform/atk_util_auralinux.cc',
46 'platform/atk_util_auralinux.h', 48 'platform/atk_util_auralinux.h',
47 'platform/ax_platform_node.cc', 49 'platform/ax_platform_node.cc',
48 'platform/ax_platform_node.h', 50 'platform/ax_platform_node.h',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'type': 'none', 211 'type': 'none',
210 'variables': { 212 'variables': {
211 'source_file': 'ax_enums.idl', 213 'source_file': 'ax_enums.idl',
212 }, 214 },
213 'includes': [ '../../build/android/java_cpp_enum.gypi' ], 215 'includes': [ '../../build/android/java_cpp_enum.gypi' ],
214 }, 216 },
215 ], 217 ],
216 }], 218 }],
217 ], 219 ],
218 } 220 }
OLDNEW
« no previous file with comments | « ui/accessibility/BUILD.gn ('k') | ui/accessibility/ax_enums.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698