Author: [email protected]
Date: Thu Jul  9 03:52:54 2009
New Revision: 2410

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

Log:
Fix problems with including parser.h from the Windows platform SDK instead  
of v8 by making sure that the v8 include path comes first.

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


Modified: branches/bleeding_edge/tools/gyp/v8.gyp
==============================================================================
--- branches/bleeding_edge/tools/gyp/v8.gyp     (original)
+++ branches/bleeding_edge/tools/gyp/v8.gyp     Thu Jul  9 03:52:54 2009
@@ -152,7 +152,7 @@
          'js2c',
          'v8_base',
        ],
-      'include_dirs': [
+      'include_dirs+': [
          '../../src',
        ],
        'sources': [
@@ -179,7 +179,7 @@
          'js2c',
          'v8_base',
        ],
-      'include_dirs': [
+      'include_dirs+': [
          '../../src',
        ],
        'sources': [
@@ -190,7 +190,7 @@
      {
        'target_name': 'v8_base',
        'type': '<(library)',
-      'include_dirs': [
+      'include_dirs+': [
          '../../src',
        ],
        'sources': [
@@ -509,7 +509,7 @@
        'dependencies': [
          'v8_nosnapshot',
        ],
-      'include_dirs': [
+      'include_dirs+': [
          '../../src',
        ],
        'sources': [

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

Reply via email to