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

Unified Diff: BUILD.gn

Issue 943543002: [strong] Declaration-after-use errors. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: minimizing diff Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/ast.h » ('j') | src/parser.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 3c8222c32d188dbe32ed90e7fa928b27ecc4f910..6dc200d9ac4b7fa1467d4afa793916e805ed5408 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -861,6 +861,8 @@ source_set("v8_base") {
"src/parser.h",
"src/perf-jit.cc",
"src/perf-jit.h",
+ "src/pending-compilation-error-handler.cc",
+ "src/pending-compilation-error-handler.h",
"src/preparse-data-format.h",
"src/preparse-data.cc",
"src/preparse-data.h",
« no previous file with comments | « no previous file | src/ast.h » ('j') | src/parser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698