| Index: mandoline/tools/data/FILES.cfg
|
| diff --git a/mandoline/tools/data/FILES.cfg b/mandoline/tools/data/FILES.cfg
|
| deleted file mode 100644
|
| index 74da561abeb92703ee7ce58488fcf89944d6f9d1..0000000000000000000000000000000000000000
|
| --- a/mandoline/tools/data/FILES.cfg
|
| +++ /dev/null
|
| @@ -1,63 +0,0 @@
|
| -# -*- python -*-
|
| -# ex: set syntax=python:
|
| -
|
| -# Copyright 2015 The Chromium Authors. All rights reserved.
|
| -# Use of this source code is governed by a BSD-style license that can be
|
| -# found in the LICENSE file.
|
| -
|
| -# This is a buildbot configuration file containing a tagged list of files
|
| -# processed by the chromium_mojo.py recipe. The known tags are:
|
| -#
|
| -# filepath: Path of the file in the build output directory.
|
| -# platforms: List of platform[s] for which the file should be processed.
|
| -# Acceptable list values are 'android', 'linux', and 'win'.
|
| -# directory: Flag marking the path as a directory to be copied recursively.
|
| -# The default value is False.
|
| -
|
| -FILES = [
|
| - {
|
| - 'filepath': 'apks/Mandoline.apk',
|
| - 'platforms': ['android'],
|
| - },
|
| - {
|
| - 'filepath': 'core_services',
|
| - 'platforms': ['linux', 'win'],
|
| - 'directory': True,
|
| - },
|
| - {
|
| - 'filepath': 'd3dcompiler_47.dll',
|
| - 'platforms': ['win'],
|
| - },
|
| - {
|
| - 'filepath': 'desktop_ui',
|
| - 'platforms': ['linux', 'win'],
|
| - 'directory': True,
|
| - },
|
| - {
|
| - 'filepath': 'html_viewer',
|
| - 'platforms': ['linux', 'win'],
|
| - 'directory': True,
|
| - },
|
| - {
|
| - 'filepath': 'icudtl.dat',
|
| - 'platforms': ['linux', 'win'],
|
| - },
|
| - {
|
| - 'filepath': 'mandoline',
|
| - 'platforms': ['linux'],
|
| - },
|
| - {
|
| - 'filepath': 'mandoline.exe',
|
| - 'platforms': ['win'],
|
| - },
|
| - {
|
| - 'filepath': 'omnibox',
|
| - 'platforms': ['linux', 'win'],
|
| - 'directory': True,
|
| - },
|
| - {
|
| - 'filepath': 'pdf_viewer',
|
| - 'platforms': ['linux', 'win'],
|
| - 'directory': True,
|
| - },
|
| -]
|
|
|