Reviewers: iposva, Description: Merge r2895 from bleeding_edge to trunk for immediate use by Chromium.
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. Please review this at http://codereview.chromium.org/201118 SVN Base: http://v8.googlecode.com/svn/trunk/ Affected files: MM tools/gyp/v8.gyp Index: tools/gyp/v8.gyp =================================================================== --- tools/gyp/v8.gyp (revision 2894) +++ tools/gyp/v8.gyp (working copy) @@ -34,9 +34,6 @@ 'v8_use_snapshot%': 'true', 'v8_regexp%': 'native', }, - 'includes': [ - '../../../build/common.gypi', - ], 'target_defaults': { 'defines': [ 'ENABLE_LOGGING_AND_PROFILING', Property changes on: tools/gyp/v8.gyp ___________________________________________________________________ Added: svn:mergeinfo Merged /branches/experimental/toiger/tools/gyp/v8.gyp:r665-1384 Merged /branches/bleeding_edge/tools/gyp/v8.gyp:r1668-1701,1703-1716,1718,1910-1982,1984-2079,2290-2536,2538-2590,2593-2623,2636,2642,2680-2738,2895 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
