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

Unified Diff: chrome/chrome_exe.gypi

Issue 1849413003: Define crash keys in the directory hierarchy where they are used. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with head Created 4 years, 5 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/chrome_common.gypi ('k') | chrome/common/crash_keys.cc » ('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 0b4d8d7d4e6def14888cc035207200728e83e6c7..c422bcaa9560f3cefd674aa68842551b5dcb96ce 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -422,6 +422,10 @@
'app/chrome_exe.rc',
'common/crash_keys.cc',
'common/crash_keys.h',
+ '../content/public/common/crash_keys.cc',
+ '../content/public/common/crash_keys.h',
+ '../media/base/crash_keys.cc',
+ '../media/base/crash_keys.h',
],
'sources!': [
# We still want the _win entry point for sandbox, etc.
@@ -539,6 +543,8 @@
'<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc',
'app/chrome_crash_reporter_client_win.cc',
'common/crash_keys.cc',
+ '../content/public/common/crash_keys.cc',
+ '../media/base/crash_keys.cc',
'nacl/nacl_exe_win_64.cc',
],
'dependencies': [
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/crash_keys.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698