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

Side by Side Diff: third_party/WebKit/Source/core/dom/BUILD.gn

Issue 2872133003: Remove dependency of WebNode.cpp on AXObjectImpl (Closed)
Patch Set: Rebase Created 3 years, 6 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 unified diff | Download patch
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//third_party/WebKit/Source/core/core.gni") 5 import("//third_party/WebKit/Source/core/core.gni")
6 6
7 blink_core_sources("dom") { 7 blink_core_sources("dom") {
8 split_count = 5 8 split_count = 5
9 9
10 sources = [ 10 sources = [
11 "AXObject.cpp",
11 "AXObject.h", 12 "AXObject.h",
12 "AXObjectCache.cpp", 13 "AXObjectCache.cpp",
13 "AXObjectCache.h", 14 "AXObjectCache.h",
14 "AXObjectCacheBase.cpp", 15 "AXObjectCacheBase.cpp",
15 "AXObjectCacheBase.h", 16 "AXObjectCacheBase.h",
16 "AccessibleNode.cpp", 17 "AccessibleNode.cpp",
17 "AccessibleNode.h", 18 "AccessibleNode.h",
18 "AncestorList.h", 19 "AncestorList.h",
19 "AnimationWorkletProxyClient.h", 20 "AnimationWorkletProxyClient.h",
20 "Attr.cpp", 21 "Attr.cpp",
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 "shadow/SlotAssignment.h", 452 "shadow/SlotAssignment.h",
452 "shadow/SlotScopedTraversal.cpp", 453 "shadow/SlotScopedTraversal.cpp",
453 "shadow/SlotScopedTraversal.h", 454 "shadow/SlotScopedTraversal.h",
454 ] 455 ]
455 456
456 configs += [ 457 configs += [
457 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 458 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
458 "//build/config/compiler:no_size_t_to_int_warning", 459 "//build/config/compiler:no_size_t_to_int_warning",
459 ] 460 ]
460 } 461 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/dom/AXObject.cpp ('k') | third_party/WebKit/Source/modules/accessibility/AXObjectImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698