Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(152)

Side by Side Diff: WATCHLISTS

Issue 1532413002: Added Dartium changes onto 45.0.2454.104 (Closed) Base URL: http://src.chromium.org/blink/branches/chromium/2454
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # Watchlist Rules 5 # Watchlist Rules
6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists 6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists
7 7
8 # IMPORTANT: The regular expression filepath is tested against each path using 8 # IMPORTANT: The regular expression filepath is tested against each path using
9 # re.search, so it is not usually necessary to add .*. 9 # re.search, so it is not usually necessary to add .*.
10 10
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 'filepath': 'Source/core/workers', 339 'filepath': 'Source/core/workers',
340 }, 340 },
341 'wtf': { 341 'wtf': {
342 'filepath': 'Source/wtf', 342 'filepath': 'Source/wtf',
343 }, 343 },
344 'xmlhttprequest': { 344 'xmlhttprequest': {
345 'filepath': 'Source/core/xmlhttprequest/' 345 'filepath': 'Source/core/xmlhttprequest/'
346 } 346 }
347 }, 347 },
348 348
349 'WATCHLISTS': { 349 'original.WATCHLISTS': {
350 'accessibility':['dmazzoni@chromium.org', 350 'accessibility':['dmazzoni@chromium.org',
351 'aboxhall@chromium.org', 351 'aboxhall@chromium.org',
352 'nektar@chromium.org', 352 'nektar@chromium.org',
353 'je_julie.kim@chromium.org'], 353 'je_julie.kim@chromium.org'],
354 'animation': ['alexis.menard@intel.com', 354 'animation': ['alexis.menard@intel.com',
355 'ericwilligers@chromium.org', 355 'ericwilligers@chromium.org',
356 'rjwright@chromium.org', 356 'rjwright@chromium.org',
357 'shans@chromium.org', 357 'shans@chromium.org',
358 'blink-reviews-animation@chromium.org'], 358 'blink-reviews-animation@chromium.org'],
359 'app_banner': [ 'mlamouri+watch-blink@chromium.org' ], 359 'app_banner': [ 'mlamouri+watch-blink@chromium.org' ],
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 'websockets': [ 'tyoshino+watch@chromium.org', 526 'websockets': [ 'tyoshino+watch@chromium.org',
527 'yhirano+watch@chromium.org' ], 527 'yhirano+watch@chromium.org' ],
528 'workers': [ 'kinuko+worker@chromium.org', 528 'workers': [ 'kinuko+worker@chromium.org',
529 'horo+watch@chromium.org', 529 'horo+watch@chromium.org',
530 'falken@chromium.org' ], 530 'falken@chromium.org' ],
531 'wtf': [ 'mikhail.pozdnyakov@intel.com', 531 'wtf': [ 'mikhail.pozdnyakov@intel.com',
532 'blink-reviews-wtf@chromium.org' ], 532 'blink-reviews-wtf@chromium.org' ],
533 'xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], 533 'xmlhttprequest': [ 'tyoshino+watch@chromium.org' ],
534 }, 534 },
535 } 535 }
OLDNEW
« no previous file with comments | « Tools/Scripts/webkitpy/layout_tests/controllers/single_test_runner.py ('k') | codereview.settings » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698