summaryrefslogtreecommitdiffstats
path: root/ui/DEPS
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-12 19:00:48 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-12 19:00:48 +0000
commit41d2e4af3daa1d1ca8f8cbfa6788604a4c9913b9 (patch)
treefa82bb18c231744e72ffd334217be1e256c9e849 /ui/DEPS
parent356a50ef463bb52fdd9d5700ca11b4b83d4809bc (diff)
downloadchromium_src-41d2e4af3daa1d1ca8f8cbfa6788604a4c9913b9.zip
chromium_src-41d2e4af3daa1d1ca8f8cbfa6788604a4c9913b9.tar.gz
chromium_src-41d2e4af3daa1d1ca8f8cbfa6788604a4c9913b9.tar.bz2
Move OSExchangeData from src/app to src/ui/base/dragdrop
BUG=none TEST=none TBR=brettw Review URL: http://codereview.chromium.org/6200005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71205 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/DEPS')
-rw-r--r--ui/DEPS6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/DEPS b/ui/DEPS
index f1fae9a..3d8a962 100644
--- a/ui/DEPS
+++ b/ui/DEPS
@@ -1,4 +1,10 @@
include_rules = [
"+gfx",
+ "+net",
"+third_party/mozilla",
+
+ # Temporary until all of src/app is consumed into src/ui
+ "+app",
+ "+grit/app_locale_settings.h",
+ "+grit/app_strings.h",
]