| 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',
|
| ],
|
| },
|
| ],
|
|
|