Revision: 2896 Author: [email protected] Date: Tue Sep 15 11:22:58 2009 Log: 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. Review URL: http://codereview.chromium.org/201118 http://code.google.com/p/v8/source/detail?r=2896 Modified: /trunk/tools/gyp/v8.gyp ======================================= --- /trunk/tools/gyp/v8.gyp Tue Sep 15 05:20:11 2009 +++ /trunk/tools/gyp/v8.gyp Tue Sep 15 11:22:58 2009 @@ -34,9 +34,6 @@ 'v8_use_snapshot%': 'true', 'v8_regexp%': 'native', }, - 'includes': [ - '../../../build/common.gypi', - ], 'target_defaults': { 'defines': [ 'ENABLE_LOGGING_AND_PROFILING', --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
