Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / braille_ime / compiled_resources.gyp
blob1722255dee1abb8585fdb1bf78ddfe59f5873938
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   'targets': [
7     {
8       'target_name': 'main',
9       'variables': {
10         'depends': [
11           'braille_ime.js',
12         ],
13         'externs': [
14           '<(EXTERNS_DIR)/chrome_extensions.js',
15           'externs.js',
16         ],
17       },
18       'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'],
19     },
20   ],