Temporary auto-CC'ing hablich to x87 changes
authorhablich <hablich@chromium.org>
Tue, 26 May 2015 13:05:25 +0000 (06:05 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 26 May 2015 13:05:32 +0000 (13:05 +0000)
BUG=
NOTRY=true

Review URL: https://codereview.chromium.org/1157993003

Cr-Commit-Position: refs/heads/master@{#28627}

WATCHLISTS

index 64771bc..46b3a25 100644 (file)
@@ -42,6 +42,9 @@
     'debugger': {
       'filepath': 'src/debug\.(cc|h)|src/.*-debugger\.js|src/runtime/runtime-debug\.cc',
     },
+    'x87': {
+      'filepath': 'src/x87/',
+    },
   },
 
   'WATCHLISTS': {
@@ -54,5 +57,8 @@
     'debugger': [
       'yangguo@chromium.org',
     ],
+    'x87': [
+      'hablich@chromium.org',
+    ],
   },
 }