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

Unified Diff: ui/wm/wm.gyp

Issue 74183002: Introduce ui/wm/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm owners file so i can land this Created 7 years, 1 month 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/minimal_shell.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/shell/shell.gyp b/ui/wm/wm.gyp
similarity index 80%
rename from ui/shell/shell.gyp
rename to ui/wm/wm.gyp
index 71ce1022075f560f8ab8c633ff272f4facf5f221..38158b0334d943d5ab87313e20cde8dd13ae287e 100644
--- a/ui/shell/shell.gyp
+++ b/ui/wm/wm.gyp
@@ -8,7 +8,7 @@
},
'targets': [
{
- 'target_name': 'shell',
+ 'target_name': 'wm_test_support',
'type': 'static_library',
'dependencies': [
'../../skia/skia.gyp:skia',
@@ -16,8 +16,8 @@
'../views/views.gyp:views',
],
'sources': [
- 'minimal_shell.cc',
- 'minimal_shell.h',
+ 'test/minimal_shell.cc',
+ 'test/minimal_shell.h',
],
},
],
« no previous file with comments | « ui/wm/test/minimal_shell.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698