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

Side by Side Diff: build/download_nacl_irt.py

Issue 7701026: Revert 97987 - Switching NaCl IRT to be built inside the chrome build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « DEPS ('k') | chrome/build_nacl_irt.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:mergeinfo
OLDNEW
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 2 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 import hashlib 6 import hashlib
7 import optparse 7 import optparse
8 import os 8 import os
9 import urllib2 9 import urllib2
10 import sys 10 import sys
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 196
197 if len(new_deps) > 0: 197 if len(new_deps) > 0:
198 sys.stdout.write('\nIf you have changed nacl_revision, the DEPS file ' 198 sys.stdout.write('\nIf you have changed nacl_revision, the DEPS file '
199 'probably needs to be updated with the following:\n%s\n' 199 'probably needs to be updated with the following:\n%s\n'
200 % ''.join(new_deps)) 200 % ''.join(new_deps))
201 sys.exit(1) 201 sys.exit(1)
202 202
203 203
204 if __name__ == '__main__': 204 if __name__ == '__main__':
205 Main() 205 Main()
OLDNEW
« no previous file with comments | « DEPS ('k') | chrome/build_nacl_irt.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698