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

Side by Side Diff: remoting/remoting.gyp

Issue 11384003: Make all pdb file names follow the same naming convention. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « chrome_frame/chrome_frame_launcher.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 10
(...skipping 1827 matching lines...) Expand 10 before | Expand all | Expand 10 after
1838 'conditions': [ 1838 'conditions': [
1839 ['buildtype == "Official" and remoting_multi_process == 0', { 1839 ['buildtype == "Official" and remoting_multi_process == 0', {
1840 'AdditionalOptions': [ 1840 'AdditionalOptions': [
1841 "\"/MANIFESTUAC:level='requireAdministrator' " 1841 "\"/MANIFESTUAC:level='requireAdministrator' "
1842 "uiAccess='true'\"", 1842 "uiAccess='true'\"",
1843 ], 1843 ],
1844 }], 1844 }],
1845 ], 1845 ],
1846 'ImportLibrary': '$(OutDir)\\lib\\remoting_host_exe.lib', 1846 'ImportLibrary': '$(OutDir)\\lib\\remoting_host_exe.lib',
1847 'OutputFile': '$(OutDir)\\remoting_host.exe', 1847 'OutputFile': '$(OutDir)\\remoting_host.exe',
1848 'ProgramDatabaseFile': '$(OutDir)\\remoting_host.pdb',
1849 # 2 == /SUBSYSTEM:WINDOWS 1848 # 2 == /SUBSYSTEM:WINDOWS
1850 'SubSystem': '2', 1849 'SubSystem': '2',
1851 }, 1850 },
1852 }, 1851 },
1853 }], 1852 }],
1854 ], # end of 'conditions' 1853 ], # end of 'conditions'
1855 }, # end of target 'remoting_me2me_host' 1854 }, # end of target 'remoting_me2me_host'
1856 1855
1857 { 1856 {
1858 'target_name': 'remoting_host_keygen', 1857 'target_name': 'remoting_host_keygen',
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
2235 '../base/allocator/allocator.gyp:allocator', 2234 '../base/allocator/allocator.gyp:allocator',
2236 ], 2235 ],
2237 }, 2236 },
2238 ], 2237 ],
2239 ], 2238 ],
2240 }], # end of 'toolkit_uses_gtk == 1' 2239 }], # end of 'toolkit_uses_gtk == 1'
2241 ], # end of 'conditions' 2240 ], # end of 'conditions'
2242 }, # end of target 'remoting_unittests' 2241 }, # end of target 'remoting_unittests'
2243 ], # end of targets 2242 ], # end of targets
2244 } 2243 }
OLDNEW
« no previous file with comments | « chrome_frame/chrome_frame_launcher.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698