| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |