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

Unified Diff: ui/aura/aura.gyp

Issue 8780001: aura: Make aura::TooltipClient completely static? (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged with upstream Created 9 years 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 | « content/content_tests.gypi ('k') | ui/aura/client/aura_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « content/content_tests.gypi ('k') | ui/aura/client/aura_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698