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

Unified Diff: tools/lexer-shell.gyp

Issue 345903004: Split out libplatform into a separate libary (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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
Index: tools/lexer-shell.gyp
diff --git a/tools/lexer-shell.gyp b/tools/lexer-shell.gyp
index 6fd129ac690f0941e13ffdf1b03f3d6d97fd74cc..836ea9762af6d2983bea1c1df1e3a5717e053e73 100644
--- a/tools/lexer-shell.gyp
+++ b/tools/lexer-shell.gyp
@@ -37,6 +37,7 @@
'type': 'executable',
'dependencies': [
'../tools/gyp/v8.gyp:v8',
+ '../tools/gyp/v8.gyp:v8_libplatform',
],
'conditions': [
['v8_enable_i18n_support==1', {
@@ -59,6 +60,7 @@
'type': 'executable',
'dependencies': [
'../tools/gyp/v8.gyp:v8',
+ '../tools/gyp/v8.gyp:v8_libplatform',
],
'conditions': [
['v8_enable_i18n_support==1', {
« samples/process.cc ('K') | « tools/lexer-shell.cc ('k') | tools/parser-shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698