From 8966d0149b5df3f153771a7d6709fa81e9fb242d Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Tue, 13 Sep 2011 20:57:33 +0000 Subject: [PATCH] remove nonexistent files from gyps and make AdditionalOptions a list rather than str ReviewURL: http://codereview.appspot.com/5022042/ git-svn-id: http://skia.googlecode.com/svn/trunk@2262 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/common.gypi | 2 +- gyp/core.gyp | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/gyp/common.gypi b/gyp/common.gypi index f1f1e976e8..64d54ba6ca 100644 --- a/gyp/common.gypi +++ b/gyp/common.gypi @@ -70,7 +70,7 @@ 'WarningLevel': '1', 'WarnAsError': 'false', 'DebugInformationFormat': '3', - 'AdditionalOptions': '/MP', + 'AdditionalOptions': ['/MP',], }, 'VCLinkerTool': { 'AdditionalDependencies': [ diff --git a/gyp/core.gyp b/gyp/core.gyp index 389c998f15..bca65e99a6 100644 --- a/gyp/core.gyp +++ b/gyp/core.gyp @@ -133,7 +133,6 @@ '../src/core/SkStrokerPriv.cpp', '../src/core/SkStrokerPriv.h', '../src/core/SkTextFormatParams.h', - '../src/core/SkTLazy.h', '../src/core/SkTSearch.cpp', '../src/core/SkTSort.h', '../src/core/SkTemplatesPriv.h', @@ -141,7 +140,6 @@ '../src/core/SkTypefaceCache.cpp', '../src/core/SkTypefaceCache.h', '../src/core/SkUnPreMultiply.cpp', - '../src/core/SkUserTrace.h', '../src/core/SkUtils.cpp', '../src/core/SkWriter32.cpp', '../src/core/SkXfermode.cpp',