Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / md_extensions / compiled_resources.gyp
blob2b001ed20fba2d43f7923c553ce768abb2004191
1 # Copyright 2015 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': 'manager',
8       'variables': {
9         'depends': [
10           '../../../../ui/webui/resources/cr_elements/v1_0/cr_search_field/cr_search_field.js',
11           '../../../../ui/webui/resources/js/assert.js',
12           '../../../../ui/webui/resources/js/cr.js',
13         ],
14         'externs': [
15           '<(EXTERNS_DIR)/chrome_send.js',
16         ],
17       },
18       'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
19     }
20   ],