Reviewers: Kasper Lund, Joel, Message: Uggg, we had fixed this. Ug.
Description: Correct the location of snapshot.cc in v8.gyp. Please review this at http://codereview.chromium.org/155219 Affected files: M tools/gyp/v8.gyp Index: tools/gyp/v8.gyp diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp index b19451a960a03c45bb5d5d85f26dddacf502e840..9f3632126b463f0cf759ff7db32e8cef1a4c280c 100644 --- a/tools/gyp/v8.gyp +++ b/tools/gyp/v8.gyp @@ -154,7 +154,7 @@ ], 'sources': [ '<(INTERMEDIATE_DIR)/libraries-empty.cc', - '../../src/snapshot.cc', + '<(INTERMEDIATE_DIR)/snapshot.cc', ], 'actions': [ { --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
