OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 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 | 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://chromium.googlesource.com/chromium/src/+/master/docs/closure_compilati
on.md | 10 # https://chromium.googlesource.com/chromium/src/+/master/docs/closure_compilati
on.md |
(...skipping 12 matching lines...) Expand all Loading... |
23 '<(DEPTH)/chrome/browser/resources/history/compiled_resources2.gyp:*', | 23 '<(DEPTH)/chrome/browser/resources/history/compiled_resources2.gyp:*', |
24 '<(DEPTH)/chrome/browser/resources/md_downloads/compiled_resources2.gyp:
*', | 24 '<(DEPTH)/chrome/browser/resources/md_downloads/compiled_resources2.gyp:
*', |
25 '<(DEPTH)/chrome/browser/resources/md_extensions/compiled_resources2.gyp
:*', | 25 '<(DEPTH)/chrome/browser/resources/md_extensions/compiled_resources2.gyp
:*', |
26 '<(DEPTH)/chrome/browser/resources/md_feedback/compiled_resources2.gyp:*
', | 26 '<(DEPTH)/chrome/browser/resources/md_feedback/compiled_resources2.gyp:*
', |
27 '<(DEPTH)/chrome/browser/resources/md_history/compiled_resources2.gyp:*'
, | 27 '<(DEPTH)/chrome/browser/resources/md_history/compiled_resources2.gyp:*'
, |
28 '<(DEPTH)/chrome/browser/resources/md_user_manager/compiled_resources2.g
yp:*', | 28 '<(DEPTH)/chrome/browser/resources/md_user_manager/compiled_resources2.g
yp:*', |
29 '<(DEPTH)/chrome/browser/resources/media_router/compiled_resources2.gyp:
*', | 29 '<(DEPTH)/chrome/browser/resources/media_router/compiled_resources2.gyp:
*', |
30 '<(DEPTH)/chrome/browser/resources/offline_pages/compiled_resources2.gyp
:*', | 30 '<(DEPTH)/chrome/browser/resources/offline_pages/compiled_resources2.gyp
:*', |
31 '<(DEPTH)/chrome/browser/resources/settings/compiled_resources2.gyp:*', | 31 '<(DEPTH)/chrome/browser/resources/settings/compiled_resources2.gyp:*', |
32 '<(DEPTH)/chrome/browser/resources/uber/compiled_resources2.gyp:*', | 32 '<(DEPTH)/chrome/browser/resources/uber/compiled_resources2.gyp:*', |
| 33 '<(DEPTH)/chrome/browser/resources/vr_shell/compiled_resources2.gyp:*', |
33 '<(DEPTH)/ui/file_manager/compiled_resources2.gyp:*', | 34 '<(DEPTH)/ui/file_manager/compiled_resources2.gyp:*', |
34 '<(DEPTH)/ui/webui/resources/cr_elements/compiled_resources2.gyp:*', | 35 '<(DEPTH)/ui/webui/resources/cr_elements/compiled_resources2.gyp:*', |
35 '<(DEPTH)/ui/webui/resources/js/chromeos/compiled_resources2.gyp:*', | 36 '<(DEPTH)/ui/webui/resources/js/chromeos/compiled_resources2.gyp:*', |
36 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:*', | 37 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:*', |
37 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:*', | 38 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:*', |
38 ], | 39 ], |
39 }, | 40 }, |
40 ] | 41 ] |
41 } | 42 } |
OLD | NEW |