Move ceee watch list to src/WATCHLISTS (which will make it actually work).

BUG=64201
TEST=[ watchlists.py ceee/smoke_test.bat ] returns ['[email protected]']

Review URL: http://codereview.chromium.org/5313006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67417 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/WATCHLISTS b/WATCHLISTS
index 98140ee..a78caca2 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -101,6 +101,9 @@
     'automation': {
       'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*',
     },
+    'ceee': {
+      'filepath': 'ceee/.*',
+    },
     'chrome_frame': {
       'filepath': 'chrome_frame/.*',
     },
@@ -207,6 +210,7 @@
     'tools': ['[email protected]'],
     'tests': ['[email protected]'],
     'automation': ['[email protected]'],
+    'ceee' : ['[email protected]'],
     'chrome_frame' : ['[email protected]'],
     'nacl' : ['[email protected]'],
     'appcache': ['[email protected]'],