summaryrefslogtreecommitdiffstats
path: root/content/content_tests.gypi
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-13 14:36:05 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-13 14:36:05 +0000
commit8d2de578eec94c5a66841b9e65d11567d9514a16 (patch)
tree5b90b3e883c62bb545d5184b9a04dfd8da4e5756 /content/content_tests.gypi
parentd1d08c1037c4151af2ee28d1b743b501f59c6eed (diff)
downloadchromium_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 'content/content_tests.gypi')
-rw-r--r--content/content_tests.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index b05062f..92c0bcb 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -45,6 +45,8 @@
'test/test_browser_context.h',
'test/test_content_client.cc',
'test/test_content_client.h',
+ 'test/test_notification_tracker.cc',
+ 'test/test_notification_tracker.h',
'test/test_tab_contents_view.cc',
'test/test_tab_contents_view.h',
'test/test_url_fetcher_factory.cc',