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

Unified Diff: minidump/minidump.gyp

Issue 986033002: Allow Crashpad to build in the Chromium tree (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Rewrap Created 5 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
Index: minidump/minidump.gyp
diff --git a/minidump/minidump.gyp b/minidump/minidump.gyp
index a8ead8319b9b65a8267771a0ee55ff4d6cc29618..3fcd24941fff2b359f55f2be49a2fe1528e2f5c8 100644
--- a/minidump/minidump.gyp
+++ b/minidump/minidump.gyp
@@ -23,7 +23,7 @@
'dependencies': [
'../compat/compat.gyp:crashpad_compat',
'../snapshot/snapshot.gyp:crashpad_snapshot',
- '../third_party/mini_chromium/mini_chromium/base/base.gyp:base',
+ '../third_party/mini_chromium/mini_chromium.gyp:base',
'../util/util.gyp:crashpad_util',
],
'export_dependent_settings': [
@@ -80,7 +80,7 @@
'../snapshot/snapshot.gyp:crashpad_snapshot_test_lib',
'../third_party/gtest/gtest.gyp:gtest',
'../third_party/gtest/gtest.gyp:gtest_main',
- '../third_party/mini_chromium/mini_chromium/base/base.gyp:base',
+ '../third_party/mini_chromium/mini_chromium.gyp:base',
],
'include_dirs': [
'..',
« no previous file with comments | « handler/handler.gyp ('k') | snapshot/snapshot.gyp » ('j') | third_party/gmock/gmock.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698