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

Unified Diff: base/base.gypi

Issue 8201001: add missing dependency (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: gtest: create a small project containing one header which is used from base Created 9 years, 1 month 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 | « no previous file | testing/gtest.gyp » ('j') | testing/gtest.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index e2f0a7d8921c8d3415df5ab6903d6708ed819ed2..52431fe7ef7953d75eca6c5b84dbc2d0f42d0889 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -520,6 +520,7 @@
},
'dependencies': [
'base_static',
+ '../testing/gtest.gyp:gtest_prod',
'../third_party/modp_b64/modp_b64.gyp:modp_b64',
'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
],
« no previous file with comments | « no previous file | testing/gtest.gyp » ('j') | testing/gtest.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698