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

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

Issue 2578493002: Add a skeleton of idle time spell checker (Closed)
Patch Set: Use kCamelCase Created 4 years 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/spellcheck/IdleSpellCheckCallback.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 "CaretBase.cpp", 10 "CaretBase.cpp",
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 "serializers/MarkupFormatter.cpp", 170 "serializers/MarkupFormatter.cpp",
171 "serializers/MarkupFormatter.h", 171 "serializers/MarkupFormatter.h",
172 "serializers/Serialization.cpp", 172 "serializers/Serialization.cpp",
173 "serializers/Serialization.h", 173 "serializers/Serialization.h",
174 "serializers/StyledMarkupAccumulator.cpp", 174 "serializers/StyledMarkupAccumulator.cpp",
175 "serializers/StyledMarkupAccumulator.h", 175 "serializers/StyledMarkupAccumulator.h",
176 "serializers/StyledMarkupSerializer.cpp", 176 "serializers/StyledMarkupSerializer.cpp",
177 "serializers/StyledMarkupSerializer.h", 177 "serializers/StyledMarkupSerializer.h",
178 "serializers/TextOffset.cpp", 178 "serializers/TextOffset.cpp",
179 "serializers/TextOffset.h", 179 "serializers/TextOffset.h",
180 "spellcheck/IdleSpellCheckCallback.cpp",
181 "spellcheck/IdleSpellCheckCallback.h",
180 "spellcheck/SpellCheckRequester.cpp", 182 "spellcheck/SpellCheckRequester.cpp",
181 "spellcheck/SpellCheckRequester.h", 183 "spellcheck/SpellCheckRequester.h",
182 "spellcheck/SpellChecker.cpp", 184 "spellcheck/SpellChecker.cpp",
183 "spellcheck/SpellChecker.h", 185 "spellcheck/SpellChecker.h",
184 "spellcheck/TextCheckingParagraph.cpp", 186 "spellcheck/TextCheckingParagraph.cpp",
185 "spellcheck/TextCheckingParagraph.h", 187 "spellcheck/TextCheckingParagraph.h",
186 "state_machines/BackspaceStateMachine.cpp", 188 "state_machines/BackspaceStateMachine.cpp",
187 "state_machines/BackspaceStateMachine.h", 189 "state_machines/BackspaceStateMachine.h",
188 "state_machines/BackwardGraphemeBoundaryStateMachine.cpp", 190 "state_machines/BackwardGraphemeBoundaryStateMachine.cpp",
189 "state_machines/BackwardGraphemeBoundaryStateMachine.h", 191 "state_machines/BackwardGraphemeBoundaryStateMachine.h",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 "//third_party/WebKit/Source:config", 258 "//third_party/WebKit/Source:config",
257 "//third_party/WebKit/Source:inside_blink", 259 "//third_party/WebKit/Source:inside_blink",
258 ] 260 ]
259 261
260 deps = [ 262 deps = [
261 "//testing/gmock", 263 "//testing/gmock",
262 "//testing/gtest", 264 "//testing/gtest",
263 "//third_party/WebKit/Source/core:core", 265 "//third_party/WebKit/Source/core:core",
264 ] 266 ]
265 } 267 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698