| Index: third_party/WebKit/Source/devtools/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/devtools/BUILD.gn b/third_party/WebKit/Source/devtools/BUILD.gn
|
| index 849a8becb2926dace9b76ad87dffa249dc109060..9ae05d89fb2562ac01b3cef13551db4783fd9f43 100644
|
| --- a/third_party/WebKit/Source/devtools/BUILD.gn
|
| +++ b/third_party/WebKit/Source/devtools/BUILD.gn
|
| @@ -106,10 +106,7 @@ all_devtools_files = [
|
| "front_end/common/SegmentedRange.js",
|
| "front_end/common/Settings.js",
|
| "front_end/common/StaticContentProvider.js",
|
| - "front_end/common/Text.js",
|
| "front_end/common/TextDictionary.js",
|
| - "front_end/common/TextRange.js",
|
| - "front_end/common/TextUtils.js",
|
| "front_end/common/Throttler.js",
|
| "front_end/common/Trie.js",
|
| "front_end/common/UIString.js",
|
| @@ -569,6 +566,10 @@ all_devtools_files = [
|
| "front_end/text_editor/CodeMirrorUtils.js",
|
| "front_end/text_editor/module.json",
|
| "front_end/text_editor/TextEditorAutocompleteController.js",
|
| + "front_end/text_utils/module.json",
|
| + "front_end/text_utils/Text.js",
|
| + "front_end/text_utils/TextRange.js",
|
| + "front_end/text_utils/TextUtils.js",
|
| "front_end/timeline_model/module.json",
|
| "front_end/timeline_model/TimelineFrameModel.js",
|
| "front_end/timeline_model/TimelineIRModel.js",
|
|
|