diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-18 00:29:31 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-18 00:29:31 +0000 |
commit | a16c121ff846f791458441d55f21e7abcdd39f8f (patch) | |
tree | 05634ede59785933264fe63fb3c7c7452771c0d7 /ui/wm/wm.gyp | |
parent | e0dde3ac05337f3ea71e735faba400952cba7cf4 (diff) | |
download | chromium_src-a16c121ff846f791458441d55f21e7abcdd39f8f.zip chromium_src-a16c121ff846f791458441d55f21e7abcdd39f8f.tar.gz chromium_src-a16c121ff846f791458441d55f21e7abcdd39f8f.tar.bz2 |
Rename MinimalShell to WMTestHelper.
As requested by Ben in https://codereview.chromium.org/74183002/
* Rename minimal_shell.* to wm_test_helper.*
BUG=308710
TEST=None
R=ben@chromium.org
Review URL: https://codereview.chromium.org/70513007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235580 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/wm/wm.gyp')
-rw-r--r-- | ui/wm/wm.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/wm/wm.gyp b/ui/wm/wm.gyp index 38158b0..4a681c1 100644 --- a/ui/wm/wm.gyp +++ b/ui/wm/wm.gyp @@ -16,8 +16,8 @@ '../views/views.gyp:views', ], 'sources': [ - 'test/minimal_shell.cc', - 'test/minimal_shell.h', + 'test/wm_test_helper.cc', + 'test/wm_test_helper.h', ], }, ], |