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

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

Issue 2701983002: Implement complete lifecycle transition for IdleSpellCheckCallback (Closed)
Patch Set: Fix compiler error 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",
265 "spellcheck/SpellCheckTestBase.cpp", 266 "spellcheck/SpellCheckTestBase.cpp",
266 "spellcheck/SpellCheckTestBase.h", 267 "spellcheck/SpellCheckTestBase.h",
267 "spellcheck/SpellCheckerTest.cpp", 268 "spellcheck/SpellCheckerTest.cpp",
268 "state_machines/BackspaceStateMachineTest.cpp", 269 "state_machines/BackspaceStateMachineTest.cpp",
269 "state_machines/BackwardCodePointStateMachineTest.cpp", 270 "state_machines/BackwardCodePointStateMachineTest.cpp",
270 "state_machines/BackwardGraphemeBoundaryStateMachineTest.cpp", 271 "state_machines/BackwardGraphemeBoundaryStateMachineTest.cpp",
271 "state_machines/ForwardCodePointStateMachineTest.cpp", 272 "state_machines/ForwardCodePointStateMachineTest.cpp",
272 "state_machines/ForwardGraphemeBoundaryStateMachineTest.cpp", 273 "state_machines/ForwardGraphemeBoundaryStateMachineTest.cpp",
273 "state_machines/StateMachineTestUtil.cpp", 274 "state_machines/StateMachineTestUtil.cpp",
274 "state_machines/StateMachineUtilTest.cpp", 275 "state_machines/StateMachineUtilTest.cpp",
275 ] 276 ]
276 277
277 configs += [ 278 configs += [
278 "//third_party/WebKit/Source/core:blink_core_pch", 279 "//third_party/WebKit/Source/core:blink_core_pch",
279 "//third_party/WebKit/Source:config", 280 "//third_party/WebKit/Source:config",
280 "//third_party/WebKit/Source:inside_blink", 281 "//third_party/WebKit/Source:inside_blink",
281 ] 282 ]
282 283
283 deps = [ 284 deps = [
284 "//testing/gmock", 285 "//testing/gmock",
285 "//testing/gtest", 286 "//testing/gtest",
286 "//third_party/WebKit/Source/core:core", 287 "//third_party/WebKit/Source/core:core",
287 ] 288 ]
288 } 289 }
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