diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-01 15:22:41 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-01 15:22:41 +0000 |
commit | f8c9260f34a924bfafc932ee7573c1318babf22e (patch) | |
tree | 7bb177f2dc417b9eabdc61b51c41c559d6ac7304 /tools/memory_watcher | |
parent | ec5c807d0f673f554f24bef3f0aeeea954064eb4 (diff) | |
download | chromium_src-f8c9260f34a924bfafc932ee7573c1318babf22e.zip chromium_src-f8c9260f34a924bfafc932ee7573c1318babf22e.tar.gz chromium_src-f8c9260f34a924bfafc932ee7573c1318babf22e.tar.bz2 |
Remove unnecessary dependencies on "ui" target from some other targets.
BUG=302505
TEST=None, targets built.
R=dalecurtis@chromium.org,thestig@chromium.org,ben@chromium.org
Review URL: https://codereview.chromium.org/48213004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232399 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/memory_watcher')
-rw-r--r-- | tools/memory_watcher/DEPS | 1 | ||||
-rw-r--r-- | tools/memory_watcher/memory_watcher.gyp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tools/memory_watcher/DEPS b/tools/memory_watcher/DEPS index b51da65..b273ae3 100644 --- a/tools/memory_watcher/DEPS +++ b/tools/memory_watcher/DEPS @@ -1,4 +1,3 @@ include_rules = [ - "+ui/base", "+ui/gfx", ] diff --git a/tools/memory_watcher/memory_watcher.gyp b/tools/memory_watcher/memory_watcher.gyp index 170f4b4..bca35b8 100644 --- a/tools/memory_watcher/memory_watcher.gyp +++ b/tools/memory_watcher/memory_watcher.gyp @@ -10,7 +10,6 @@ 'dependencies': [ '../../base/base.gyp:base', '../../ui/gfx/gfx.gyp:gfx', - '../../ui/ui.gyp:ui', ], 'defines': [ 'BUILD_MEMORY_WATCHER', |