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

Side by Side Diff: WATCHLISTS

Issue 7841007: Rename browser/sync/test/live_sync directory to browser/sync/test/integration (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: "" Created 9 years, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/profiles/profile.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 8
9 { 9 {
10 'WATCHLIST_DEFINITIONS': { 10 'WATCHLIST_DEFINITIONS': {
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'filepath': 'media/.*|third_party/(ffmpeg|openmax)/.*|webmediaplayer|'\ 95 'filepath': 'media/.*|third_party/(ffmpeg|openmax)/.*|webmediaplayer|'\
96 'audio_message_filter|video_layer', 96 'audio_message_filter|video_layer',
97 }, 97 },
98 'ipc': { 98 'ipc': {
99 'filepath': 'ipc/ipc.*', 99 'filepath': 'ipc/ipc.*',
100 }, 100 },
101 'linux-sandboxing': { 101 'linux-sandboxing': {
102 'filepath': 'sandbox/linux/.*', 102 'filepath': 'sandbox/linux/.*',
103 }, 103 },
104 'sync': { 104 'sync': {
105 'filepath': 'chrome/browser/sync/.*|chrome/browser/views/sync/.*|'\ 105 'filepath': 'chrome/browser/sync/.*|chrome/browser/views/sync/.*',
106 'chrome/test/live_sync/.*',
107 }, 106 },
108 'layout_tests': { 107 'layout_tests': {
109 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*', 108 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/.*',
110 }, 109 },
111 'tools': { 110 'tools': {
112 'filepath': 'tools/.*', 111 'filepath': 'tools/.*',
113 }, 112 },
114 'tests': { 113 'tests': {
115 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/.*', 114 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/.*',
116 }, 115 },
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 'dtseng+watch@chromium.org', 339 'dtseng+watch@chromium.org',
341 'ctguil+watch@chromium.org', 340 'ctguil+watch@chromium.org',
342 'aboxhall+watch@chromium.org', 341 'aboxhall+watch@chromium.org',
343 'davidbarr+watch@chromium.org', 342 'davidbarr+watch@chromium.org',
344 'zork+watch@chromium.org', 343 'zork+watch@chromium.org',
345 'hashimoto+watch@chromium.org', 344 'hashimoto+watch@chromium.org',
346 'yoshiki+watch@chromium.org', 345 'yoshiki+watch@chromium.org',
347 'yuzo+watch@chromium.org'], 346 'yuzo+watch@chromium.org'],
348 }, 347 },
349 } 348 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/profiles/profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698