summaryrefslogtreecommitdiffstats
path: root/google_apis/google_apis.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'google_apis/google_apis.gyp')
-rw-r--r--google_apis/google_apis.gyp20
1 files changed, 20 insertions, 0 deletions
diff --git a/google_apis/google_apis.gyp b/google_apis/google_apis.gyp
index 3479567..762c3695 100644
--- a/google_apis/google_apis.gyp
+++ b/google_apis/google_apis.gyp
@@ -106,5 +106,25 @@
'google_api_keys_unittest.cc',
],
},
+ {
+ 'target_name': 'google_apis_test_support',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../base/base.gyp:test_support_base',
+ '../net/net.gyp:net',
+ '../net/net.gyp:net_test_support',
+ ],
+ 'export_dependent_settings': [
+ '../base/base.gyp:base',
+ '../base/base.gyp:test_support_base',
+ '../net/net.gyp:net',
+ '../net/net.gyp:net_test_support',
+ ],
+ 'sources': [
+ 'gaia/fake_gaia.cc',
+ 'gaia/fake_gaia.h',
+ ],
+ },
],
}