Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 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 # Add your directory-specific .gyp file to this list for it to be continuously | 5 # Add your directory-specific .gyp file to this list for it to be continuously |
| 6 # typechecked on the builder: | 6 # typechecked on the builder: |
| 7 # http://build.chromium.org/p/chromium.fyi/builders/Closure%20Compilation%20Linu x | 7 # http://build.chromium.org/p/chromium.fyi/builders/Closure%20Compilation%20Linu x |
| 8 # | 8 # |
| 9 # Also, see our guide to Closure compilation in chrome: | 9 # Also, see our guide to Closure compilation in chrome: |
| 10 # https://code.google.com/p/chromium/wiki/ClosureCompilation | 10 # https://code.google.com/p/chromium/wiki/ClosureCompilation |
| (...skipping 17 matching lines...) Expand all Loading... | |
| 28 '../../ui/file_manager/file_manager/background/js/compiled_resources.gyp :*', | 28 '../../ui/file_manager/file_manager/background/js/compiled_resources.gyp :*', |
| 29 '../../ui/file_manager/file_manager/foreground/js/compiled_resources.gyp :*', | 29 '../../ui/file_manager/file_manager/foreground/js/compiled_resources.gyp :*', |
| 30 '../../ui/file_manager/file_manager/foreground/js/metadata/compiled_reso urces.gyp:*', | 30 '../../ui/file_manager/file_manager/foreground/js/metadata/compiled_reso urces.gyp:*', |
| 31 '../../ui/file_manager/gallery/js/compiled_resources.gyp:*', | 31 '../../ui/file_manager/gallery/js/compiled_resources.gyp:*', |
| 32 '../../ui/file_manager/image_loader/compiled_resources.gyp:*', | 32 '../../ui/file_manager/image_loader/compiled_resources.gyp:*', |
| 33 '../../ui/file_manager/video_player/js/compiled_resources.gyp:*', | 33 '../../ui/file_manager/video_player/js/compiled_resources.gyp:*', |
| 34 '../../ui/webui/resources/js/chromeos/compiled_resources.gyp:*', | 34 '../../ui/webui/resources/js/chromeos/compiled_resources.gyp:*', |
| 35 '../../ui/webui/resources/js/chromeos/compiled_resources.gyp:*', | 35 '../../ui/webui/resources/js/chromeos/compiled_resources.gyp:*', |
| 36 '../../ui/webui/resources/js/compiled_resources.gyp:*', | 36 '../../ui/webui/resources/js/compiled_resources.gyp:*', |
| 37 '../../ui/webui/resources/js/cr/ui/compiled_resources.gyp:*', | 37 '../../ui/webui/resources/js/cr/ui/compiled_resources.gyp:*', |
| 38 ] | 38 ], |
| 39 'includes': [ | |
| 40 '../../remoting/remoting_webapp_compile.gypi', | |
|
Dan Beam
2015/03/25 00:47:27
this means it'll run on the bots (see: top of file
| |
| 41 ], | |
| 39 }, | 42 }, |
| 40 ] | 43 ] |
| 41 } | 44 } |
| OLD | NEW |