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

Unified Diff: ui/aura/aura.gyp

Issue 47323002: ui: Have shell_dialogs into its own gyp file under its shell_dialogs/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ui_unittests.gyp Created 7 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
Index: ui/aura/aura.gyp
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
index b06288318fa4c50461be54cc13737acf0aaa57fb..d1c36e6541afa4d2db71a81c0845b8a951aa9306 100644
--- a/ui/aura/aura.gyp
+++ b/ui/aura/aura.gyp
@@ -141,7 +141,7 @@
'../events/events.gyp:events',
'../gfx/gfx.gyp:gfx',
'../ui.gyp:ui',
- '../ui.gyp:ui_test_support',
+ '../ui_unittests.gyp:ui_test_support',
'aura',
'aura_test_support_pak',
],
@@ -279,7 +279,7 @@
'../gl/gl.gyp:gl',
'../ui.gyp:ui',
'../ui.gyp:ui_resources',
- '../ui.gyp:ui_test_support',
+ '../ui_unittests.gyp:ui_test_support',
'aura_test_support',
'aura',
],

Powered by Google App Engine
This is Rietveld 408576698