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

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

Issue 2967193003: Relation list properties for Accessibility Object Model phase 1 (Closed)
Patch Set: Created 3 years, 5 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 "AXObjectCache.cpp", 11 "AXObjectCache.cpp",
12 "AXObjectCache.h", 12 "AXObjectCache.h",
13 "AXObjectCacheBase.cpp", 13 "AXObjectCacheBase.cpp",
14 "AXObjectCacheBase.h", 14 "AXObjectCacheBase.h",
15 "AccessibleNode.cpp", 15 "AccessibleNode.cpp",
16 "AccessibleNode.h", 16 "AccessibleNode.h",
17 "AccessibleNodeList.cpp",
18 "AccessibleNodeList.h",
17 "AncestorList.h", 19 "AncestorList.h",
18 "AnimationWorkletProxyClient.cpp", 20 "AnimationWorkletProxyClient.cpp",
19 "AnimationWorkletProxyClient.h", 21 "AnimationWorkletProxyClient.h",
20 "Attr.cpp", 22 "Attr.cpp",
21 "Attr.h", 23 "Attr.h",
22 "Attribute.h", 24 "Attribute.h",
23 "AttributeCollection.h", 25 "AttributeCollection.h",
24 "CDATASection.cpp", 26 "CDATASection.cpp",
25 "CDATASection.h", 27 "CDATASection.h",
26 "CSSSelectorWatch.cpp", 28 "CSSSelectorWatch.cpp",
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 "shadow/SlotAssignment.h", 449 "shadow/SlotAssignment.h",
448 "shadow/SlotScopedTraversal.cpp", 450 "shadow/SlotScopedTraversal.cpp",
449 "shadow/SlotScopedTraversal.h", 451 "shadow/SlotScopedTraversal.h",
450 ] 452 ]
451 453
452 configs += [ 454 configs += [
453 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 455 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
454 "//build/config/compiler:no_size_t_to_int_warning", 456 "//build/config/compiler:no_size_t_to_int_warning",
455 ] 457 ]
456 } 458 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698