Remove CRLF line endings from WATCHLISTS.
Review URL: http://codereview.chromium.org/274029

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28890 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/WATCHLISTS b/WATCHLISTS
index 89bb9f5..5938c6c2 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -1,139 +1,139 @@
-# Copyright (c) 2006-2009 The Chromium Authors. All rights reserved.

-# Use of this source code is governed by a BSD-style license that can be

-# found in the LICENSE file.

-

-# Watchlist Rules

-# Refer: http://dev.chromium.org/developers/contributing-code/watchlists

-

-

-{

-  'WATCHLIST_DEFINITIONS': {

-    'this_file': {

-        'filepath': '^WATCHLISTS$',

-    },

-    'valgrind': {

-      'filepath': 'valgrind',

-    },

-    'purify': {

-      'filepath': 'purify',

-    },

-    'mac': {

-      'filepath': 'cocoa|\.mm$|(_mac|_posix)\.(cc|h)$',

-    },

-    'base': {

-      'filepath': '^base/.*',

-    },

-    'extension': {

-      'filepath': 'extension',

-    },

-    'views': {

-      # Applies to all files and subdirs within this directory.

-      'filepath': 'views/.*',

-    },

-    'browser': {

-      'filepath': 'chrome/browser/.*',

-    },

-    'download': {

-      'filepath': 'download|save_',

-    },

-    'history': {

-      'filepath': 'chrome/browser/history/.*',

-    },

-    'renderer': {

-      'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|chrome/common/render.*',

-    },

-    'safe_browsing': {

-      'filepath': 'chrome/browser/safe_browsing/.*|chrome/browser/renderer_host/safe.*',

-    },

-    'tab_contents': {

-      'filepath': 'chrome/browser/tab_contents/.*',

-    },

-    'webkit': {

-      'filepath': 'webkit/.*',

-    },

-    'plugin': {

-      'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|chrome/common/plugin.*|webkit/glue/webplugin.*|webkit/glue/plugins/.*',

-    },

-    'worker': {

-      'filepath': 'chrome/browser/worker_host/.*|chrome/worker/.*|chrome/common/worker_messages.*|webkit/glue/webworker.*',

-    },

-    'net': {

-      'filepath': 'net/.*',

-    },

-    'ftp': {

-      'filepath': 'ftp',

-    },

-    'installer': {

-      'filepath': 'chrome/installer/.*',

-    },

-    'importer': {

-      'filepath': '.*import.*',

-    },

-    'media': {

-      'filepath': 'media|Media|^third_party/ffmpeg/',

-    },

-    'ipc': {

-      'filepath': 'ipc/ipc.*',

-    },

-    'linux-sandboxing': {

-      'filepath': 'sandbox/linux/.*',

-    },

-    'sync': {

-      'filepath': 'chrome/browser/sync/.*|chrome/browser/views/sync/.*|chrome/test/live_sync/.*',

-    },

-    'layout_tests': {

-      'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*',

-    },

-    'tools': {

-      'filepath': 'tools/.*',

-    },

-    'tests': {

-      'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/.*',

-    },

-    'automation': {

-      'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*',

-    },

-    'chrome_frame': {

-      'filepath': 'chrome_frame/.*',

-    },

-    'nacl': {

-      'filepath': 'chrome/nacl/.*|chrome/test/nacl/.*|chrome/browser/nacl_process_host.*|chrome/common/nacl.*',

-    },

-

-  },

-

-  'WATCHLISTS': {

-    'this_file': ['[email protected]'],

-    'valgrind': ['[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]'],

-    'mac': ['[email protected]', '[email protected]'],

-    'base': ['[email protected]'],

-    'views': ['[email protected]'],

-    'browser': ['[email protected]'],

-    'download': ['[email protected]'],

-    'history': ['[email protected]'],

-    'renderer': ['[email protected]', '[email protected]', '[email protected]'],

-    'safe_browsing': ['[email protected]'],

-    'tab_contents': ['[email protected]'],

-    'webkit': ['[email protected]'],

-    'plugin': ['[email protected]', '[email protected]'],

-    'worker': ['[email protected]'],

-    'extension': ['[email protected]', '[email protected]'],

-    'purify': ['[email protected]'],

-    'net': ['[email protected]'],

-    'ftp': ['[email protected]'],

-    'installer': ['[email protected]'],

-    'importer': ['[email protected]'],

-    'media': ['[email protected]', '[email protected]',

-              '[email protected]', '[email protected]'],

-    'ipc': ['[email protected]'],

-    'linux-sandboxing': ['[email protected]'],

-    'sync': ['[email protected]', '[email protected]',

-             '[email protected]'],

-    'layout_tests': ['[email protected]'],

-    'tools': ['[email protected]'],

-    'tests': ['[email protected]', '[email protected]'],

-    'automation': ['[email protected]'],

-    'chrome_frame' : ['[email protected]'],

-    'nacl' : ['[email protected]'],

-  },

-}

+# Copyright (c) 2006-2009 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# Watchlist Rules
+# Refer: http://dev.chromium.org/developers/contributing-code/watchlists
+
+
+{
+  'WATCHLIST_DEFINITIONS': {
+    'this_file': {
+        'filepath': '^WATCHLISTS$',
+    },
+    'valgrind': {
+      'filepath': 'valgrind',
+    },
+    'purify': {
+      'filepath': 'purify',
+    },
+    'mac': {
+      'filepath': 'cocoa|\.mm$|(_mac|_posix)\.(cc|h)$',
+    },
+    'base': {
+      'filepath': '^base/.*',
+    },
+    'extension': {
+      'filepath': 'extension',
+    },
+    'views': {
+      # Applies to all files and subdirs within this directory.
+      'filepath': 'views/.*',
+    },
+    'browser': {
+      'filepath': 'chrome/browser/.*',
+    },
+    'download': {
+      'filepath': 'download|save_',
+    },
+    'history': {
+      'filepath': 'chrome/browser/history/.*',
+    },
+    'renderer': {
+      'filepath': 'chrome/browser/renderer_host/.*|chrome/renderer/.*|chrome/common/render.*',
+    },
+    'safe_browsing': {
+      'filepath': 'chrome/browser/safe_browsing/.*|chrome/browser/renderer_host/safe.*',
+    },
+    'tab_contents': {
+      'filepath': 'chrome/browser/tab_contents/.*',
+    },
+    'webkit': {
+      'filepath': 'webkit/.*',
+    },
+    'plugin': {
+      'filepath': 'chrome/browser/plugin.*|chrome/plugin/.*|chrome/common/plugin.*|webkit/glue/webplugin.*|webkit/glue/plugins/.*',
+    },
+    'worker': {
+      'filepath': 'chrome/browser/worker_host/.*|chrome/worker/.*|chrome/common/worker_messages.*|webkit/glue/webworker.*',
+    },
+    'net': {
+      'filepath': 'net/.*',
+    },
+    'ftp': {
+      'filepath': 'ftp',
+    },
+    'installer': {
+      'filepath': 'chrome/installer/.*',
+    },
+    'importer': {
+      'filepath': '.*import.*',
+    },
+    'media': {
+      'filepath': 'media|Media|^third_party/ffmpeg/',
+    },
+    'ipc': {
+      'filepath': 'ipc/ipc.*',
+    },
+    'linux-sandboxing': {
+      'filepath': 'sandbox/linux/.*',
+    },
+    'sync': {
+      'filepath': 'chrome/browser/sync/.*|chrome/browser/views/sync/.*|chrome/test/live_sync/.*',
+    },
+    'layout_tests': {
+      'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*',
+    },
+    'tools': {
+      'filepath': 'tools/.*',
+    },
+    'tests': {
+      'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/.*',
+    },
+    'automation': {
+      'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*',
+    },
+    'chrome_frame': {
+      'filepath': 'chrome_frame/.*',
+    },
+    'nacl': {
+      'filepath': 'chrome/nacl/.*|chrome/test/nacl/.*|chrome/browser/nacl_process_host.*|chrome/common/nacl.*',
+    },
+
+  },
+
+  'WATCHLISTS': {
+    'this_file': ['[email protected]'],
+    'valgrind': ['[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]'],
+    'mac': ['[email protected]', '[email protected]'],
+    'base': ['[email protected]'],
+    'views': ['[email protected]'],
+    'browser': ['[email protected]'],
+    'download': ['[email protected]'],
+    'history': ['[email protected]'],
+    'renderer': ['[email protected]', '[email protected]', '[email protected]'],
+    'safe_browsing': ['[email protected]'],
+    'tab_contents': ['[email protected]'],
+    'webkit': ['[email protected]'],
+    'plugin': ['[email protected]', '[email protected]'],
+    'worker': ['[email protected]'],
+    'extension': ['[email protected]', '[email protected]'],
+    'purify': ['[email protected]'],
+    'net': ['[email protected]'],
+    'ftp': ['[email protected]'],
+    'installer': ['[email protected]'],
+    'importer': ['[email protected]'],
+    'media': ['[email protected]', '[email protected]',
+              '[email protected]', '[email protected]'],
+    'ipc': ['[email protected]'],
+    'linux-sandboxing': ['[email protected]'],
+    'sync': ['[email protected]', '[email protected]',
+             '[email protected]'],
+    'layout_tests': ['[email protected]'],
+    'tools': ['[email protected]'],
+    'tests': ['[email protected]', '[email protected]'],
+    'automation': ['[email protected]'],
+    'chrome_frame' : ['[email protected]'],
+    'nacl' : ['[email protected]'],
+  },
+}