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

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
« build/common.gypi ('K') | « 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 1823 matching lines...) Expand 10 before | Expand all | Expand 10 after
1834 'conditions': [ 1834 'conditions': [
1835 ['buildtype == "Official" and remoting_multi_process == 0', { 1835 ['buildtype == "Official" and remoting_multi_process == 0', {
1836 'AdditionalOptions': [ 1836 'AdditionalOptions': [
1837 "\"/MANIFESTUAC:level='requireAdministrator' " 1837 "\"/MANIFESTUAC:level='requireAdministrator' "
1838 "uiAccess='true'\"", 1838 "uiAccess='true'\"",
1839 ], 1839 ],
1840 }], 1840 }],
1841 ], 1841 ],
1842 'ImportLibrary': '$(OutDir)\\lib\\remoting_host_exe.lib', 1842 'ImportLibrary': '$(OutDir)\\lib\\remoting_host_exe.lib',
1843 'OutputFile': '$(OutDir)\\remoting_host.exe', 1843 'OutputFile': '$(OutDir)\\remoting_host.exe',
1844 'ProgramDatabaseFile': '$(OutDir)\\remoting_host.pdb',
1845 # 2 == /SUBSYSTEM:WINDOWS 1844 # 2 == /SUBSYSTEM:WINDOWS
1846 'SubSystem': '2', 1845 'SubSystem': '2',
1847 }, 1846 },
1848 }, 1847 },
1849 }], 1848 }],
1850 ], # end of 'conditions' 1849 ], # end of 'conditions'
1851 }, # end of target 'remoting_me2me_host' 1850 }, # end of target 'remoting_me2me_host'
1852 1851
1853 { 1852 {
1854 'target_name': 'remoting_host_keygen', 1853 'target_name': 'remoting_host_keygen',
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
2233 '../base/allocator/allocator.gyp:allocator', 2232 '../base/allocator/allocator.gyp:allocator',
2234 ], 2233 ],
2235 }, 2234 },
2236 ], 2235 ],
2237 ], 2236 ],
2238 }], # end of 'toolkit_uses_gtk == 1' 2237 }], # end of 'toolkit_uses_gtk == 1'
2239 ], # end of 'conditions' 2238 ], # end of 'conditions'
2240 }, # end of target 'remoting_unittests' 2239 }, # end of target 'remoting_unittests'
2241 ], # end of targets 2240 ], # end of targets
2242 } 2241 }
OLDNEW
« build/common.gypi ('K') | « chrome_frame/chrome_frame_launcher.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698