diff options
-rw-r--r-- | chrome/chrome_dll.gypi | 16 |
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': [ |