From ee1815932f9b1f6e1923e3e4a04aa541224d6f07 Mon Sep 17 00:00:00 2001 From: "mark@chromium.org" Date: Thu, 24 Mar 2011 20:57:11 +0000 Subject: 'copies' sections are lists of dicts. Fix r79299. TEST=GYP should run without error in official builds Review URL: http://codereview.chromium.org/6730033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79321 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome_dll.gypi | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'chrome/chrome_dll.gypi') diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi index 5636642..0094e81 100644 --- a/chrome/chrome_dll.gypi +++ b/chrome/chrome_dll.gypi @@ -482,13 +482,15 @@ '../breakpad/breakpad.gyp:breakpad', 'app/policy/cloud_policy_codegen.gyp:policy', ], - 'copies': { - 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Resources', - 'files': [ - '<(PRODUCT_DIR)/crash_inspector', - '<(PRODUCT_DIR)/crash_report_sender.app' - ], - }, + 'copies': [ + { + 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Resources', + 'files': [ + '<(PRODUCT_DIR)/crash_inspector', + '<(PRODUCT_DIR)/crash_report_sender.app' + ], + }, + ], }, { # else: mac_breakpad!=1 # No Breakpad, put in the stubs. 'sources': [ -- cgit v1.1