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

Unified Diff: components/crash.gypi

Issue 1582403004: Linux: Send the product channel to non-browser processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix content_browsertests linking Created 4 years, 11 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 | « chrome/browser/chrome_content_browser_client.cc ('k') | components/crash/content/app/breakpad_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash.gypi
diff --git a/components/crash.gypi b/components/crash.gypi
index 00ee69ca88d89eb5f9156683a42df849301b4021..2e5cf2429f5f8eb328be347eedaf3f4fa0dc8727 100644
--- a/components/crash.gypi
+++ b/components/crash.gypi
@@ -139,6 +139,7 @@
],
'dependencies': [
'crash_component_lib',
+ 'crash_core_common',
Lei Zhang 2016/01/26 00:23:07 This is in components/crash/content/app/BUILD.gn a
'../base/base.gyp:base',
],
'defines': ['CRASH_IMPLEMENTATION'],
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | components/crash/content/app/breakpad_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698