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

Unified Diff: preparser/preparser.gyp

Issue 22093003: Move V8EXPORT definition to its own file (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 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
« no previous file with comments | « include/v8-testing.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: preparser/preparser.gyp
diff --git a/preparser/preparser.gyp b/preparser/preparser.gyp
index 23cbfff6446c8af3bcb2e67285a48dd7f9ff1689..c62a0b6b86713f503afe526717729ec3f662c676 100644
--- a/preparser/preparser.gyp
+++ b/preparser/preparser.gyp
@@ -50,6 +50,7 @@
],
'sources': [
'preparser-process.cc',
+ '../include/v8-export.h',
Yang 2013/08/05 15:47:40 this doesn't seem to be necessary.
yurys 2013/08/05 15:49:30 Done.
'../include/v8-preparser.h',
'../src/preparser-api.cc',
],
« no previous file with comments | « include/v8-testing.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698