Index: ui/aura/aura.gyp |
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp |
index 6d98b42d6e282102896056bf4cfb85a96eae5b7b..d74708a9cc71c7fe9b302b8f10deda6f8d4eddcb 100644 |
--- a/ui/aura/aura.gyp |
+++ b/ui/aura/aura.gyp |
@@ -55,6 +55,20 @@ |
], |
}, |
{ |
+ 'target_name': 'non_shell_test_support_aura', |
Ben Goodger (Google)
2011/12/05 22:01:16
what does non-shell mean?
varunjain
2011/12/05 22:11:36
I know the name is weird.. the intention is that t
|
+ 'type': 'static_library', |
+ 'dependencies': [ |
+ '../ui.gyp:ui', |
+ 'aura', |
+ ], |
+ 'include_dirs': [ |
+ '..', |
+ ], |
+ 'sources': [ |
+ 'test/test_tooltip_client.cc', |
+ ], |
+ }, |
+ { |
'target_name': 'test_support_aura', |
'type': 'static_library', |
'dependencies': [ |