Chromium Code Reviews

Unified Diff: src/SConscript

Issue 4576001: Move part of scanner.* into scanner-base.* for reuse in preparser scanner. (Closed)
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | src/checks.h » ('j') | src/scanner-base.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/SConscript
diff --git a/src/SConscript b/src/SConscript
index 8995d48244babbb45eacb333e38ad654bee380ed..596caf7f04931d0460fe57bf83f95d9ce604f4ff 100755
--- a/src/SConscript
+++ b/src/SConscript
@@ -95,6 +95,7 @@ SOURCES = {
register-allocator.cc
rewriter.cc
runtime.cc
+ scanner-base.cc
scanner.cc
scopeinfo.cc
scopes.cc
« no previous file with comments | « no previous file | src/checks.h » ('j') | src/scanner-base.h » ('J')

Powered by Google App Engine