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

Unified Diff: ui/accessibility/BUILD.gn

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. Created 5 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 | « tools/xdisplaycheck/xdisplaycheck.cc ('k') | ui/accessibility/DEPS » ('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
deleted file mode 100644
index 80c400037c176da4e287b331f882ea134298abdc..0000000000000000000000000000000000000000
--- a/ui/accessibility/BUILD.gn
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-component("accessibility") {
- sources = [
- "ax_enums.cc",
- "ax_enums.h",
- "ax_node.cc",
- "ax_node.h",
- "ax_node_data.cc",
- "ax_node_data.h",
- "ax_serializable_tree.cc",
- "ax_serializable_tree.h",
- "ax_text_utils.cc",
- "ax_text_utils.h",
- "ax_tree.cc",
- "ax_tree.h",
- "ax_tree_serializer.cc",
- "ax_tree_serializer.h",
- "ax_tree_source.h",
- "ax_tree_update.cc",
- "ax_tree_update.h",
- "ax_view_state.cc",
- "ax_view_state.h",
- "platform/ax_platform_node.cc",
- "platform/ax_platform_node.h",
- "platform/ax_platform_node_base.cc",
- "platform/ax_platform_node_base.h",
- "platform/ax_platform_node_delegate.h",
- "platform/ax_platform_node_mac.h",
- "platform/ax_platform_node_mac.mm",
- ]
-
- defines = [ "ACCESSIBILITY_IMPLEMENTATION" ]
-
- public_deps = [
- "//base",
- "//ui/gfx",
- "//ui/gfx/geometry",
- ]
-}
-
-source_set("test_support") {
- sources = [
- "tree_generator.cc",
- "tree_generator.h",
- ]
-
- deps = [
- ":accessibility",
- ]
-}
-
-test("accessibility_unittests") {
- sources = [
- "ax_generated_tree_unittest.cc",
- "ax_tree_serializer_unittest.cc",
- "ax_tree_unittest.cc",
- ]
-
- deps = [
- ":accessibility",
- ":test_support",
- "//base",
- "//base/test:run_all_unittests",
- "//testing/gtest",
- "//ui/gfx",
- "//ui/gfx/geometry",
- ]
-}
« no previous file with comments | « tools/xdisplaycheck/xdisplaycheck.cc ('k') | ui/accessibility/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698