Only grant permissions to new extensions from sync if they have the expected version
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / braille_ime / braille_ime.gyp
blobbe1059ac95fbba2f915d573c2512628530da9ac7
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
6   'conditions': [
7     ['chromeos==1', {
8       'targets': [
9         {
10           'target_name': 'braille_ime_manifest',
11           'type': 'none',
12           'copies': [
13             {
14               'destination': '<(PRODUCT_DIR)/resources/chromeos/braille_ime',
15               'files': [
16                 'manifest.json',
17               ],
18             },
19           ],
20         },
21       ],
22     }],
23   ],