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

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

Issue 2711053002: Ensure spell checking is enabled in SpellCheckerTest (Closed)
Patch Set: Keep editing changes only 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/EditingTestBase.h » ('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 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/SpellCheckTestBase.cpp",
263 "spellcheck/SpellCheckTestBase.h",
262 "spellcheck/SpellCheckerTest.cpp", 264 "spellcheck/SpellCheckerTest.cpp",
263 "state_machines/BackspaceStateMachineTest.cpp", 265 "state_machines/BackspaceStateMachineTest.cpp",
264 "state_machines/BackwardCodePointStateMachineTest.cpp", 266 "state_machines/BackwardCodePointStateMachineTest.cpp",
265 "state_machines/BackwardGraphemeBoundaryStateMachineTest.cpp", 267 "state_machines/BackwardGraphemeBoundaryStateMachineTest.cpp",
266 "state_machines/ForwardCodePointStateMachineTest.cpp", 268 "state_machines/ForwardCodePointStateMachineTest.cpp",
267 "state_machines/ForwardGraphemeBoundaryStateMachineTest.cpp", 269 "state_machines/ForwardGraphemeBoundaryStateMachineTest.cpp",
268 "state_machines/StateMachineTestUtil.cpp", 270 "state_machines/StateMachineTestUtil.cpp",
269 "state_machines/StateMachineUtilTest.cpp", 271 "state_machines/StateMachineUtilTest.cpp",
270 ] 272 ]
271 273
272 configs += [ 274 configs += [
273 "//third_party/WebKit/Source/core:blink_core_pch", 275 "//third_party/WebKit/Source/core:blink_core_pch",
274 "//third_party/WebKit/Source:config", 276 "//third_party/WebKit/Source:config",
275 "//third_party/WebKit/Source:inside_blink", 277 "//third_party/WebKit/Source:inside_blink",
276 ] 278 ]
277 279
278 deps = [ 280 deps = [
279 "//testing/gmock", 281 "//testing/gmock",
280 "//testing/gtest", 282 "//testing/gtest",
281 "//third_party/WebKit/Source/core:core", 283 "//third_party/WebKit/Source/core:core",
282 ] 284 ]
283 } 285 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/EditingTestBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698