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

Unified Diff: src/DEPS

Issue 1674633002: Move FastAccessorAssembler from RawMachineAssembler to CodeStubAssembler. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Address (most) feedback. Created 4 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 | « BUILD.gn ('k') | src/api-experimental.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 b0b703b7cc409f5d0cb268d45fbfe159340b14a5..c9599040f9318897ca6a5143a0920af52e44d684 100644
--- a/src/DEPS
+++ b/src/DEPS
@@ -2,6 +2,7 @@ include_rules = [
"+base/trace_event/common/trace_event_common.h",
"+src",
"-src/compiler",
+ "+src/compiler/linkage.h",
vogelheim 2016/02/22 11:39:43 Is this ok? I need Linkage::GetStubCallDescriptor.
"+src/compiler/pipeline.h",
"+src/compiler/code-stub-assembler.h",
"+src/compiler/wasm-compiler.h",
@@ -21,7 +22,4 @@ specific_include_rules = {
"d8\.cc": [
"+include/libplatform/libplatform.h",
],
- "api-experimental\.cc": [
- "+src/compiler/fast-accessor-assembler.h",
- ],
}
« no previous file with comments | « BUILD.gn ('k') | src/api-experimental.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698