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

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

Issue 2568093003: Support parsing BackgroundSpans and UnderlineSpans in Android IME's commitText() (Closed)
Patch Set: Attempt to fix dependency error with target 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
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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 configs += [ 258 configs += [
259 "//third_party/WebKit/Source/core:blink_core_pch", 259 "//third_party/WebKit/Source/core:blink_core_pch",
260 "//third_party/WebKit/Source:config", 260 "//third_party/WebKit/Source:config",
261 "//third_party/WebKit/Source:inside_blink", 261 "//third_party/WebKit/Source:inside_blink",
262 ] 262 ]
263 263
264 deps = [ 264 deps = [
265 "//testing/gmock", 265 "//testing/gmock",
266 "//testing/gtest", 266 "//testing/gtest",
267 "//third_party/WebKit/Source/core:core", 267 "//third_party/WebKit/Source/core:core",
268 "//third_party/WebKit/Source/core/editing:editing",
268 ] 269 ]
269 } 270 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698