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

Unified Diff: src/d8.gyp

Issue 2840543002: [d8] implement console for d8. (Closed)
Patch Set: no stress Created 3 years, 8 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 | « src/d8.cc ('k') | src/d8-console.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/d8.gyp
diff --git a/src/d8.gyp b/src/d8.gyp
index f6ceeaa78b89773234415a6e8ec9fd2e7b58c198..e6a40212cd7236ffdae323c7dfb22d06cb2dd505 100644
--- a/src/d8.gyp
+++ b/src/d8.gyp
@@ -50,6 +50,8 @@
'sources': [
'd8.h',
'd8.cc',
+ 'd8-console.h',
+ 'd8-console.cc',
'<(SHARED_INTERMEDIATE_DIR)/d8-js.cc',
],
'conditions': [
« no previous file with comments | « src/d8.cc ('k') | src/d8-console.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698