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

Side by Side Diff: test/win/linker-flags/manifest-in-comment.cc

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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright 2013 Google Inc. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #pragma comment(linker, \
6 "\"/manifestdependency:type='Win32' " \
7 "name='Test.Research.SampleAssembly' version='6.0.0.0' " \
8 "processorArchitecture='X86' " \
9 "publicKeyToken='0000000000000000' language='*'\"")
10
11 int main() {
12 return 0;
13 }
OLDNEW
« no previous file with comments | « test/win/gyptest-link-update-manifest.py ('k') | test/win/linker-flags/unsupported-manifest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698