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

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

Issue 2715193002: Revert of Implement complete lifecycle transition for IdleSpellCheckCallback (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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/Editor.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 "commands/TypingCommandTest.cpp", 255 "commands/TypingCommandTest.cpp",
256 "iterators/BackwardsTextBufferTest.cpp", 256 "iterators/BackwardsTextBufferTest.cpp",
257 "iterators/CharacterIteratorTest.cpp", 257 "iterators/CharacterIteratorTest.cpp",
258 "iterators/ForwardsTextBufferTest.cpp", 258 "iterators/ForwardsTextBufferTest.cpp",
259 "iterators/SearchBufferTest.cpp", 259 "iterators/SearchBufferTest.cpp",
260 "iterators/SimplifiedBackwardsTextIteratorTest.cpp", 260 "iterators/SimplifiedBackwardsTextIteratorTest.cpp",
261 "iterators/TextIteratorTest.cpp", 261 "iterators/TextIteratorTest.cpp",
262 "iterators/TextSearcherICUTest.cpp", 262 "iterators/TextSearcherICUTest.cpp",
263 "markers/DocumentMarkerControllerTest.cpp", 263 "markers/DocumentMarkerControllerTest.cpp",
264 "serializers/StyledMarkupSerializerTest.cpp", 264 "serializers/StyledMarkupSerializerTest.cpp",
265 "spellcheck/IdleSpellCheckCallbackTest.cpp",
266 "spellcheck/SpellCheckTestBase.cpp", 265 "spellcheck/SpellCheckTestBase.cpp",
267 "spellcheck/SpellCheckTestBase.h", 266 "spellcheck/SpellCheckTestBase.h",
268 "spellcheck/SpellCheckerTest.cpp", 267 "spellcheck/SpellCheckerTest.cpp",
269 "state_machines/BackspaceStateMachineTest.cpp", 268 "state_machines/BackspaceStateMachineTest.cpp",
270 "state_machines/BackwardCodePointStateMachineTest.cpp", 269 "state_machines/BackwardCodePointStateMachineTest.cpp",
271 "state_machines/BackwardGraphemeBoundaryStateMachineTest.cpp", 270 "state_machines/BackwardGraphemeBoundaryStateMachineTest.cpp",
272 "state_machines/ForwardCodePointStateMachineTest.cpp", 271 "state_machines/ForwardCodePointStateMachineTest.cpp",
273 "state_machines/ForwardGraphemeBoundaryStateMachineTest.cpp", 272 "state_machines/ForwardGraphemeBoundaryStateMachineTest.cpp",
274 "state_machines/StateMachineTestUtil.cpp", 273 "state_machines/StateMachineTestUtil.cpp",
275 "state_machines/StateMachineUtilTest.cpp", 274 "state_machines/StateMachineUtilTest.cpp",
276 ] 275 ]
277 276
278 configs += [ 277 configs += [
279 "//third_party/WebKit/Source/core:blink_core_pch", 278 "//third_party/WebKit/Source/core:blink_core_pch",
280 "//third_party/WebKit/Source:config", 279 "//third_party/WebKit/Source:config",
281 "//third_party/WebKit/Source:inside_blink", 280 "//third_party/WebKit/Source:inside_blink",
282 ] 281 ]
283 282
284 deps = [ 283 deps = [
285 "//testing/gmock", 284 "//testing/gmock",
286 "//testing/gtest", 285 "//testing/gtest",
287 "//third_party/WebKit/Source/core:core", 286 "//third_party/WebKit/Source/core:core",
288 ] 287 ]
289 } 288 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/Editor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698