Changed the gyp file to handle dpendencies via exports.
authorkeyar@chromium.org <keyar@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 20 Aug 2012 15:03:38 +0000 (15:03 +0000)
committerkeyar@chromium.org <keyar@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 20 Aug 2012 15:03:38 +0000 (15:03 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@5174 2bbb7eff-a529-9590-31e7-b0007b416f81

gyp/tools.gyp

index a0245f4..1a99f76 100644 (file)
         'gpu.gyp:skgr',
         'tools.gyp:picture_utils',
      ],
-     'direct_dependent_settings': {
-        'include_dirs': [
-            '../include/gpu',
-        ],
-     },
+     'export_dependent_settings': [
+        'gpu.gyp:gr',
+     ]
     },
     {
       'target_name': 'picture_utils',