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

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

Issue 2701983002: Implement complete lifecycle transition for IdleSpellCheckCallback (Closed)
Patch Set: Add lifecycle transition unit tests Created 3 years, 10 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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 "commands/TypingCommandTest.cpp", 252 "commands/TypingCommandTest.cpp",
253 "iterators/BackwardsTextBufferTest.cpp", 253 "iterators/BackwardsTextBufferTest.cpp",
254 "iterators/CharacterIteratorTest.cpp", 254 "iterators/CharacterIteratorTest.cpp",
255 "iterators/ForwardsTextBufferTest.cpp", 255 "iterators/ForwardsTextBufferTest.cpp",
256 "iterators/SearchBufferTest.cpp", 256 "iterators/SearchBufferTest.cpp",
257 "iterators/SimplifiedBackwardsTextIteratorTest.cpp", 257 "iterators/SimplifiedBackwardsTextIteratorTest.cpp",
258 "iterators/TextIteratorTest.cpp", 258 "iterators/TextIteratorTest.cpp",
259 "iterators/TextSearcherICUTest.cpp", 259 "iterators/TextSearcherICUTest.cpp",
260 "markers/DocumentMarkerControllerTest.cpp", 260 "markers/DocumentMarkerControllerTest.cpp",
261 "serializers/StyledMarkupSerializerTest.cpp", 261 "serializers/StyledMarkupSerializerTest.cpp",
262 "spellcheck/IdleSpellCheckCallbackTest.cpp",
262 "spellcheck/SpellCheckTestBase.cpp", 263 "spellcheck/SpellCheckTestBase.cpp",
263 "spellcheck/SpellCheckTestBase.h", 264 "spellcheck/SpellCheckTestBase.h",
264 "spellcheck/SpellCheckerTest.cpp", 265 "spellcheck/SpellCheckerTest.cpp",
265 "state_machines/BackspaceStateMachineTest.cpp", 266 "state_machines/BackspaceStateMachineTest.cpp",
266 "state_machines/BackwardCodePointStateMachineTest.cpp", 267 "state_machines/BackwardCodePointStateMachineTest.cpp",
267 "state_machines/BackwardGraphemeBoundaryStateMachineTest.cpp", 268 "state_machines/BackwardGraphemeBoundaryStateMachineTest.cpp",
268 "state_machines/ForwardCodePointStateMachineTest.cpp", 269 "state_machines/ForwardCodePointStateMachineTest.cpp",
269 "state_machines/ForwardGraphemeBoundaryStateMachineTest.cpp", 270 "state_machines/ForwardGraphemeBoundaryStateMachineTest.cpp",
270 "state_machines/StateMachineTestUtil.cpp", 271 "state_machines/StateMachineTestUtil.cpp",
271 "state_machines/StateMachineUtilTest.cpp", 272 "state_machines/StateMachineUtilTest.cpp",
272 ] 273 ]
273 274
274 configs += [ 275 configs += [
275 "//third_party/WebKit/Source/core:blink_core_pch", 276 "//third_party/WebKit/Source/core:blink_core_pch",
276 "//third_party/WebKit/Source:config", 277 "//third_party/WebKit/Source:config",
277 "//third_party/WebKit/Source:inside_blink", 278 "//third_party/WebKit/Source:inside_blink",
278 ] 279 ]
279 280
280 deps = [ 281 deps = [
281 "//testing/gmock", 282 "//testing/gmock",
282 "//testing/gtest", 283 "//testing/gtest",
283 "//third_party/WebKit/Source/core:core", 284 "//third_party/WebKit/Source/core:core",
284 ] 285 ]
285 } 286 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/Editor.cpp » ('j') | third_party/WebKit/Source/core/editing/Editor.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698