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

Unified Diff: third_party/WebKit/Source/bindings/scripts/BUILD.gn

Issue 2350843003: Remove GYP annotations from third_party GN files. (Closed)
Patch Set: Created 4 years, 3 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/WebKit/Source/bindings/modules/v8/BUILD.gn ('k') | third_party/WebKit/Source/modules/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/scripts/BUILD.gn
diff --git a/third_party/WebKit/Source/bindings/scripts/BUILD.gn b/third_party/WebKit/Source/bindings/scripts/BUILD.gn
index 3d09601bf851bfc89144162240449e63e15c93a3..ce595a8d4474d90c5367e38827edf77dd906dd82 100644
--- a/third_party/WebKit/Source/bindings/scripts/BUILD.gn
+++ b/third_party/WebKit/Source/bindings/scripts/BUILD.gn
@@ -14,8 +14,6 @@ visibility = [ "//third_party/WebKit/*" ]
# been run to update it.
#
# This action's dependencies *is* the cache validation.
-#
-# GYP version: scripts.gyp:cached_lex_yacc_tables
action("cached_lex_yacc_tables") {
script = "blink_idl_parser.py"
@@ -31,8 +29,6 @@ action("cached_lex_yacc_tables") {
# A separate pre-caching step is *required* to use bytecode caching in
# Jinja (which improves speed significantly), as the bytecode cache is
# not concurrency-safe on write; details in code_generator_v8.py.
-#
-# GYP version: scripts.gyp:cached_jinja_templates
action("cached_jinja_templates") {
script = "code_generator_v8.py"
« no previous file with comments | « third_party/WebKit/Source/bindings/modules/v8/BUILD.gn ('k') | third_party/WebKit/Source/modules/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698