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

Unified Diff: Source/devtools/devtools.gypi

Issue 530003002: DevTools: [Documentation] Add syntax highlight for code examples (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@iliia-patch
Patch Set: Comments addressed Created 6 years, 3 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 | Source/devtools/front_end/common/Settings.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/devtools.gypi
diff --git a/Source/devtools/devtools.gypi b/Source/devtools/devtools.gypi
index 453630164c50d52a5e1830a3812b9be2be28dc54..d24fc6acf8ab418ec90c1c62bd6f65a57af8a00d 100644
--- a/Source/devtools/devtools.gypi
+++ b/Source/devtools/devtools.gypi
@@ -205,6 +205,7 @@
'front_end/ui/DataGrid.js',
'front_end/ui/Dialog.js',
'front_end/ui/DOMExtension.js',
+ 'front_end/ui/DOMSyntaxHighlighter.js',
'front_end/ui/DropDownMenu.js',
'front_end/ui/EmptyView.js',
'front_end/ui/ForwardedInputEventHandler.js',
@@ -339,7 +340,6 @@
'front_end/documentation/WikiParser.js',
],
'devtools_elements_js_files': [
- 'front_end/elements/DOMSyntaxHighlighter.js',
'front_end/elements/ElementsPanel.js',
'front_end/elements/ElementsTreeOutline.js',
'front_end/elements/EventListenersSidebarPane.js',
« no previous file with comments | « no previous file | Source/devtools/front_end/common/Settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698