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

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

Issue 203963003: Turns on use_mojo=1 for linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove setup change Created 6 years, 9 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 | « chrome/sync_integration_tests.isolate ('k') | chrome/unit_tests.isolate » ('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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 }, 57 },
58 { 58 {
59 'filename': 'installer', 59 'filename': 'installer',
60 'buildtype': ['official'], 60 'buildtype': ['official'],
61 }, 61 },
62 { 62 {
63 'filename': 'libffmpegsumo.so', 63 'filename': 'libffmpegsumo.so',
64 'buildtype': ['dev', 'official'], 64 'buildtype': ['dev', 'official'],
65 }, 65 },
66 { 66 {
67 'filename': 'lib/libmojo_system.so',
68 'buildtype': ['dev', 'official'],
69 # TODO(sky): remove this when we remove use_mojo.
70 'optional': ['dev', 'official'],
71 },
72 {
67 'filename': 'lib/libpeerconnection.so', 73 'filename': 'lib/libpeerconnection.so',
68 'buildtype': ['dev', 'official'], 74 'buildtype': ['dev', 'official'],
69 'optional': ['dev', 'official'], 75 'optional': ['dev', 'official'],
70 }, 76 },
71 { 77 {
72 'filename': 'locales', 78 'filename': 'locales',
73 'buildtype': ['dev', 'official'], 79 'buildtype': ['dev', 'official'],
74 }, 80 },
75 { 81 {
76 'filename': 'product_logo_48.png', 82 'filename': 'product_logo_48.png',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 'buildtype': ['official'], 225 'buildtype': ['official'],
220 'archive': 'chrome-linux-nacl-irt-syms.zip', 226 'archive': 'chrome-linux-nacl-irt-syms.zip',
221 }, 227 },
222 { 228 {
223 'filename': 'nacl_irt_x86_64.nexe.debug', 229 'filename': 'nacl_irt_x86_64.nexe.debug',
224 'arch': ['64bit'], 230 'arch': ['64bit'],
225 'buildtype': ['official'], 231 'buildtype': ['official'],
226 'archive': 'chrome-linux-nacl-irt-syms.zip', 232 'archive': 'chrome-linux-nacl-irt-syms.zip',
227 }, 233 },
228 ] 234 ]
OLDNEW
« no previous file with comments | « chrome/sync_integration_tests.isolate ('k') | chrome/unit_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698