 Chromium Code Reviews
 Chromium Code Reviews Issue 872143005:
  Now starting AppRTC server up in "developer mode".  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/webrtc/webrtc.DEPS/
    
  
    Issue 872143005:
  Now starting AppRTC server up in "developer mode".  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/webrtc/webrtc.DEPS/| Index: build_apprtc_closure.py | 
| =================================================================== | 
| --- build_apprtc_closure.py (revision 293856) | 
| +++ build_apprtc_closure.py (working copy) | 
| @@ -27,7 +27,7 @@ | 
| for line in fileinput.input(package_json, inplace=True): | 
| if not 'phantomjs' in line: | 
| - print line | 
| + sys.stdout.write(line) | 
| 
phoglund_chromium
2015/01/29 13:00:14
I realized print put extra newlines in the file. N
 | 
| def main(): |