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

Unified Diff: site_scons/site_tools/component_bits.py

Issue 13134: Pulling in hammer changes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years 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 | « site_scons/site_tools/code_coverage.py ('k') | site_scons/site_tools/component_setup.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site_scons/site_tools/component_bits.py
===================================================================
--- site_scons/site_tools/component_bits.py (revision 6345)
+++ site_scons/site_tools/component_bits.py (working copy)
@@ -191,11 +191,11 @@
def ClearBits(env, *args):
- """Sets the bits in the environment.
+ """Clears the bits in the environment.
Args:
env: Environment to check.
- args: List of bit names to set.
+ args: List of bit names to clear (remove).
"""
_CheckDeclared(args)
env['_BITS'] = env['_BITS'].difference(args)
« no previous file with comments | « site_scons/site_tools/code_coverage.py ('k') | site_scons/site_tools/component_setup.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698