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

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

Issue 2271683003: DevTools: Move CodeMirrorTextEditor into text_editor module (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 4 years, 4 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 ba26940eb249845dc3d9fd249e538b8114db63e9..bf9b76f82f2385a1bf1a300681a9f1b3d0f61ba5 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -53,6 +53,7 @@ devtools_modules_js_files =
gypi_values.devtools_source_frame_js_files +
gypi_values.devtools_sources_js_files +
gypi_values.devtools_temp_storage_shared_worker_js_files +
+ gypi_values.devtools_text_editor_js_files +
gypi_values.devtools_timeline_model_js_files +
gypi_values.devtools_timeline_js_files +
gypi_values.devtools_ui_lazy_js_files
@@ -161,6 +162,7 @@ action("generate_devtools_grd") {
resources_out_dir + "snippets/snippets_module.js",
resources_out_dir + "source_frame/source_frame_module.js",
resources_out_dir + "sources/sources_module.js",
+ resources_out_dir + "text_editor/text_editor_module.js",
resources_out_dir + "timeline_model/timeline_model_module.js",
resources_out_dir + "timeline/timeline_module.js",
resources_out_dir + "ui_lazy/ui_lazy_module.js",
@@ -298,6 +300,7 @@ action("build_applications") {
resources_out_dir + "snippets/snippets_module.js",
resources_out_dir + "source_frame/source_frame_module.js",
resources_out_dir + "sources/sources_module.js",
+ resources_out_dir + "text_editor/text_editor_module.js",
resources_out_dir + "timeline_model/timeline_model_module.js",
resources_out_dir + "timeline/timeline_module.js",
resources_out_dir + "ui_lazy/ui_lazy_module.js",

Powered by Google App Engine
This is Rietveld 408576698