Sort unlaunched apps on app list start page by apps grid order.
[chromium-blink-merge.git] / ui / file_manager / image_loader / compiled_resources.gyp
blobc6488faa751f8512c0a0c4abd82e84c8a580dce9
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           'image_loader.js',
11           'cache.js',
12           'scheduler.js',
13           'request.js',
14         ],
15         'externs': [
16           '<(CLOSURE_DIR)/externs/chrome_send_externs.js',
17           '<(CLOSURE_DIR)/externs/chrome_extensions.js',
18           '<(CLOSURE_DIR)/externs/file_manager_private.js',
19         ],
20       },
21       'includes': [
22         '../../../third_party/closure_compiler/compile_js.gypi'
23       ],
24     }
25   ],