summaryrefslogtreecommitdiffstats
path: root/WATCHLISTS
diff options
context:
space:
mode:
authordimich@chromium.org <dimich@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-27 02:00:29 +0000
committerdimich@chromium.org <dimich@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-27 02:00:29 +0000
commit7cbe5a5134e2eaf792868402cce8ae0963ac6f06 (patch)
tree42bbd934b4887c3d70e2efa99e396ceff6fdbc7d /WATCHLISTS
parent783edf6895ece484af745e686d7294fb76d8f0e8 (diff)
downloadchromium_src-7cbe5a5134e2eaf792868402cce8ae0963ac6f06.zip
chromium_src-7cbe5a5134e2eaf792868402cce8ae0963ac6f06.tar.gz
chromium_src-7cbe5a5134e2eaf792868402cce8ae0963ac6f06.tar.bz2
Move platform-specific panels files into platfrom-specific subdirectories.
Files moved from chrome/browser/ui/panels: cocoa files -> chrome/browser/ui/cocoa/panels gtk files -> chrome/browser/ui/gtk/panels views files -> chrome/browser/ui/views/panels Only 'git mv', change in ifdef guards, #include and gypi and other move changes, no functional changes. BUG=150887 Review URL: https://chromiumcodereview.appspot.com/10985010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158964 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r--WATCHLISTS5
1 files changed, 4 insertions, 1 deletions
diff --git a/WATCHLISTS b/WATCHLISTS
index 9aa34109..d5be231 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -280,7 +280,10 @@
'|chrome/browser/ui/.*/omnibox/'
},
'panels': {
- 'filepath': 'chrome/browser/ui/panels/',
+ 'filepath': 'chrome/browser/ui/panels'\
+ '|chrome/browser/ui/cocoa/panels'\
+ '|chrome/browser/ui/gtk/panels'\
+ '|chrome/browser/ui/views/panels'
},
'pepper_api': {
'filepath': 'ppapi/c/',