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

Unified Diff: content/content_tests.gypi

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
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index b77ac4d2461efe1bafc3a942b277252b781df540..f28741d158cd7fdf95d5c900fd51e536d327026b 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -307,6 +307,11 @@
'../sandbox/sandbox.gyp:sandbox',
],
}],
+ ['use_aura == 1', {
+ 'dependencies': [
+ '../ui/aura/aura.gyp:non_shell_test_support_aura',
+ ],
+ }],
],
},
{

Powered by Google App Engine
This is Rietveld 408576698