diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-08 16:54:53 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-08 16:54:53 +0000 |
commit | 0c68e894ddf194189fcbab079b97cf6ff47929da (patch) | |
tree | ec2a9b57930c30dc4bcf2bae73b86c4555de40fd /ash/ash.gyp | |
parent | 486238b191a6d7439dcda4aa04c662e2e3edd608 (diff) | |
download | chromium_src-0c68e894ddf194189fcbab079b97cf6ff47929da.zip chromium_src-0c68e894ddf194189fcbab079b97cf6ff47929da.tar.gz chromium_src-0c68e894ddf194189fcbab079b97cf6ff47929da.tar.bz2 |
[Clenup] Split ShellTestApi into separate file
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/11476032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171977 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r-- | ash/ash.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp index d949329..b4d6be7 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -476,6 +476,8 @@ 'test/launcher_view_test_api.h', 'test/display_manager_test_api.cc', 'test/display_manager_test_api.h', + 'test/shell_test_api.cc', + 'test/shell_test_api.h', 'test/test_activation_delegate.cc', 'test/test_activation_delegate.h', 'test/test_launcher_delegate.cc', |