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

Unified Diff: ui/views/views.gyp

Issue 420653003: MacViews: Accessibility bridge (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix double delete. Add NativeViewAccessibilityTest. Created 6 years, 5 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
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 93ce77dda5744b5c0f42158e3e549b21c3070945..97396ef31294920b0b439119dd9b73fe06b519f1 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -484,6 +484,7 @@
'corewm/tooltip_controller_test_helper.h',
],
'views_unittests_sources': [
+ 'accessibility/native_view_accessibility_unittest.cc',
'accessibility/native_view_accessibility_win_unittest.cc',
'accessible_pane_view_unittest.cc',
'animation/bounds_animator_unittest.cc',
@@ -571,6 +572,7 @@
'../../third_party/icu/icu.gyp:icuuc',
'../../url/url.gyp:url_lib',
'../accessibility/accessibility.gyp:accessibility',
+ '../accessibility/accessibility.gyp:accessibility_platform',
'../accessibility/accessibility.gyp:ax_gen',
'../base/ui_base.gyp:ui_base',
'../compositor/compositor.gyp:compositor',
@@ -625,7 +627,6 @@
],
'dependencies': [
# For accessibility
- '../accessibility/accessibility.gyp:accessibility_platform',
'../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
],
'include_dirs': [
« ui/views/cocoa/bridged_content_view.mm ('K') | « ui/views/cocoa/bridged_content_view.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698