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

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

Issue 2694923002: DevTools: Changes Drawer (Closed)
Patch Set: Remove event listener on willHide 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/Images/smallIcons.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6793d8b1cf9a1124480af00004ca18f37995410f..60304d284b4e573341d234279f4429f24e791acb 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -62,6 +62,9 @@ all_devtools_files = [
"front_end/bindings/SASSSourceMapping.js",
"front_end/bindings/StylesSourceMapping.js",
"front_end/bindings/TempFile.js",
+ "front_end/changes/changesView.css",
+ "front_end/changes/ChangesView.js",
+ "front_end/changes/module.json",
"front_end/cm/activeline.js",
"front_end/cm/closebrackets.js",
"front_end/cm/codemirror.css",
@@ -830,6 +833,7 @@ generated_resources = [
"$resources_out_dir/animation/animation_module.js",
"$resources_out_dir/audits/audits_module.js",
"$resources_out_dir/audits2/audits2_module.js",
+ "$resources_out_dir/changes/changes_module.js",
"$resources_out_dir/cm/cm_module.js",
"$resources_out_dir/color_picker/color_picker_module.js",
"$resources_out_dir/console/console_module.js",
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/Images/smallIcons.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698