diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-13 14:36:05 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-13 14:36:05 +0000 |
commit | 8d2de578eec94c5a66841b9e65d11567d9514a16 (patch) | |
tree | 5b90b3e883c62bb545d5184b9a04dfd8da4e5756 /chrome/chrome_tests.gypi | |
parent | d1d08c1037c4151af2ee28d1b743b501f59c6eed (diff) | |
download | chromium_src-8d2de578eec94c5a66841b9e65d11567d9514a16.zip chromium_src-8d2de578eec94c5a66841b9e65d11567d9514a16.tar.gz chromium_src-8d2de578eec94c5a66841b9e65d11567d9514a16.tar.bz2 |
Move TestNotificationTracker to content as it has no dependencies to chrome but is used in content/
BUG=90443
TEST=nothing breaks
Review URL: http://codereview.chromium.org/7870002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100914 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 6026795..03278f8 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -1823,8 +1823,6 @@ 'test/base/menu_model_test.h', 'test/base/render_view_test.cc', 'test/base/render_view_test.h', - 'test/base/test_notification_tracker.cc', - 'test/base/test_notification_tracker.h', 'test/base/v8_unit_test.cc', 'test/base/v8_unit_test.h', 'test/data/resource.rc', @@ -3086,8 +3084,6 @@ 'browser/sessions/session_backend.cc', 'browser/sync/glue/session_model_associator.cc', 'test/base/out_of_proc_test_runner.cc', - 'test/base/test_notification_tracker.cc', - 'test/base/test_notification_tracker.h', 'test/data/resource.rc', 'browser/sync/test/integration/apps_helper.cc', 'browser/sync/test/integration/apps_helper.h', @@ -3258,8 +3254,6 @@ 'browser/sync/test/integration/typed_urls_helper.cc', 'browser/sync/test/integration/typed_urls_helper.h', 'test/base/out_of_proc_test_runner.cc', - 'test/base/test_notification_tracker.cc', - 'test/base/test_notification_tracker.h', 'test/data/resource.rc', ], 'conditions': [ |