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

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

Issue 2745353002: Revert of evaluating clipboard event target acording to w3c specification (patchset #7 id:120001 of… (Closed)
Patch Set: Created 3 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 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("editing") { 7 blink_core_sources("editing") {
8 split_count = 5 8 split_count = 5
9 sources = [ 9 sources = [
10 "CaretDisplayItemClient.cpp", 10 "CaretDisplayItemClient.cpp",
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 217
218 configs += [ 218 configs += [
219 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 219 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
220 "//build/config/compiler:no_size_t_to_int_warning", 220 "//build/config/compiler:no_size_t_to_int_warning",
221 ] 221 ]
222 } 222 }
223 223
224 source_set("unit_tests") { 224 source_set("unit_tests") {
225 testonly = true 225 testonly = true
226 sources = [ 226 sources = [
227 "ClipboardEventFlowTest.cpp",
228 "CompositionUnderlineTest.cpp", 227 "CompositionUnderlineTest.cpp",
229 "EditingCommandTest.cpp", 228 "EditingCommandTest.cpp",
230 "EditingStrategyTest.cpp", 229 "EditingStrategyTest.cpp",
231 "EditingStyleTest.cpp", 230 "EditingStyleTest.cpp",
232 "EditingTestBase.cpp", 231 "EditingTestBase.cpp",
233 "EditingTestBase.h", 232 "EditingTestBase.h",
234 "EditingUtilitiesTest.cpp", 233 "EditingUtilitiesTest.cpp",
235 "EditorTest.cpp", 234 "EditorTest.cpp",
236 "EphemeralRangeTest.cpp", 235 "EphemeralRangeTest.cpp",
237 "FrameCaretTest.cpp", 236 "FrameCaretTest.cpp",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 "//third_party/WebKit/Source:config", 281 "//third_party/WebKit/Source:config",
283 "//third_party/WebKit/Source:inside_blink", 282 "//third_party/WebKit/Source:inside_blink",
284 ] 283 ]
285 284
286 deps = [ 285 deps = [
287 "//testing/gmock", 286 "//testing/gmock",
288 "//testing/gtest", 287 "//testing/gtest",
289 "//third_party/WebKit/Source/core:core", 288 "//third_party/WebKit/Source/core:core",
290 ] 289 ]
291 } 290 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698