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

Unified Diff: ui/accessibility/BUILD.gn

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 | « tools/accessibility/dump_accessibility_tree_auralinux.py ('k') | ui/accessibility/accessibility.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/BUILD.gn
diff --git a/ui/accessibility/BUILD.gn b/ui/accessibility/BUILD.gn
index 7ac325ec0bd0ce4a2878129569e88bd2173f0a3d..d168b5e25a94f06b501695f452d13eae5ec9116b 100644
--- a/ui/accessibility/BUILD.gn
+++ b/ui/accessibility/BUILD.gn
@@ -2,7 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//build/config/ui.gni")
import("//build/json_schema_api.gni")
import("//testing/test.gni")
@@ -47,22 +46,6 @@
if (is_win) {
public_deps += [ "//third_party/iaccessible2" ]
- }
-
- if (use_aura && !is_chromeos && is_linux) {
- sources += [
- "platform/atk_util_auralinux.cc",
- "platform/atk_util_auralinux.h",
- "platform/ax_platform_node_auralinux.cc",
- "platform/ax_platform_node_auralinux.h",
- ]
-
- configs += [
- "//build/config/linux:atk",
- "//build/config/linux:atk_warnings",
- "//build/config/linux:gconf",
- "//build/config/linux:glib",
- ]
}
}
« no previous file with comments | « tools/accessibility/dump_accessibility_tree_auralinux.py ('k') | ui/accessibility/accessibility.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698