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

Side by Side Diff: WATCHLISTS

Issue 126143005: Remove Chrome Frame code and resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to r244038 Created 6 years, 11 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 | « DEPS ('k') | android_webview/tools/third_party_files_whitelist.txt » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 'chrome/browser/ui/views/bubble/', 140 'chrome/browser/ui/views/bubble/',
141 }, 141 },
142 'cast': { 142 'cast': {
143 'filepath': 'media/cast/', 143 'filepath': 'media/cast/',
144 }, 144 },
145 'cc': { 145 'cc': {
146 'filepath': 'cc/|'\ 146 'filepath': 'cc/|'\
147 'webkit/renderer/compositor_bindings/|'\ 147 'webkit/renderer/compositor_bindings/|'\
148 'content/common/cc_messages' 148 'content/common/cc_messages'
149 }, 149 },
150 'chrome_frame': {
151 'filepath': 'chrome_frame/',
152 },
153 'chrome_views': { 150 'chrome_views': {
154 'filepath': 'chrome/browser/ui/views', 151 'filepath': 'chrome/browser/ui/views',
155 }, 152 },
156 'chromedriver': { 153 'chromedriver': {
157 'filepath': 'chrome/test/chromedriver' 154 'filepath': 'chrome/test/chromedriver'
158 }, 155 },
159 'chromeos': { 156 'chromeos': {
160 'filepath': 'chromeos/', 157 'filepath': 'chromeos/',
161 }, 158 },
162 'chromeos_attestation': { 159 'chromeos_attestation': {
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 '|chrome/utility/itunes*'\ 362 '|chrome/utility/itunes*'\
366 '|chrome/utility/picasa*', 363 '|chrome/utility/picasa*',
367 }, 364 },
368 'message_loop': { 365 'message_loop': {
369 'filepath': 'base/message_' 366 'filepath': 'base/message_'
370 }, 367 },
371 'metrics': { 368 'metrics': {
372 'filepath': 'base/metrics/'\ 369 'filepath': 'base/metrics/'\
373 '|chrome/browser/metrics/'\ 370 '|chrome/browser/metrics/'\
374 '|chrome/common/metrics/'\ 371 '|chrome/common/metrics/'\
375 '|chrome_frame/metrics'\
376 '|chrome/browser/chromeos/external_metrics'\ 372 '|chrome/browser/chromeos/external_metrics'\
377 '|chrome/browser/extensions/api/metrics/metrics'\ 373 '|chrome/browser/extensions/api/metrics/metrics'\
378 '|chrome/browser/ui/webui/metrics_handler'\ 374 '|chrome/browser/ui/webui/metrics_handler'\
379 '|content/browser/user_metrics.cc'\ 375 '|content/browser/user_metrics.cc'\
380 '|content/public/browser/user_metrics.h'\ 376 '|content/public/browser/user_metrics.h'\
381 '|tools/metrics/' 377 '|tools/metrics/'
382 }, 378 },
383 'mojo': { 379 'mojo': {
384 'filepath': 'mojo', 380 'filepath': 'mojo',
385 }, 381 },
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 'browsing_data': ['markusheintz@chromium.org'], 687 'browsing_data': ['markusheintz@chromium.org'],
692 'bubble': ['alicet@chromium.org', 'msw+watch@chromium.org'], 688 'bubble': ['alicet@chromium.org', 'msw+watch@chromium.org'],
693 'cast': ['hclam+watch@chromium.org', 689 'cast': ['hclam+watch@chromium.org',
694 'hguihot+watch@chromium.org', 690 'hguihot+watch@chromium.org',
695 'hubbe+watch@chromium.org', 691 'hubbe+watch@chromium.org',
696 'jasonroberts+watch@google.com', 692 'jasonroberts+watch@google.com',
697 'mikhal+watch@chromium.org', 693 'mikhal+watch@chromium.org',
698 'miu+watch@chromium.org', 694 'miu+watch@chromium.org',
699 'pwestin+watch@google.com'], 695 'pwestin+watch@google.com'],
700 'cc': ['cc-bugs@chromium.org'], 696 'cc': ['cc-bugs@chromium.org'],
701 'chrome_frame': ['amit@chromium.org', 'grt+watch@chromium.org',
702 'robertshield@chromium.org'],
703 'chrome_views': ['tfarina@chromium.org'], 697 'chrome_views': ['tfarina@chromium.org'],
704 'chromedriver': ['chrisgao@chromium.org', 'frankf@chromium.org'], 698 'chromedriver': ['chrisgao@chromium.org', 'frankf@chromium.org'],
705 'chromeos' : ['oshima+watch@chromium.org', 699 'chromeos' : ['oshima+watch@chromium.org',
706 'stevenjb+watch@chromium.org'], 700 'stevenjb+watch@chromium.org'],
707 'chromeos_attestation' : ['dkrahn+watch@chromium.org'], 701 'chromeos_attestation' : ['dkrahn+watch@chromium.org'],
708 'chromeos_calculator' : ['dharcourt@chromium.org'], 702 'chromeos_calculator' : ['dharcourt@chromium.org'],
709 'chromeos_net' : ['stevenjb+watch@chromium.org'], 703 'chromeos_net' : ['stevenjb+watch@chromium.org'],
710 'chromeos_power' : ['derat+watch@chromium.org'], 704 'chromeos_power' : ['derat+watch@chromium.org'],
711 'chromeos_webui': ['nkostylev+watch@chromium.org'], 705 'chromeos_webui': ['nkostylev+watch@chromium.org'],
712 'clang_update': ['ukai+watch@chromium.org', 706 'clang_update': ['ukai+watch@chromium.org',
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
869 'webrtc_media': ['fischman+watch@chromium.org', 863 'webrtc_media': ['fischman+watch@chromium.org',
870 'wjia+watch@chromium.org', 864 'wjia+watch@chromium.org',
871 'mcasas+watch@chromium.org'], 865 'mcasas+watch@chromium.org'],
872 'website_settings': ['markusheintz@chromium.org'], 866 'website_settings': ['markusheintz@chromium.org'],
873 'worker': ['jam@chromium.org'], 867 'worker': ['jam@chromium.org'],
874 'x11': ['derat+watch@chromium.org', 868 'x11': ['derat+watch@chromium.org',
875 'sadrul@chromium.org', 869 'sadrul@chromium.org',
876 'yusukes+watch@chromium.org'], 870 'yusukes+watch@chromium.org'],
877 }, 871 },
878 } 872 }
OLDNEW
« no previous file with comments | « DEPS ('k') | android_webview/tools/third_party_files_whitelist.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698