Fix search results being clipped in app list.
[chromium-blink-merge.git] / ui / file_manager / image_loader / compiled_resources.gyp
blob3b052635f668e0003e692f3aad42525ff9159dd5
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.
5   'targets': [
6     {
7       'target_name': 'background',
8       'variables': {
9         'depends': [
10           "../file_manager/common/js/file_type.js",
11           "../file_manager/foreground/js/metadata/image_orientation.js",
12           'cache.js',
13           'image_loader.js',
14           'piex_loader.js',
15           'request.js',
16           'scheduler.js',
17         ],
18         'externs': [
19           '<(CLOSURE_DIR)/externs/chrome_send_externs.js',
20           '<(CLOSURE_DIR)/externs/chrome_extensions.js',
21           '<(CLOSURE_DIR)/externs/file_manager_private.js',
22         ],
23       },
24       'includes': [
25         '../../../third_party/closure_compiler/compile_js.gypi'
26       ],
27     }
28   ],