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

Unified Diff: sync/sync.gyp

Issue 9701075: Add suppress_wildcard to sync_tests pseudo-target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sync.gyp
diff --git a/sync/sync.gyp b/sync/sync.gyp
index 07e6b04b248e861e90f2da363aeb98d0a00ad733..f355761348d9ba07a05b34d67b25a0fc2ba4c1f6 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -246,6 +246,8 @@
{
'target_name': 'sync_tests',
'type': 'none',
+ # We only want unit test executables to include this target.
+ 'suppress_wildcard': 1,
'dependencies': [
'../base/base.gyp:base',
'../base/base.gyp:test_support_base',
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698