Index: components/autofill.gypi |
diff --git a/components/autofill.gypi b/components/autofill.gypi |
index 424d5424f969027390d64441b9fe1f275f09b36b..e59693c818f5eb7adda68ef04ab61509a125c9e5 100644 |
--- a/components/autofill.gypi |
+++ b/components/autofill.gypi |
@@ -35,6 +35,15 @@ |
}, |
'includes': [ '../build/protoc.gypi' ] |
}, |
+ { |
+ 'target_name': 'autofill_test', |
Evan Stade
2013/05/25 00:41:19
autofill_test_util?
Dan Beam
2013/05/25 02:36:57
Done.
|
+ 'type': 'static_library', |
+ 'sources': [ |
+ 'autofill/browser/wallet/wallet_test_util.cc', |
+ 'autofill/browser/wallet/wallet_test_util.h', |
+ ], |
+ 'include_dirs': [ '..' ], |
+ }, |
], |
'conditions': [ |
['OS != "ios"', { |