OLD | NEW |
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 = [ |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
149 "ElementVisibilityObserver.h", | 149 "ElementVisibilityObserver.h", |
150 "EmptyNodeList.cpp", | 150 "EmptyNodeList.cpp", |
151 "EmptyNodeList.h", | 151 "EmptyNodeList.h", |
152 "ExceptionCode.h", | 152 "ExceptionCode.h", |
153 "ExecutionContext.cpp", | 153 "ExecutionContext.cpp", |
154 "ExecutionContext.h", | 154 "ExecutionContext.h", |
155 "ExecutionContextTask.h", | 155 "ExecutionContextTask.h", |
156 "FirstLetterPseudoElement.cpp", | 156 "FirstLetterPseudoElement.cpp", |
157 "FirstLetterPseudoElement.h", | 157 "FirstLetterPseudoElement.h", |
158 "FlexibleArrayBufferView.h", | 158 "FlexibleArrayBufferView.h", |
| 159 "FormElementObserver.cpp", |
| 160 "FormElementObserver.h", |
159 "FrameRequestCallback.h", | 161 "FrameRequestCallback.h", |
160 "FrameRequestCallbackCollection.cpp", | 162 "FrameRequestCallbackCollection.cpp", |
161 "FrameRequestCallbackCollection.h", | 163 "FrameRequestCallbackCollection.h", |
162 "Fullscreen.cpp", | 164 "Fullscreen.cpp", |
163 "Fullscreen.h", | 165 "Fullscreen.h", |
164 "GlobalEventHandlers.h", | 166 "GlobalEventHandlers.h", |
165 "IconURL.cpp", | 167 "IconURL.cpp", |
166 "IconURL.h", | 168 "IconURL.h", |
167 "IdTargetObserver.cpp", | 169 "IdTargetObserver.cpp", |
168 "IdTargetObserver.h", | 170 "IdTargetObserver.h", |
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
446 "shadow/SlotAssignment.h", | 448 "shadow/SlotAssignment.h", |
447 "shadow/SlotScopedTraversal.cpp", | 449 "shadow/SlotScopedTraversal.cpp", |
448 "shadow/SlotScopedTraversal.h", | 450 "shadow/SlotScopedTraversal.h", |
449 ] | 451 ] |
450 | 452 |
451 configs += [ | 453 configs += [ |
452 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 454 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
453 "//build/config/compiler:no_size_t_to_int_warning", | 455 "//build/config/compiler:no_size_t_to_int_warning", |
454 ] | 456 ] |
455 } | 457 } |
OLD | NEW |