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

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

Issue 1223793018: Fake MD Flags sample WebUI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, update to GYP v2 Created 4 years, 10 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 | « chrome/common/url_constants.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 '<(DEPTH)/chrome/browser/resources/downloads/compiled_resources2.gyp:*', 17 '<(DEPTH)/chrome/browser/resources/downloads/compiled_resources2.gyp:*',
18 '<(DEPTH)/chrome/browser/resources/md_downloads/compiled_resources2.gyp: *', 18 '<(DEPTH)/chrome/browser/resources/md_downloads/compiled_resources2.gyp: *',
19 '<(DEPTH)/chrome/browser/resources/md_flags/compiled_resources2.gyp:*',
19 '<(DEPTH)/chrome/browser/resources/settings/compiled_resources2.gyp:*', 20 '<(DEPTH)/chrome/browser/resources/settings/compiled_resources2.gyp:*',
20 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:*', 21 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:*',
21 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:*', 22 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:*',
22 ], 23 ],
23 }, 24 },
24 ] 25 ]
25 } 26 }
OLDNEW
« no previous file with comments | « chrome/common/url_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698