Change AdditionalOptions to a list from a string. This fixes compilation errors
authorseanpaul@google.com <seanpaul@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 16 Sep 2011 15:47:33 +0000 (15:47 +0000)
committerseanpaul@google.com <seanpaul@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 16 Sep 2011 15:47:33 +0000 (15:47 +0000)
when building bench within chrome.

BUG=363
TEST=Build bench through a chrome checkout on windows
Review URL: http://codereview.appspot.com/5045042

git-svn-id: http://skia.googlecode.com/svn/trunk@2275 2bbb7eff-a529-9590-31e7-b0007b416f81

gyp/common_conditions.gypi

index 2a49556..add8a62 100644 (file)
@@ -15,7 +15,7 @@
             'WarningLevel': '1',
             'WarnAsError': 'false',
             'DebugInformationFormat': '3',
-            'AdditionalOptions': '/MP',
+            'AdditionalOptions': [ '/MP' ],
           },
           'VCLinkerTool': {
             'AdditionalDependencies': [