Author: [email protected]
Date: Wed Jul  8 08:22:44 2009
New Revision: 2393

Modified:
    branches/bleeding_edge/tools/gyp/v8.gyp

Log:
Correct the location of snapshot.cc in v8.gyp.

Review URL: http://codereview.chromium.org/155219


Modified: branches/bleeding_edge/tools/gyp/v8.gyp
==============================================================================
--- branches/bleeding_edge/tools/gyp/v8.gyp     (original)
+++ branches/bleeding_edge/tools/gyp/v8.gyp     Wed Jul  8 08:22:44 2009
@@ -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
-~----------~----~----~----~------~----~------~--~---

Reply via email to