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

Side by Side Diff: remoting/remoting.gyp

Issue 7967015: Strip debug symbols from official linux remoting builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | remoting/webapp/build-webapp.py » ('j') | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 # Use a consistent MIME-type independent of branding. 10 # Use a consistent MIME-type independent of branding.
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 '<(_plugin_path)', 314 '<(_plugin_path)',
315 '<@(remoting_it2me_files)', 315 '<@(remoting_it2me_files)',
316 '<@(remoting_it2me_locale_files)', 316 '<@(remoting_it2me_locale_files)',
317 ], 317 ],
318 'outputs': [ 318 'outputs': [
319 '<(_output_dir)', 319 '<(_output_dir)',
320 '<(_zip_path)', 320 '<(_zip_path)',
321 ], 321 ],
322 'action': [ 322 'action': [
323 'python', 'webapp/build-webapp.py', 323 'python', 'webapp/build-webapp.py',
324 '<(linux_strip_binary)', 324 '<(buildtype)',
325 '<(host_plugin_mime_type)', 325 '<(host_plugin_mime_type)',
326 '<(_output_dir)', 326 '<(_output_dir)',
327 '<(_zip_path)', 327 '<(_zip_path)',
328 '<(_plugin_path)', 328 '<(_plugin_path)',
329 '<@(remoting_it2me_files)', 329 '<@(remoting_it2me_files)',
330 '--locales', 330 '--locales',
331 '<@(remoting_it2me_locale_files)', 331 '<@(remoting_it2me_locale_files)',
332 ], 332 ],
333 }, 333 },
334 ], 334 ],
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 '../base/allocator/allocator.gyp:allocator', 874 '../base/allocator/allocator.gyp:allocator',
875 ], 875 ],
876 }, 876 },
877 ], 877 ],
878 ], 878 ],
879 }], 879 }],
880 ], # end of 'conditions' 880 ], # end of 'conditions'
881 }, # end of target 'remoting_unittests' 881 }, # end of target 'remoting_unittests'
882 ], # end of targets 882 ], # end of targets
883 } 883 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/build-webapp.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698