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

Side by Side Diff: chrome/tools/build/win/FILES.cfg

Issue 12091045: Adding remoting_core.dll and remoting_desktop.exe next to other archived Chromoting binaries. remot… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 | 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 # -*- python -*- 1 # -*- python -*-
2 # ex: set syntax=python: 2 # ex: set syntax=python:
3 3
4 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 4 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
5 # Use of this source code is governed by a BSD-style license that can be 5 # Use of this source code is governed by a BSD-style license that can be
6 # found in the LICENSE file. 6 # found in the LICENSE file.
7 7
8 # This is a buildbot configuration file containing a tagged list of files 8 # This is a buildbot configuration file containing a tagged list of files
9 # processed by the stage/archive scripts. The known tags are: 9 # processed by the stage/archive scripts. The known tags are:
10 # 10 #
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 'buildtype': ['official'], 367 'buildtype': ['official'],
368 'archive': 'remoting-win32.zip', 368 'archive': 'remoting-win32.zip',
369 'filegroup': ['symsrc'], 369 'filegroup': ['symsrc'],
370 }, 370 },
371 { 371 {
372 'filename': 'remoting_controller.exe.pdb', 372 'filename': 'remoting_controller.exe.pdb',
373 'buildtype': ['official'], 373 'buildtype': ['official'],
374 'archive': 'remoting-win32.zip', 374 'archive': 'remoting-win32.zip',
375 }, 375 },
376 { 376 {
377 'filename': 'remoting_core.dll',
378 'buildtype': ['official'],
379 'archive': 'remoting-win32.zip',
380 'filegroup': ['symsrc'],
381 },
382 {
383 'filename': 'remoting_core.dll.pdb',
384 'buildtype': ['official'],
385 'archive': 'remoting-win32.zip',
386 },
387 {
388 'filename': 'remoting_desktop.exe',
389 'buildtype': ['official'],
390 'archive': 'remoting-win32.zip',
391 'filegroup': ['symsrc'],
392 'optional': ['official'],
393 },
394 {
395 'filename': 'remoting_desktop.exe.pdb',
396 'buildtype': ['official'],
397 'archive': 'remoting-win32.zip',
398 'optional': ['official'],
399 },
400 {
377 'filename': 'remoting_daemon.exe', 401 'filename': 'remoting_daemon.exe',
378 'buildtype': ['official'], 402 'buildtype': ['official'],
379 'archive': 'remoting-win32.zip', 403 'archive': 'remoting-win32.zip',
380 'filegroup': ['symsrc'], 404 'filegroup': ['symsrc'],
381 }, 405 },
382 { 406 {
383 'filename': 'remoting_daemon.exe.pdb', 407 'filename': 'remoting_daemon.exe.pdb',
384 'buildtype': ['official'], 408 'buildtype': ['official'],
385 'archive': 'remoting-win32.zip', 409 'archive': 'remoting-win32.zip',
386 }, 410 },
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 'filename': 'syzygy/chrome.dll.pdb', 661 'filename': 'syzygy/chrome.dll.pdb',
638 'buildtype': ['official'], 662 'buildtype': ['official'],
639 'archive': 'chrome-win32-syms.zip', 663 'archive': 'chrome-win32-syms.zip',
640 }, 664 },
641 { 665 {
642 'filename': 'syzygy/mini_installer.exe.pdb', 666 'filename': 'syzygy/mini_installer.exe.pdb',
643 'buildtype': ['official'], 667 'buildtype': ['official'],
644 'archive': 'chrome-win32-syms.zip', 668 'archive': 'chrome-win32-syms.zip',
645 }, 669 },
646 ] 670 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698