[Extensions] Make extension message bubble factory platform-abstract
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / braille_ime / compiled_resources.gyp
blobea1bc6ec137bf0314f4641c2b7128c1661638b6a
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           '<(CLOSURE_DIR)/externs/chrome_extensions.js',
15           'externs.js',
16         ],
17       },
18       'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'],
19     },
20   ],