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

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

Issue 2765013003: Add iterator for DocumentMarker::MarkerTypes (Closed)
Patch Set: Work around MSVC warning 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/markers/DocumentMarker.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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 "commands/SetCharacterDataCommandTest.cpp", 257 "commands/SetCharacterDataCommandTest.cpp",
258 "commands/TypingCommandTest.cpp", 258 "commands/TypingCommandTest.cpp",
259 "iterators/BackwardsTextBufferTest.cpp", 259 "iterators/BackwardsTextBufferTest.cpp",
260 "iterators/CharacterIteratorTest.cpp", 260 "iterators/CharacterIteratorTest.cpp",
261 "iterators/ForwardsTextBufferTest.cpp", 261 "iterators/ForwardsTextBufferTest.cpp",
262 "iterators/SearchBufferTest.cpp", 262 "iterators/SearchBufferTest.cpp",
263 "iterators/SimplifiedBackwardsTextIteratorTest.cpp", 263 "iterators/SimplifiedBackwardsTextIteratorTest.cpp",
264 "iterators/TextIteratorTest.cpp", 264 "iterators/TextIteratorTest.cpp",
265 "iterators/TextSearcherICUTest.cpp", 265 "iterators/TextSearcherICUTest.cpp",
266 "markers/DocumentMarkerControllerTest.cpp", 266 "markers/DocumentMarkerControllerTest.cpp",
267 "markers/DocumentMarkerTest.cpp",
267 "serializers/StyledMarkupSerializerTest.cpp", 268 "serializers/StyledMarkupSerializerTest.cpp",
268 "spellcheck/IdleSpellCheckCallbackTest.cpp", 269 "spellcheck/IdleSpellCheckCallbackTest.cpp",
269 "spellcheck/SpellCheckTestBase.cpp", 270 "spellcheck/SpellCheckTestBase.cpp",
270 "spellcheck/SpellCheckTestBase.h", 271 "spellcheck/SpellCheckTestBase.h",
271 "spellcheck/SpellCheckerTest.cpp", 272 "spellcheck/SpellCheckerTest.cpp",
272 "state_machines/BackspaceStateMachineTest.cpp", 273 "state_machines/BackspaceStateMachineTest.cpp",
273 "state_machines/BackwardCodePointStateMachineTest.cpp", 274 "state_machines/BackwardCodePointStateMachineTest.cpp",
274 "state_machines/BackwardGraphemeBoundaryStateMachineTest.cpp", 275 "state_machines/BackwardGraphemeBoundaryStateMachineTest.cpp",
275 "state_machines/ForwardCodePointStateMachineTest.cpp", 276 "state_machines/ForwardCodePointStateMachineTest.cpp",
276 "state_machines/ForwardGraphemeBoundaryStateMachineTest.cpp", 277 "state_machines/ForwardGraphemeBoundaryStateMachineTest.cpp",
277 "state_machines/StateMachineTestUtil.cpp", 278 "state_machines/StateMachineTestUtil.cpp",
278 "state_machines/StateMachineUtilTest.cpp", 279 "state_machines/StateMachineUtilTest.cpp",
279 ] 280 ]
280 281
281 configs += [ 282 configs += [
282 "//third_party/WebKit/Source/core:blink_core_pch", 283 "//third_party/WebKit/Source/core:blink_core_pch",
283 "//third_party/WebKit/Source:config", 284 "//third_party/WebKit/Source:config",
284 "//third_party/WebKit/Source:inside_blink", 285 "//third_party/WebKit/Source:inside_blink",
285 ] 286 ]
286 287
287 deps = [ 288 deps = [
288 "//testing/gmock", 289 "//testing/gmock",
289 "//testing/gtest", 290 "//testing/gtest",
290 "//third_party/WebKit/Source/core:core", 291 "//third_party/WebKit/Source/core:core",
291 ] 292 ]
292 } 293 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/markers/DocumentMarker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698