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

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

Issue 2186733002: [Sync] Merge sync_unit_tests into components_unit_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc
Patch Set: Remove from chromium.memory.full.json Created 4 years, 4 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
« no previous file with comments | « build/gn_migration.gypi ('k') | chromecast/BUILD.gn » ('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 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 'arch': ['32bit'], 514 'arch': ['32bit'],
515 'buildtype': ['dev', 'official'], 515 'buildtype': ['dev', 'official'],
516 'optional': ['dev', 'official'], 516 'optional': ['dev', 'official'],
517 }, 517 },
518 # Test binaries for external QA: 518 # Test binaries for external QA:
519 { 519 {
520 'filename': 'interactive_ui_tests.exe', 520 'filename': 'interactive_ui_tests.exe',
521 'buildtype': ['dev', 'official'], 521 'buildtype': ['dev', 'official'],
522 'optional': ['dev', 'official'], 522 'optional': ['dev', 'official'],
523 }, 523 },
524 {
525 'filename': 'sync_unit_tests.exe',
526 'buildtype': ['official'],
527 'optional': ['official'],
528 },
529 # Installer files (official build only): 524 # Installer files (official build only):
530 { 525 {
531 'filename': 'setup.exe', 526 'filename': 'setup.exe',
532 'buildtype': ['official'], 527 'buildtype': ['official'],
533 'archive': 'setup.exe', 528 'archive': 'setup.exe',
534 'filegroup': ['symsrc'], 529 'filegroup': ['symsrc'],
535 }, 530 },
536 { 531 {
537 'filename': 'mini_installer.exe', 532 'filename': 'mini_installer.exe',
538 'buildtype': ['dev', 'official'], 533 'buildtype': ['dev', 'official'],
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
671 'arch': ['32bit'], 666 'arch': ['32bit'],
672 'buildtype': ['official'], 667 'buildtype': ['official'],
673 'archive': 'chrome-win32-nacl-irt-syms.zip', 668 'archive': 'chrome-win32-nacl-irt-syms.zip',
674 }, 669 },
675 { 670 {
676 'filename': 'nacl_irt_x86_64.nexe.debug', 671 'filename': 'nacl_irt_x86_64.nexe.debug',
677 'buildtype': ['official'], 672 'buildtype': ['official'],
678 'archive': 'chrome-win32-nacl-irt-syms.zip', 673 'archive': 'chrome-win32-nacl-irt-syms.zip',
679 }, 674 },
680 ] 675 ]
OLDNEW
« no previous file with comments | « build/gn_migration.gypi ('k') | chromecast/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698