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

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

Issue 2887253006: Closure: remove older, original GYP compilation system (Closed)
Patch Set: compiled_resources.gypi Created 3 years, 7 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
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4 #
5 # H H EEEEE Y Y !!
6 # H H E Y Y !! compiled_resources.gyp IS DEPRECATED
7 # HHHHH EEEEE Y !!
8 # H H E Y USE compiled_resources2.gyp INSTEAD
9 # H H EEEEE Y !!
10 #
11 # Add your directory-specific .gyp file to this list for it to be continuously
12 # typechecked on the builder:
13 # http://build.chromium.org/p/chromium.fyi/builders/Closure%20Compilation%20Linu x
14 #
15 # Also, see our guide to Closure compilation in chrome:
16 # https://chromium.googlesource.com/chromium/src/+/master/docs/closure_compilati on.md
17 {
18 'targets': [
19 {
20 'target_name': 'compiled_resources',
21 'type': 'none',
22 'dependencies': [
23 ],
24 },
25 ]
26 }
OLDNEW
« no previous file with comments | « third_party/closure_compiler/compile_js2.gypi ('k') | third_party/closure_compiler/run_compiler » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698