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

Unified Diff: ui/accessibility/accessibility.gyp

Issue 1002993002: Revert of Resurrect Aura Linux accessibility. (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 | « ui/accessibility/BUILD.gn ('k') | ui/accessibility/platform/atk_util_auralinux.h » ('j') | no next file with comments »
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 40146c5a0cb3b7829e4a31cedbc958399c55f3ee..88613e68505f8abaa77bcb7c0df1e4cc63e7af7a 100644
--- a/ui/accessibility/accessibility.gyp
+++ b/ui/accessibility/accessibility.gyp
@@ -43,12 +43,8 @@
'ax_tree_update.h',
'ax_view_state.cc',
'ax_view_state.h',
- 'platform/atk_util_auralinux.cc',
- 'platform/atk_util_auralinux.h',
'platform/ax_platform_node.cc',
'platform/ax_platform_node.h',
- 'platform/ax_platform_node_auralinux.cc',
- 'platform/ax_platform_node_auralinux.h',
'platform/ax_platform_node_base.cc',
'platform/ax_platform_node_base.h',
'platform/ax_platform_node_delegate.h',
@@ -61,27 +57,6 @@
['OS=="win"', {
'dependencies': [
'../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2'
- ],
- }],
- ['OS=="linux" and chromeos==0', {
- 'dependencies': [
- '../../build/linux/system.gyp:atk',
- '../../build/linux/system.gyp:gconf',
- '../../build/linux/system.gyp:glib',
- ],
- 'variables': {
- 'clang_warning_flags': [
- # glib uses the pre-c++11 typedef-as-static_assert hack.
- '-Wno-unused-local-typedefs',
- ],
- },
- }],
- ['OS!="linux" or chromeos==1', {
- 'sources!': [
- 'platform/ax_platform_node_auralinux.cc',
- 'platform/ax_platform_node_auralinux.h',
- 'platform/atk_util_auralinux.cc',
- 'platform/atk_util_auralinux.h',
],
}],
],
« no previous file with comments | « ui/accessibility/BUILD.gn ('k') | ui/accessibility/platform/atk_util_auralinux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698