Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / downloads / compiled_resources.gyp
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.
4 {
5   'targets': [
6     {
7       'target_name': 'downloads',
8       'variables': {
9         'depends': [
10           '../../../../ui/webui/resources/js/action_link.js',
11           '../../../../ui/webui/resources/js/cr.js',
12           '../../../../ui/webui/resources/js/compiled_resources.gyp:load_time_data',
13           '../../../../ui/webui/resources/js/util.js',
14         ],
15         'externs': ['<(CLOSURE_DIR)/externs/chrome_send_externs.js'],
16       },
17       'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
18     }
19   ],
20 }