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

Side by Side Diff: Source/devtools/front_end/devtools_app/module.json

Issue 725583003: [DevTools] Prepare to pass modified InspectorFrontendHost to inspector app. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixed comment Created 6 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "dependencies": [ 2 "dependencies": [
3 "common", 3 "common",
4 "host", 4 "host",
5 "platform" 5 "platform"
6 ], 6 ],
7 "scripts": [ 7 "scripts": [
8 "UITests.js",
8 "DevToolsApp.js" 9 "DevToolsApp.js"
10 ],
11 "skip_compilation": [
12 "UITests.js"
9 ] 13 ]
10 } 14 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/devtools_app/UITests.js ('k') | Source/devtools/front_end/host/InspectorAppHost.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698