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

Unified Diff: third_party/closure_compiler/compiled_resources.gyp

Issue 2895773002: (fix landed)Revert of Closure: remove older, original GYP compilation system (Closed)
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/closure_compiler/compiled_resources.gyp
diff --git a/third_party/closure_compiler/compiled_resources.gyp b/third_party/closure_compiler/compiled_resources.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..271cc2d322accaf769fb4050871522613713f2d1
--- /dev/null
+++ b/third_party/closure_compiler/compiled_resources.gyp
@@ -0,0 +1,26 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+#
+# H H EEEEE Y Y !!
+# H H E Y Y !! compiled_resources.gyp IS DEPRECATED
+# HHHHH EEEEE Y !!
+# H H E Y USE compiled_resources2.gyp INSTEAD
+# H H EEEEE Y !!
+#
+# Add your directory-specific .gyp file to this list for it to be continuously
+# typechecked on the builder:
+# http://build.chromium.org/p/chromium.fyi/builders/Closure%20Compilation%20Linux
+#
+# Also, see our guide to Closure compilation in chrome:
+# https://chromium.googlesource.com/chromium/src/+/master/docs/closure_compilation.md
+{
+ 'targets': [
+ {
+ 'target_name': 'compiled_resources',
+ 'type': 'none',
+ 'dependencies': [
+ ],
+ },
+ ]
+}
« 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