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

Unified Diff: BUILD.gn

Issue 314953006: Implement LookupIterator designed to replace LookupResult (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Adding to BUILD.gn Created 6 years, 6 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/api.cc » ('j') | src/lookup.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index a281a91033a3a3d621233b85f7a80a6df9781fe2..00ad3ccbdb883ad207c9437e9b4e44b82798942c 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -574,6 +574,8 @@ source_set("v8_base") {
"src/log-utils.h",
"src/log.cc",
"src/log.h",
+ "src/lookup.cc",
+ "src/lookup.h",
"src/macro-assembler.h",
"src/mark-compact.cc",
"src/mark-compact.h",
« no previous file with comments | « no previous file | src/api.cc » ('j') | src/lookup.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698