summaryrefslogtreecommitdiff
path: root/test/same-target-name
AgeCommit message (Collapse)Author
2011-11-28Fix python scripts coherencymaruel@chromium.org
Make sure that these attributes are coherent for python scripts: - The script is indeed executable, e.g. it does something if run - It has a shebang set to #!/usr/bin/env python - The file has svn:executable set Fix duplicated content (!) for pylib/gyp/sun_tool.py Fixed LF EOL for tools/pretty_gyp.py. Enforced a single LF as EOL for all files. Review URL: http://codereview.chromium.org/8718013 git-svn-id: http://gyp.googlecode.com/svn/trunk@1102 78cadc50-ecff-11dd-a971-7dbc132099af
2010-12-14Fixing failing test/rules test on windows.bradnelson@google.com
Adding an error message for colliding target names. Added a test case for target name collision. BUG=None TEST=test\same-target-name\gyptest-same-target-name.py Review URL: http://codereview.chromium.org/5708008 git-svn-id: http://gyp.googlecode.com/svn/trunk@867 78cadc50-ecff-11dd-a971-7dbc132099af