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

Unified Diff: sky/tools/sky_server

Issue 687673004: Move framework/inspector/server to services/inspector (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « sky/services/inspector/server.cc ('k') | sky/tools/webkitpy/layout_tests/servers/apache_http.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/sky_server
diff --git a/sky/tools/sky_server b/sky/tools/sky_server
index ae38fccc57c2eebdbd8cb8968de497f64e7e00f2..1d875e15134b9532ae60e4e65e5905abc6a71d39 100755
--- a/sky/tools/sky_server
+++ b/sky/tools/sky_server
@@ -42,17 +42,11 @@ def main():
'tools.staticdir.on': True,
'tools.staticdir.dir': os.path.join(GEN_ROOT, 'sky'),
},
- # src-relative to avoid needing to rebuild when changing inspector:
'/sky/framework': {
'tools.staticdir.on': True,
'tools.staticdir.dir':
os.path.join(SKY_ROOT, 'framework'),
},
- '/sky/framework/inspector/server': {
- 'tools.staticdir.on': True,
- 'tools.staticdir.dir': os.path.join(GEN_ROOT, 'sky', 'framework',
- 'inspector', 'server'),
- },
}
cherrypy.quickstart(config=config)
« no previous file with comments | « sky/services/inspector/server.cc ('k') | sky/tools/webkitpy/layout_tests/servers/apache_http.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698