diff options
author | dimich@chromium.org <dimich@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-27 02:00:29 +0000 |
---|---|---|
committer | dimich@chromium.org <dimich@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-27 02:00:29 +0000 |
commit | 7cbe5a5134e2eaf792868402cce8ae0963ac6f06 (patch) | |
tree | 42bbd934b4887c3d70e2efa99e396ceff6fdbc7d /WATCHLISTS | |
parent | 783edf6895ece484af745e686d7294fb76d8f0e8 (diff) | |
download | chromium_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-- | WATCHLISTS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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/', |