Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(356)

Unified Diff: plugin/plugin.gyp

Issue 6698040: Fix build break by adding missing quotes to breakpad (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plugin/plugin.gyp
===================================================================
--- plugin/plugin.gyp (revision 78137)
+++ plugin/plugin.gyp (working copy)
@@ -666,7 +666,7 @@
'--set_version=<(plugin_version) '
'--set_npapi_filename=<(plugin_npapi_filename) '
'--set_npapi_mimetype=<(plugin_npapi_mimetype) '
- '--set_o3d_plugin_breakpad_url=<(o3d_plugin_breakpad_url) '
+ '--set_o3d_plugin_breakpad_url="<(o3d_plugin_breakpad_url)" '
'mac/Info.plist '
'<(SHARED_INTERMEDIATE_DIR)/plugin/Info.plist',
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698