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

Unified Diff: tools/gyp/v8.gyp

Issue 1292533005: Remove heap-inl.h include from natives.h. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix again. argh templates. Created 5 years, 4 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
« src/snapshot/natives-common.cc ('K') | « src/snapshot/natives-common.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index 0ac43deaf5fe5a463e3f5f65b5e9b2a6c6bd305f..4d205a728138248962ef4e1c1901ccc0064a1da5 100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -929,6 +929,7 @@
'../../src/simulator.h',
'../../src/small-pointer-list.h',
'../../src/snapshot/natives.h',
+ '../../src/snapshot/natives-common.cc',
'../../src/snapshot/serialize.cc',
'../../src/snapshot/serialize.h',
'../../src/snapshot/snapshot.h',
« src/snapshot/natives-common.cc ('K') | « src/snapshot/natives-common.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698