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

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

Issue 1371073003: Display material design policies grouped by tags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test corrections. Created 5 years 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
OLDNEW
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
11 { 11 {
12 'targets': [ 12 'targets': [
13 { 13 {
14 'target_name': 'compile_all_resources', 14 'target_name': 'compile_all_resources',
15 'type': 'none', 15 'type': 'none',
16 'dependencies': [ 16 'dependencies': [
17 '../../chrome/browser/resources/bookmark_manager/js/compiled_resources.g yp:*', 17 '../../chrome/browser/resources/bookmark_manager/js/compiled_resources.g yp:*',
18 '../../chrome/browser/resources/chromeos/braille_ime/compiled_resources. gyp:*', 18 '../../chrome/browser/resources/chromeos/braille_ime/compiled_resources. gyp:*',
19 '../../chrome/browser/resources/chromeos/compiled_resources.gyp:*', 19 '../../chrome/browser/resources/chromeos/compiled_resources.gyp:*',
20 '../../chrome/browser/resources/chromeos/network_ui/compiled_resources.g yp:*', 20 '../../chrome/browser/resources/chromeos/network_ui/compiled_resources.g yp:*',
21 '../../chrome/browser/resources/downloads/compiled_resources.gyp:*', 21 '../../chrome/browser/resources/downloads/compiled_resources.gyp:*',
22 '../../chrome/browser/resources/extensions/compiled_resources.gyp:*', 22 '../../chrome/browser/resources/extensions/compiled_resources.gyp:*',
23 '../../chrome/browser/resources/help/compiled_resources.gyp:*', 23 '../../chrome/browser/resources/help/compiled_resources.gyp:*',
24 '../../chrome/browser/resources/history/compiled_resources.gyp:*', 24 '../../chrome/browser/resources/history/compiled_resources.gyp:*',
25 '../../chrome/browser/resources/options/compiled_resources.gyp:*', 25 '../../chrome/browser/resources/options/compiled_resources.gyp:*',
26 '../../chrome/browser/resources/md_downloads/compiled_resources.gyp:*', 26 '../../chrome/browser/resources/md_downloads/compiled_resources.gyp:*',
27 '../../chrome/browser/resources/md_extensions/compiled_resources.gyp:*', 27 '../../chrome/browser/resources/md_extensions/compiled_resources.gyp:*',
28 '../../chrome/browser/resources/md_policy/compiled_resources.gyp:*',
28 '../../chrome/browser/resources/ntp4/compiled_resources.gyp:*', 29 '../../chrome/browser/resources/ntp4/compiled_resources.gyp:*',
29 '../../chrome/browser/resources/settings/compiled_resources.gyp:*', 30 '../../chrome/browser/resources/settings/compiled_resources.gyp:*',
30 '../../chrome/browser/resources/uber/compiled_resources.gyp:*', 31 '../../chrome/browser/resources/uber/compiled_resources.gyp:*',
31 '../../remoting/app_remoting_webapp_compile.gypi:*', 32 '../../remoting/app_remoting_webapp_compile.gypi:*',
32 '../../remoting/remoting_webapp_compile.gypi:*', 33 '../../remoting/remoting_webapp_compile.gypi:*',
33 '../../ui/file_manager/audio_player/js/compiled_resources.gyp:*', 34 '../../ui/file_manager/audio_player/js/compiled_resources.gyp:*',
34 '../../ui/file_manager/file_manager/background/js/compiled_resources.gyp :*', 35 '../../ui/file_manager/file_manager/background/js/compiled_resources.gyp :*',
35 '../../ui/file_manager/file_manager/foreground/js/compiled_resources.gyp :*', 36 '../../ui/file_manager/file_manager/foreground/js/compiled_resources.gyp :*',
36 '../../ui/file_manager/gallery/js/compiled_resources.gyp:*', 37 '../../ui/file_manager/gallery/js/compiled_resources.gyp:*',
37 '../../ui/file_manager/image_loader/compiled_resources.gyp:*', 38 '../../ui/file_manager/image_loader/compiled_resources.gyp:*',
38 '../../ui/file_manager/video_player/js/compiled_resources.gyp:*', 39 '../../ui/file_manager/video_player/js/compiled_resources.gyp:*',
39 '../../ui/webui/resources/cr_elements/compiled_resources.gyp:*', 40 '../../ui/webui/resources/cr_elements/compiled_resources.gyp:*',
40 '../../ui/webui/resources/js/chromeos/compiled_resources.gyp:*', 41 '../../ui/webui/resources/js/chromeos/compiled_resources.gyp:*',
41 '../../ui/webui/resources/js/chromeos/compiled_resources.gyp:*', 42 '../../ui/webui/resources/js/chromeos/compiled_resources.gyp:*',
42 '../../ui/webui/resources/js/compiled_resources.gyp:*', 43 '../../ui/webui/resources/js/compiled_resources.gyp:*',
43 '../../ui/webui/resources/js/cr/ui/compiled_resources.gyp:*', 44 '../../ui/webui/resources/js/cr/ui/compiled_resources.gyp:*',
44 ], 45 ],
45 }, 46 },
46 ] 47 ]
47 } 48 }
OLDNEW
« chrome/test/data/webui/policy_ui_material.h ('K') | « chrome/test/data/webui/policy_ui_material.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698