Commit 1b812fb3 authored by mark@chromium.org's avatar mark@chromium.org

Remove explicit include of Chromium's common.gypi from v8.gyp.

Explicit includes of common.gypi are being deprecated.  Chromium will include
the .gypi files that it needs by asking GYP to force-include them into each
.gyp file that it loads.  See http://codereview.chromium.org/206006.
Review URL: http://codereview.chromium.org/193114

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2895 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 0c5b0dbe
......@@ -34,9 +34,6 @@
'v8_use_snapshot%': 'true',
'v8_regexp%': 'native',
},
'includes': [
'../../../build/common.gypi',
],
'target_defaults': {
'defines': [
'ENABLE_LOGGING_AND_PROFILING',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment