Commit aa2a312b authored by sergeyu@chromium.org's avatar sergeyu@chromium.org

Fix breakage on official builers by NPAPI removal

r278198 broke official build bots. This change should fix it.

TBR=wez@chromium.org
BUG=134215

Review URL: https://codereview.chromium.org/340303002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278204 0039d316-1c4b-4281-b951-d872f2087c98
parent 720e9e5e
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
'<(PRODUCT_DIR)/remoting_me2me_host', '<(PRODUCT_DIR)/remoting_me2me_host',
], ],
'outputs': [ 'outputs': [
'<(PRODUCT_DIR)/<(plugin_file).breakpad.<(target_arch)', '<(PRODUCT_DIR)/remoting_me2me_host.breakpad.<(target_arch)',
], ],
'action': ['<(DEPTH)/build/linux/dump_app_syms', 'action': ['<(DEPTH)/build/linux/dump_app_syms',
'<(PRODUCT_DIR)/dump_syms', '<(PRODUCT_DIR)/dump_syms',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment