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

Unified Diff: WATCHLISTS

Issue 921933003: Rename WATCHLIST definition 'rendering' to 'layout', and add Source/core/layout (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WATCHLISTS
diff --git a/WATCHLISTS b/WATCHLISTS
index 02c0c68c725b0aaf83c364f6d3d906daa7cb0618..154174f07f8fbabb6c51d149972f382f2c8efaca 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -139,8 +139,9 @@
'|LayoutTests/storage/indexeddb' \
'|public/platform/.*IDB'
},
- 'rendering': {
- 'filepath': 'Source/core/rendering'
+ 'layout': {
+ 'filepath': 'Source/core/layout' \
+ '|Source/core/rendering'
},
'compositing': {
'filepath': 'Source/core/layout/compositing'
@@ -377,13 +378,13 @@
'blink-reviews-wtf@chromium.org' ],
'indexed_db': ['dgrogan@chromium.org',
'jsbell+idb@chromium.org', 'cmumford@chromium.org'],
- 'rendering': [ 'pdr+renderingwatchlist@chromium.org',
- 'eae+blinkwatch@chromium.org',
- 'jchaffraix+rendering@chromium.org',
- 'leviw+renderwatch@chromium.org',
- 'zoltan@webkit.org',
- 'blink-reviews-rendering@chromium.org',
- 'dominik.rottsches@intel.com' ],
+ 'layout': [ 'pdr+renderingwatchlist@chromium.org',
+ 'eae+blinkwatch@chromium.org',
+ 'jchaffraix+rendering@chromium.org',
+ 'leviw+renderwatch@chromium.org',
+ 'zoltan@webkit.org',
+ 'blink-reviews-rendering@chromium.org',
+ 'dominik.rottsches@intel.com' ],
'paint' : [ 'blink-reviews-paint@chromium.org',
'slimming-paint-reviews@chromium.org',
'dongseong.hwang@intel.com' ],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698