summaryrefslogtreecommitdiffstats
path: root/WATCHLISTS
diff options
context:
space:
mode:
authorcaitkp@chromium.org <caitkp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-16 20:35:23 +0000
committercaitkp@chromium.org <caitkp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-16 20:35:23 +0000
commitc73ec8abdd625a0ef63aba909884c632896ce4d9 (patch)
tree4a5aba5f877da87a8246c101deb8b51d51218401 /WATCHLISTS
parent3f56440dfc575f11e02e9966806d4f4ffeff6c0f (diff)
downloadchromium_src-c73ec8abdd625a0ef63aba909884c632896ce4d9.zip
chromium_src-c73ec8abdd625a0ef63aba909884c632896ce4d9.tar.gz
chromium_src-c73ec8abdd625a0ef63aba909884c632896ce4d9.tar.bz2
Move Version Assembly code out of chrome_elf.
This code is not chrome_elf-specific, rather, chrome_elf is the only current user of it. Move the manifest building logic to a more generic location. BUG=324863 Review URL: https://codereview.chromium.org/137373002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245307 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r--WATCHLISTS9
1 files changed, 9 insertions, 0 deletions
diff --git a/WATCHLISTS b/WATCHLISTS
index c5e2ec2..9a7d5d7 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -147,6 +147,9 @@
'webkit/renderer/compositor_bindings/|'\
'content/common/cc_messages'
},
+ 'chrome_elf': {
+ 'filepath': 'chrome_elf',
+ },
'chrome_views': {
'filepath': 'chrome/browser/ui/views',
},
@@ -590,6 +593,9 @@
'valgrind': {
'filepath': 'valgrind',
},
+ 'version_assembly': {
+ 'filepath': 'chrome/app/version_assembly',
+ },
'views': {
# Applies to all files and subdirs within this directory.
'filepath': '^ui/views/',
@@ -694,6 +700,7 @@
'miu+watch@chromium.org',
'pwestin+watch@google.com'],
'cc': ['cc-bugs@chromium.org'],
+ 'chrome_elf': ['caitkp+watch@chromium.org',],
'chrome_views': ['tfarina@chromium.org'],
'chromedriver': ['chrisgao@chromium.org', 'frankf@chromium.org'],
'chromeos' : ['oshima+watch@chromium.org',
@@ -856,6 +863,8 @@
'valgrind': ['bruening+watch@chromium.org',
'glider+watch@chromium.org',
'timurrrr+watch@chromium.org'],
+ 'version_assembly': ['caitkp+watch@chromium.org',
+ 'gab+watch@chromium.org'],
'views': ['tfarina@chromium.org'],
'views_core': ['ben+views@chromium.org'],
'views_corewm': ['ben+corewm@chromium.org'],