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

Unified Diff: src/DEPS

Issue 1474543004: Implement Fast Accessor Builder (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove impl_ cleanup. Drop tests for --optimize-for-size. Also rebase. Created 5 years 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 | « include/v8-experimental.h ('k') | src/api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/DEPS
diff --git a/src/DEPS b/src/DEPS
index af32c410f07be81e3a95441f608807568a2cf73d..c31e3d76a67c4a618143c18fc5994a3a9532c935 100644
--- a/src/DEPS
+++ b/src/DEPS
@@ -25,4 +25,7 @@ specific_include_rules = {
"d8\.cc": [
"+include/libplatform/libplatform.h",
],
+ "api-experimental\.cc": [
+ "+src/compiler/fast-accessor-assembler.h",
+ ],
}
« no previous file with comments | « include/v8-experimental.h ('k') | src/api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698