From 181bcc34167b2ceea12a68cbde41600a29639a22 Mon Sep 17 00:00:00 2001 From: "jochen@chromium.org" Date: Mon, 14 Apr 2014 13:38:16 +0000 Subject: [PATCH] Clean up default-platform gyp defines The files that are excluded do not exist at that location, so the rule is not effective. We'll first want to move the platform stuff into a separate library, so I'm just removing those lines for now BUG=v8:3015 R=dcarney@chromium.org LOG=n Review URL: https://codereview.chromium.org/237053002 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20727 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- tools/gyp/v8.gyp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp index 81b1212..77c331e 100644 --- a/tools/gyp/v8.gyp +++ b/tools/gyp/v8.gyp @@ -1017,12 +1017,6 @@ '<(icu_gyp_path):icudata', ], }], - ['v8_use_default_platform==0', { - 'sources!': [ - '../../src/default-platform.cc', - '../../src/default-platform.h', - ], - }], ['icu_use_data_file_flag==1', { 'defines': ['ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE'], }, { # else icu_use_data_file_flag !=1 -- 2.7.4