Revision: 2895 Author: [email protected] Date: Tue Sep 15 11:03:12 2009 Log: 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 http://code.google.com/p/v8/source/detail?r=2895 Modified: /branches/bleeding_edge/tools/gyp/v8.gyp ======================================= --- /branches/bleeding_edge/tools/gyp/v8.gyp Tue Sep 15 04:07:26 2009 +++ /branches/bleeding_edge/tools/gyp/v8.gyp Tue Sep 15 11:03:12 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 -~----------~----~----~----~------~----~------~--~---
