diff options
author | benwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-06 01:18:19 +0000 |
---|---|---|
committer | benwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-06 01:18:19 +0000 |
commit | 1cd427c1a462ceebc270583c8c5dbd51dca25a73 (patch) | |
tree | febb2e2ebeee8815a215fc3df93c02bb53131f78 /apps/DEPS | |
parent | 07035c71ee5198c26d775e975bdb91f5819287f9 (diff) | |
download | chromium_src-1cd427c1a462ceebc270583c8c5dbd51dca25a73.zip chromium_src-1cd427c1a462ceebc270583c8c5dbd51dca25a73.tar.gz chromium_src-1cd427c1a462ceebc270583c8c5dbd51dca25a73.tar.bz2 |
Move native_app_window code to apps areas
native_app_window.h -> apps component
platform specific implementations of this are now in c/b/ui/xxx/apps.
The platform specific implementations should also move to apps/ but
they would currently bring some unwanted dependencies with them; that
can happen later.
BUG=159366
Review URL: https://chromiumcodereview.appspot.com/21344002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215753 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/DEPS')
-rw-r--r-- | apps/DEPS | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -18,7 +18,6 @@ include_rules = [ "+chrome/browser/lifetime/application_lifetime.h", "+chrome/browser/profiles", "+chrome/browser/sessions/session_id.h", - "+chrome/browser/ui/extensions/native_app_window.h", "+chrome/browser/ui/host_desktop.h", "+chrome/common/chrome_switches.h", "+chrome/common/extensions", |