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

Unified Diff: util/util.gyp

Issue 808493003: win: port multiprocess_exec_test_child.cc (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: ws Created 5 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
Index: util/util.gyp
diff --git a/util/util.gyp b/util/util.gyp
index 2bdb9cbece3389255bc6ff78bcbdc810ed46f04d..2febcd4e0e0d83e72033dd91cd5398733b3aa630 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -303,6 +303,9 @@
{
'target_name': 'util_test_multiprocess_exec_test_child',
'type': 'executable',
+ 'dependencies': [
+ '../third_party/mini_chromium/mini_chromium/base/base.gyp:base',
Mark Mentovai 2015/01/08 17:20:20 …but this executable isn’t using anything from bas
scottmg 2015/01/08 18:15:54 Was to get the include dir for build/build_config.
+ ],
'sources': [
'test/multiprocess_exec_test_child.cc',
],
« util/test/multiprocess_exec_test_child.cc ('K') | « util/test/multiprocess_exec_test_child.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698