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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 1040863002: Revert "Enable chrome.automation.getDesktop on all aura platforms." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « chrome/browser/ui/views/chrome_views_delegate.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index a3fd14c453bc68c539f679f38f93e25331e45fa9..85692c61d715fbdc81c82ebdbfb461b2e536d2fd 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -1147,6 +1147,12 @@
],
# Cross-platform ash sources.
'chrome_browser_ui_ash_sources': [
+ 'browser/ui/ash/accessibility/automation_manager_ash.cc',
+ 'browser/ui/ash/accessibility/automation_manager_ash.h',
+ 'browser/ui/ash/accessibility/ax_root_obj_wrapper.cc',
+ 'browser/ui/ash/accessibility/ax_root_obj_wrapper.h',
+ 'browser/ui/ash/accessibility/ax_tree_source_ash.cc',
+ 'browser/ui/ash/accessibility/ax_tree_source_ash.h',
'browser/ui/ash/app_list/app_list_controller_ash.cc',
'browser/ui/ash/app_list/app_list_controller_ash.h',
'browser/ui/ash/app_list/app_list_service_ash.cc',
@@ -1283,12 +1289,6 @@
],
# Cross-platform aura sources.
'chrome_browser_ui_aura_sources': [
- 'browser/ui/aura/accessibility/automation_manager_aura.cc',
- 'browser/ui/aura/accessibility/automation_manager_aura.h',
- 'browser/ui/aura/accessibility/ax_root_obj_wrapper.cc',
- 'browser/ui/aura/accessibility/ax_root_obj_wrapper.h',
- 'browser/ui/aura/accessibility/ax_tree_source_aura.cc',
- 'browser/ui/aura/accessibility/ax_tree_source_aura.h',
'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc',
'browser/ui/aura/chrome_browser_main_extra_parts_aura.h',
'browser/ui/aura/native_window_tracker_aura.cc',
« no previous file with comments | « chrome/browser/ui/views/chrome_views_delegate.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698