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

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

Issue 10985038: DevTools: stop deploying the devtools_frontend.zip (new contributing doc does not require it) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 | « build/all.gyp ('k') | chrome/tools/build/mac/FILES.cfg » ('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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 { 99 {
100 'filename': 'xdg-mime', 100 'filename': 'xdg-mime',
101 'arch': ['32bit', '64bit'], 101 'arch': ['32bit', '64bit'],
102 'buildtype': ['dev', 'official'], 102 'buildtype': ['dev', 'official'],
103 }, 103 },
104 { 104 {
105 'filename': 'xdg-settings', 105 'filename': 'xdg-settings',
106 'arch': ['32bit', '64bit'], 106 'arch': ['32bit', '64bit'],
107 'buildtype': ['dev', 'official'], 107 'buildtype': ['dev', 'official'],
108 }, 108 },
109 {
110 'filename': 'devtools_frontend.zip',
111 'arch': ['32bit', '64bit'],
112 'buildtype': ['dev'],
113 'archive': 'devtools_frontend.zip',
114 },
115 # Flash Player files: 109 # Flash Player files:
116 # Pepper Flash Player files: 110 # Pepper Flash Player files:
117 { 111 {
118 'filename': 'PepperFlash', 112 'filename': 'PepperFlash',
119 'arch': ['32bit','64bit'], 113 'arch': ['32bit','64bit'],
120 'buildtype': ['official'], 114 'buildtype': ['official'],
121 }, 115 },
122 # PDF Plugin files: 116 # PDF Plugin files:
123 { 117 {
124 'filename': 'libpdf.so', 118 'filename': 'libpdf.so',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 'buildtype': ['official'], 183 'buildtype': ['official'],
190 'archive': 'breakpad-info.zip', 184 'archive': 'breakpad-info.zip',
191 }, 185 },
192 { 186 {
193 'filename': 'libremoting_host_plugin.x64.so.breakpad.x64', 187 'filename': 'libremoting_host_plugin.x64.so.breakpad.x64',
194 'arch': ['64bit'], 188 'arch': ['64bit'],
195 'buildtype': ['official'], 189 'buildtype': ['official'],
196 'archive': 'breakpad-info.zip', 190 'archive': 'breakpad-info.zip',
197 }, 191 },
198 ] 192 ]
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | chrome/tools/build/mac/FILES.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698