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

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

Issue 2507753002: Install the chrome event log provider together with the browser. (Closed)
Patch Set: Fix RegisterEventLogProvider unit test. Created 4 years 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
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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'filename': 'chrome_elf.dll', 68 'filename': 'chrome_elf.dll',
69 'buildtype': ['dev', 'official'], 69 'buildtype': ['dev', 'official'],
70 'filegroup': ['default', 'symsrc'], 70 'filegroup': ['default', 'symsrc'],
71 }, 71 },
72 { 72 {
73 'filename': 'chrome_watcher.dll', 73 'filename': 'chrome_watcher.dll',
74 'buildtype': ['dev', 'official'], 74 'buildtype': ['dev', 'official'],
75 'filegroup': ['default', 'symsrc'], 75 'filegroup': ['default', 'symsrc'],
76 }, 76 },
77 { 77 {
78 'filename': 'eventlog_provider.dll',
79 'buildtype': ['dev', 'official'],
80 'filegroup': ['default'],
81 },
82 {
78 'filename': '*.manifest', 83 'filename': '*.manifest',
79 'buildtype': ['dev', 'official'], 84 'buildtype': ['dev', 'official'],
80 'filegroup': ['default', 'symsrc'], 85 'filegroup': ['default', 'symsrc'],
81 }, 86 },
82 { 87 {
83 'filename': 'chrome_100_percent.pak', 88 'filename': 'chrome_100_percent.pak',
84 'buildtype': ['dev', 'official'], 89 'buildtype': ['dev', 'official'],
85 }, 90 },
86 { 91 {
87 'filename': 'chrome_200_percent.pak', 92 'filename': 'chrome_200_percent.pak',
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 'archive': 'content-shell.zip', 738 'archive': 'content-shell.zip',
734 'optional': ['dev'], 739 'optional': ['dev'],
735 }, 740 },
736 { 741 {
737 'filename': 'resources', 742 'filename': 'resources',
738 'buildtype': ['dev'], 743 'buildtype': ['dev'],
739 'archive': 'content-shell.zip', 744 'archive': 'content-shell.zip',
740 'optional': ['dev'], 745 'optional': ['dev'],
741 }, 746 },
742 ] 747 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698