Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(363)

Side by Side Diff: third_party/closure_compiler/compiled_resources.gyp

Issue 1829553002: Closure Compiler: Add script to run compile and update Wiki docs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « docs/closure_compilation.md ('k') | third_party/closure_compiler/compiled_resources2.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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': 'compile_all_resources', 20 'target_name': 'compiled_resources',
21 'type': 'none', 21 'type': 'none',
22 'dependencies': [ 22 'dependencies': [
23 '../../chrome/browser/resources/bookmark_manager/js/compiled_resources.g yp:*', 23 '../../chrome/browser/resources/bookmark_manager/js/compiled_resources.g yp:*',
24 '../../chrome/browser/resources/chromeos/compiled_resources.gyp:*', 24 '../../chrome/browser/resources/chromeos/compiled_resources.gyp:*',
25 '../../chrome/browser/resources/extensions/compiled_resources.gyp:*', 25 '../../chrome/browser/resources/extensions/compiled_resources.gyp:*',
26 '../../chrome/browser/resources/help/compiled_resources.gyp:*', 26 '../../chrome/browser/resources/help/compiled_resources.gyp:*',
27 '../../chrome/browser/resources/options/compiled_resources.gyp:*', 27 '../../chrome/browser/resources/options/compiled_resources.gyp:*',
28 '../../chrome/browser/resources/media_router/compiled_resources.gyp:*', 28 '../../chrome/browser/resources/media_router/compiled_resources.gyp:*',
29 '../../chrome/browser/resources/md_extensions/compiled_resources.gyp:*', 29 '../../chrome/browser/resources/md_extensions/compiled_resources.gyp:*',
30 '../../chrome/browser/resources/ntp4/compiled_resources.gyp:*', 30 '../../chrome/browser/resources/ntp4/compiled_resources.gyp:*',
31 '../../remoting/remoting_webapp_compile.gypi:*', 31 '../../remoting/remoting_webapp_compile.gypi:*',
32 '../../ui/file_manager/audio_player/js/compiled_resources.gyp:*', 32 '../../ui/file_manager/audio_player/js/compiled_resources.gyp:*',
33 '../../ui/file_manager/file_manager/background/js/compiled_resources.gyp :*', 33 '../../ui/file_manager/file_manager/background/js/compiled_resources.gyp :*',
34 '../../ui/file_manager/file_manager/foreground/js/compiled_resources.gyp :*', 34 '../../ui/file_manager/file_manager/foreground/js/compiled_resources.gyp :*',
35 '../../ui/file_manager/gallery/js/compiled_resources.gyp:*', 35 '../../ui/file_manager/gallery/js/compiled_resources.gyp:*',
36 '../../ui/file_manager/image_loader/compiled_resources.gyp:*', 36 '../../ui/file_manager/image_loader/compiled_resources.gyp:*',
37 '../../ui/file_manager/video_player/js/compiled_resources.gyp:*', 37 '../../ui/file_manager/video_player/js/compiled_resources.gyp:*',
38 ], 38 ],
39 }, 39 },
40 ] 40 ]
41 } 41 }
OLDNEW
« no previous file with comments | « docs/closure_compilation.md ('k') | third_party/closure_compiler/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698