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

Unified Diff: third_party/WebKit/Source/devtools/devtools.gyp

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
« no previous file with comments | « third_party/WebKit/Source/devtools/BUILD.gn ('k') | third_party/WebKit/Source/devtools/devtools.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/devtools.gyp
diff --git a/third_party/WebKit/Source/devtools/devtools.gyp b/third_party/WebKit/Source/devtools/devtools.gyp
index 06611f4db10b6960b926ef96b9bec9b633962a6d..be18988496a807d0fd7fd9f7798854b21044bbad 100644
--- a/third_party/WebKit/Source/devtools/devtools.gyp
+++ b/third_party/WebKit/Source/devtools/devtools.gyp
@@ -124,6 +124,7 @@
'<(PRODUCT_DIR)/resources/inspector/snippets/snippets_module.js',
'<(PRODUCT_DIR)/resources/inspector/source_frame/source_frame_module.js',
'<(PRODUCT_DIR)/resources/inspector/sources/sources_module.js',
+ '<(PRODUCT_DIR)/resources/inspector/text_editor/text_editor_module.js',
'<(PRODUCT_DIR)/resources/inspector/timeline_model/timeline_model_module.js',
'<(PRODUCT_DIR)/resources/inspector/timeline/timeline_module.js',
'<(PRODUCT_DIR)/resources/inspector/ui_lazy/ui_lazy_module.js',
@@ -298,6 +299,7 @@
'<(_output_path)/snippets/snippets_module.js',
'<(_output_path)/source_frame/source_frame_module.js',
'<(_output_path)/sources/sources_module.js',
+ '<(_output_path)/text_editor/text_editor_module.js',
'<(_output_path)/timeline/timeline_module.js',
'<(_output_path)/timeline_model/timeline_model_module.js',
'<(_output_path)/ui_lazy/ui_lazy_module.js',
« no previous file with comments | « third_party/WebKit/Source/devtools/BUILD.gn ('k') | third_party/WebKit/Source/devtools/devtools.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698