summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_dll.gypi
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-24 20:57:11 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-24 20:57:11 +0000
commitee1815932f9b1f6e1923e3e4a04aa541224d6f07 (patch)
tree43c56c8e45be2d07103e15a2d4c7909db94284c7 /chrome/chrome_dll.gypi
parentf66b530627da51ec85a61258fea0ba8bbce665d9 (diff)
downloadchromium_src-ee1815932f9b1f6e1923e3e4a04aa541224d6f07.zip
chromium_src-ee1815932f9b1f6e1923e3e4a04aa541224d6f07.tar.gz
chromium_src-ee1815932f9b1f6e1923e3e4a04aa541224d6f07.tar.bz2
'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
Diffstat (limited to 'chrome/chrome_dll.gypi')
-rw-r--r--chrome/chrome_dll.gypi16
1 files changed, 9 insertions, 7 deletions
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': [