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

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

Issue 9980015: The Chrome Remote Desktop installation for Windows can be build by bots now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR feedback Created 8 years, 8 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/remoting.gyp » ('j') | 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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 'arch': ['32bit', '64bit'], 408 'arch': ['32bit', '64bit'],
409 'buildtype': ['dev', 'official'], 409 'buildtype': ['dev', 'official'],
410 }, 410 },
411 { 411 {
412 'filename': 'nacl_irt_x86_64.nexe', 412 'filename': 'nacl_irt_x86_64.nexe',
413 'arch': ['32bit', '64bit'], 413 'arch': ['32bit', '64bit'],
414 'buildtype': ['dev', 'official'], 414 'buildtype': ['dev', 'official'],
415 }, 415 },
416 # Remoting files: 416 # Remoting files:
417 { 417 {
418 'filename': 'chromoting.msi',
419 'arch': ['32bit', '64bit'],
420 'buildtype': ['dev', 'official'],
421 'archive': 'remoting-host.msi',
Sergey Ulanov 2012/04/05 00:43:31 Read comments at the top of this file. If archive!
alexeypa (please no reviews) 2012/04/05 05:00:12 This is exactly what I did. I added direct_archive
Sergey Ulanov 2012/04/05 07:05:41 Ouch. Sorry I missed it.
422 'direct_archive': 1,
423 },
424 {
418 'filename': 'remoting-webapp.zip', 425 'filename': 'remoting-webapp.zip',
419 'arch': ['32bit', '64bit'], 426 'arch': ['32bit', '64bit'],
420 'buildtype': ['dev', 'official'], 427 'buildtype': ['dev', 'official'],
421 'archive': 'remoting-webapp.zip', 428 'archive': 'remoting-webapp.zip',
422 }, 429 },
423 # Cloud Print virtual driver files: 430 # Cloud Print virtual driver files:
424 { 431 {
425 'filename': 'gcp_portmon.dll', 432 'filename': 'gcp_portmon.dll',
426 'arch': ['32bit', '64bit'], 433 'arch': ['32bit', '64bit'],
427 'buildtype': ['dev', 'official'], 434 'buildtype': ['dev', 'official'],
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 'buildtype': ['official'], 525 'buildtype': ['official'],
519 'archive': 'courgette.exe', 526 'archive': 'courgette.exe',
520 }, 527 },
521 { 528 {
522 'filename': 'courgette64.exe', 529 'filename': 'courgette64.exe',
523 'arch': ['32bit', '64bit'], 530 'arch': ['32bit', '64bit'],
524 'buildtype': ['official'], 531 'buildtype': ['official'],
525 'archive': 'courgette64.exe', 532 'archive': 'courgette64.exe',
526 }, 533 },
527 ] 534 ]
OLDNEW
« no previous file with comments | « no previous file | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698