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

Unified Diff: ui/accessibility/accessibility.gyp

Issue 125783002: Add AXTreeDelegate and refactor other AXTree classes slightly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/accessibility/ax_generated_tree_unittest.cc » ('j') | ui/accessibility/ax_tree.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/accessibility.gyp
diff --git a/ui/accessibility/accessibility.gyp b/ui/accessibility/accessibility.gyp
index 2db99d636ce93e90c3c68d571e99a3e5a0d56427..89e8185de7121174fad04842982aff63b4fcc4ab 100644
--- a/ui/accessibility/accessibility.gyp
+++ b/ui/accessibility/accessibility.gyp
@@ -43,6 +43,7 @@
'dependencies': [
'../../base/base.gyp:base',
'../../base/base.gyp:run_all_unittests',
+ '../../testing/gmock.gyp:gmock',
tfarina 2014/01/11 23:58:51 no, no. Do not use Gmock. Ben banned it!
'../../testing/gtest.gyp:gtest',
'../gfx/gfx.gyp:gfx',
'../gfx/gfx.gyp:gfx_geometry',
« no previous file with comments | « no previous file | ui/accessibility/ax_generated_tree_unittest.cc » ('j') | ui/accessibility/ax_tree.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698