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

Unified Diff: ui/ui_unittests.gypi

Issue 8391006: aura: Set up the mock compositor to get gfx_unittests green on linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 2 months 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 | « ui/gfx/screen_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui_unittests.gypi
diff --git a/ui/ui_unittests.gypi b/ui/ui_unittests.gypi
index a550de25bdd11f70e244ce777e056b1d46fb1afb..361ae129f803d7d114a63ed2e209808be62b793c 100644
--- a/ui/ui_unittests.gypi
+++ b/ui/ui_unittests.gypi
@@ -178,8 +178,8 @@
],
}],
['use_aura==1', {
Daniel Erat 2011/10/27 16:05:26 nit: delete this section
sadrul 2011/10/27 16:09:16 I think we still need to disable the test for aura
Daniel Erat 2011/10/27 16:10:23 Sorry, I'm not sure how I misread this so horrendo
- 'dependencies': [
- 'aura/aura.gyp:aura',
+ 'sources!': [
+ 'gfx/screen_unittest.cc',
],
}],
],
« no previous file with comments | « ui/gfx/screen_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698