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

Side by Side Diff: gypfiles/get_landmines.py

Issue 1848553003: [gn] Move build to gypfiles (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Preserve old state for the dance Created 4 years, 7 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
« no previous file with comments | « gypfiles/features.gypi ('k') | gypfiles/gyp_environment.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 # Copyright 2014 the V8 project authors. All rights reserved. 2 # Copyright 2014 the V8 project 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 """ 6 """
7 This file emits the list of reasons why a particular build needs to be clobbered 7 This file emits the list of reasons why a particular build needs to be clobbered
8 (or a list of 'landmines'). 8 (or a list of 'landmines').
9 """ 9 """
10 10
(...skipping 14 matching lines...) Expand all
25 print 'Remove build/android.gypi' 25 print 'Remove build/android.gypi'
26 print 'Cleanup after windows ninja switch attempt.' 26 print 'Cleanup after windows ninja switch attempt.'
27 print 'Switching to pinned msvs toolchain.' 27 print 'Switching to pinned msvs toolchain.'
28 print 'Clobbering to hopefully resolve problem with mksnapshot' 28 print 'Clobbering to hopefully resolve problem with mksnapshot'
29 print 'Clobber after ICU roll.' 29 print 'Clobber after ICU roll.'
30 return 0 30 return 0
31 31
32 32
33 if __name__ == '__main__': 33 if __name__ == '__main__':
34 sys.exit(main()) 34 sys.exit(main())
OLDNEW
« no previous file with comments | « gypfiles/features.gypi ('k') | gypfiles/gyp_environment.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698