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

Unified Diff: ui/wm/wm.gyp

Issue 340413002: Fixes content_browsertests with --enable-text-input-focus-manager flag enabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed sky's comments. Created 6 years, 6 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/wm/test/wm_test_helper.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wm/wm.gyp
diff --git a/ui/wm/wm.gyp b/ui/wm/wm.gyp
index d3230a17015801911024c0320647ac74ae5295c3..10f1883c4e1dbd0fb32024660f297fac1b3ceced 100644
--- a/ui/wm/wm.gyp
+++ b/ui/wm/wm.gyp
@@ -98,6 +98,7 @@
'dependencies': [
'../../skia/skia.gyp:skia',
'../aura/aura.gyp:aura',
+ '../base/ui_base.gyp:ui_base',
'../events/events.gyp:events',
'../events/events.gyp:events_base',
],
@@ -116,12 +117,12 @@
'../../testing/gtest.gyp:gtest',
'../aura/aura.gyp:aura',
'../aura/aura.gyp:aura_test_support',
+ '../base/ui_base.gyp:ui_base',
'../compositor/compositor.gyp:compositor',
'../events/events.gyp:events',
'../events/events.gyp:events_base',
- '../gfx/gfx.gyp:gfx_geometry',
'../gfx/gfx.gyp:gfx',
- '../base/ui_base.gyp:ui_base',
+ '../gfx/gfx.gyp:gfx_geometry',
'wm',
'wm_test_support',
],
« no previous file with comments | « ui/wm/test/wm_test_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698