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

Unified Diff: test/errors/duplicate_basenames.gyp

Issue 1151963003: Revert "Stop checking for duplicate basenames" (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: . Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pylib/gyp/input.py ('k') | test/errors/gyptest-errors.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/errors/duplicate_basenames.gyp
diff --git a/test/dependencies/lib_only.gyp b/test/errors/duplicate_basenames.gyp
old mode 100755
new mode 100644
similarity index 66%
copy from test/dependencies/lib_only.gyp
copy to test/errors/duplicate_basenames.gyp
index f6c84dea64ffb899b8a11de1d5154aec66f695f0..b3dceb3949b2b22f6c168a2314f5f84c06a905da
--- a/test/dependencies/lib_only.gyp
+++ b/test/errors/duplicate_basenames.gyp
@@ -5,12 +5,9 @@
{
'targets': [
{
- 'target_name': 'a',
+ 'target_name': 'foo',
'type': 'static_library',
- 'sources': [
- 'a.c',
- ],
- 'dependencies': ['b/b.gyp:b'],
+ 'sources': ['foo.c', 'foo.cc'],
},
- ],
+ ]
}
« no previous file with comments | « pylib/gyp/input.py ('k') | test/errors/gyptest-errors.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698