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

Unified Diff: test/win/linker-flags/unsupported-manifest.gyp

Issue 111373002: win ninja: Refactor manifest generate and embed to be 1-pass (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: remove unused Created 7 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 | « test/win/linker-flags/manifest-in-comment.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/win/linker-flags/unsupported-manifest.gyp
diff --git a/test/self-dependency/self_dependency.gyp b/test/win/linker-flags/unsupported-manifest.gyp
similarity index 58%
copy from test/self-dependency/self_dependency.gyp
copy to test/win/linker-flags/unsupported-manifest.gyp
index 0ca76c669b6a686bf686c5b9a4be5e9ebc2b2c41..5549e7cb9bd6f887a62efbefc8d700ce0292e679 100644
--- a/test/self-dependency/self_dependency.gyp
+++ b/test/win/linker-flags/unsupported-manifest.gyp
@@ -3,13 +3,11 @@
# found in the LICENSE file.
{
- 'includes': [
- 'common.gypi',
- ],
- 'targets': [
+ 'targets': [
{
- 'target_name': 'a',
- 'type': 'none',
+ 'target_name': 'test_unsupported',
+ 'type': 'executable',
+ 'sources': ['manifest-in-comment.cc'],
},
],
}
« no previous file with comments | « test/win/linker-flags/manifest-in-comment.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698