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

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

Issue 116293005: Refactor content/ to use ui::AXNodeData instead of blink. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update content/DEPS instead of subdirs Created 6 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « content/test/accessibility_browser_test_utils.cc ('k') | ui/accessibility/ax_enums.h » ('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 26 matching lines...) Expand all
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 }
OLDNEW
« no previous file with comments | « content/test/accessibility_browser_test_utils.cc ('k') | ui/accessibility/ax_enums.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698