Author: [email protected]
Date: Wed Jul  8 08:36:12 2009
New Revision: 2395

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

Log:
Fix missing include directories in v8.gyp.

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


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:36:12 2009
@@ -152,6 +152,9 @@
          'js2c',
          'v8_base',
        ],
+      'include_dirs': [
+        '../../src',
+      ],
        'sources': [
          '<(SHARED_INTERMEDIATE_DIR)/libraries-empty.cc',
          '<(INTERMEDIATE_DIR)/snapshot.cc',
@@ -505,6 +508,9 @@
        'type': 'executable',
        'dependencies': [
          'v8_nosnapshot',
+      ],
+      'include_dirs': [
+        '../../src',
        ],
        'sources': [
          '../../src/mksnapshot.cc',

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to