| 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': [
|
|
|