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

Unified Diff: chrome/chrome_exe.gypi

Issue 342873002: Fix breakage on official Mac builers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | chrome/tools/build/mac/dump_product_syms » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index 57ae520f0a602bfd93ab095f45c7ff1e790530c0..f6b8d62944a9a256ec7cab2892da8568f58db834 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -229,12 +229,6 @@
'dependencies': [
'../breakpad/breakpad.gyp:dump_syms',
'../breakpad/breakpad.gyp:symupload',
-
- # In order to process symbols for the Remoting Host plugin,
- # that plugin needs to be built beforehand. Since the
- # "Dump Symbols" step hangs off this target, that plugin also
- # needs to be added as a dependency.
- '../remoting/remoting.gyp:remoting_host_plugin',
],
# The "Dump Symbols" post-build step is in a target_conditions
# block so that it will follow the "Strip If Needed" step if that
« no previous file with comments | « no previous file | chrome/tools/build/mac/dump_product_syms » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698