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

Unified Diff: third_party/WebKit/Source/devtools/BUILD.gn

Issue 2769843003: DevTools: split text_utils out of common module (Closed)
Patch Set: rebaseline 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 side-by-side diff with in-line comments
Download patch
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 e0f1fdcfacf9292def024870e44a1ef82960afe5..cd30c6f1ef31733a912f88b8b7940c1dded87cf1 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",
@@ -570,6 +567,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",

Powered by Google App Engine
This is Rietveld 408576698