| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 # | 4 # |
| 5 # H H EEEEE Y Y !! | 5 # H H EEEEE Y Y !! |
| 6 # H H E Y Y !! compiled_resources.gyp IS DEPRECATED | 6 # H H E Y Y !! compiled_resources.gyp IS DEPRECATED |
| 7 # HHHHH EEEEE Y !! | 7 # HHHHH EEEEE Y !! |
| 8 # H H E Y USE compiled_resources2.gyp INSTEAD | 8 # H H E Y USE compiled_resources2.gyp INSTEAD |
| 9 # H H EEEEE Y !! | 9 # H H EEEEE Y !! |
| 10 # | 10 # |
| 11 # Add your directory-specific .gyp file to this list for it to be continuously | 11 # Add your directory-specific .gyp file to this list for it to be continuously |
| 12 # typechecked on the builder: | 12 # typechecked on the builder: |
| 13 # http://build.chromium.org/p/chromium.fyi/builders/Closure%20Compilation%20Linu
x | 13 # http://build.chromium.org/p/chromium.fyi/builders/Closure%20Compilation%20Linu
x |
| 14 # | 14 # |
| 15 # Also, see our guide to Closure compilation in chrome: | 15 # Also, see our guide to Closure compilation in chrome: |
| 16 # https://chromium.googlesource.com/chromium/src/+/master/docs/closure_compilati
on.md | 16 # https://chromium.googlesource.com/chromium/src/+/master/docs/closure_compilati
on.md |
| 17 { | 17 { |
| 18 'targets': [ | 18 'targets': [ |
| 19 { | 19 { |
| 20 'target_name': 'compiled_resources', | 20 'target_name': 'compiled_resources', |
| 21 'type': 'none', | 21 'type': 'none', |
| 22 'dependencies': [ | 22 'dependencies': [ |
| 23 '../../ui/file_manager/file_manager/foreground/js/compiled_resources.gyp
:*', | |
| 24 ], | 23 ], |
| 25 }, | 24 }, |
| 26 ] | 25 ] |
| 27 } | 26 } |
| OLD | NEW |