Roll src/third_party/skia df0c557:468dfa7
[chromium-blink-merge.git] / third_party / closure_compiler / compiled_resources2.gyp
blobe76bf5b1a8724541d4d63573242d957bee40b12b
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 # Add your directory-specific .gyp file to this list for it to be continuously
6 # typechecked on the builder:
7 # http://build.chromium.org/p/chromium.fyi/builders/Closure%20Compilation%20Linux
9 # Also, see our guide to Closure compilation in chrome:
10 # https://code.google.com/p/chromium/wiki/ClosureCompilation
12   'targets': [
13     {
14       'target_name': 'compile_all_resources',
15       'type': 'none',
16       'dependencies': [
17         '<(DEPTH)/chrome/browser/resources/downloads/compiled_resources2.gyp:*',
18         '<(DEPTH)/chrome/browser/resources/md_downloads/compiled_resources2.gyp:*',
19         '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:*',
20         '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:*',
21       ],
22     },
23   ]