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

Side by Side Diff: site_scons/site_tools/component_builders.py

Issue 12450015: **/*.py: use /usr/bin/env to find python Base URL: https://chromium.googlesource.com/native_client/src/native_client@master
Patch Set: Created 7 years, 9 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 | « site_scons/site_tools/component_bits.py ('k') | site_scons/site_tools/component_setup.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/python2.4 1 #!/usr/bin/env python
2 # Copyright (c) 2011 The Native Client Authors. All rights reserved. 2 # Copyright (c) 2011 The Native Client 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 # Redistribution and use in source and binary forms, with or without 6 # Redistribution and use in source and binary forms, with or without
7 # modification, are permitted provided that the following conditions are 7 # modification, are permitted provided that the following conditions are
8 # met: 8 # met:
9 # 9 #
10 # * Redistributions of source code must retain the above copyright 10 # * Redistributions of source code must retain the above copyright
11 # notice, this list of conditions and the following disclaimer. 11 # notice, this list of conditions and the following disclaimer.
(...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 # Add our target groups 645 # Add our target groups
646 AddTargetGroup('all_libraries', 'libraries can be built') 646 AddTargetGroup('all_libraries', 'libraries can be built')
647 AddTargetGroup('all_programs', 'programs can be built') 647 AddTargetGroup('all_programs', 'programs can be built')
648 AddTargetGroup('all_test_programs', 'tests can be built') 648 AddTargetGroup('all_test_programs', 'tests can be built')
649 AddTargetGroup('all_packages', 'packages can be built') 649 AddTargetGroup('all_packages', 'packages can be built')
650 AddTargetGroup('run_all_tests', 'tests can be run') 650 AddTargetGroup('run_all_tests', 'tests can be run')
651 AddTargetGroup('run_disabled_tests', 'tests are disabled') 651 AddTargetGroup('run_disabled_tests', 'tests are disabled')
652 AddTargetGroup('run_small_tests', 'small tests can be run') 652 AddTargetGroup('run_small_tests', 'small tests can be run')
653 AddTargetGroup('run_medium_tests', 'medium tests can be run') 653 AddTargetGroup('run_medium_tests', 'medium tests can be run')
654 AddTargetGroup('run_large_tests', 'large tests can be run') 654 AddTargetGroup('run_large_tests', 'large tests can be run')
OLDNEW
« no previous file with comments | « site_scons/site_tools/component_bits.py ('k') | site_scons/site_tools/component_setup.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698