diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-31 21:40:40 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-31 21:40:40 +0000 |
commit | 715dd0c991a900f3e9b77f95e17af1adaba7f7a2 (patch) | |
tree | e4d5abae240736f67ab9770549f0f03adf861cb5 /tools/memory_watcher | |
parent | 0773a48a45b02c953458ccb446b556ba03c28073 (diff) | |
download | chromium_src-715dd0c991a900f3e9b77f95e17af1adaba7f7a2.zip chromium_src-715dd0c991a900f3e9b77f95e17af1adaba7f7a2.tar.gz chromium_src-715dd0c991a900f3e9b77f95e17af1adaba7f7a2.tar.bz2 |
Files that are in src/ui/base should be compiled into libui_base.a.
Move files that are still in app_base over to ui_base.
BUG=72317
Review URL: http://codereview.chromium.org/7082017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87369 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/memory_watcher')
-rw-r--r-- | tools/memory_watcher/memory_watcher.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/memory_watcher/memory_watcher.gyp b/tools/memory_watcher/memory_watcher.gyp index 596681e..1a5cad8 100644 --- a/tools/memory_watcher/memory_watcher.gyp +++ b/tools/memory_watcher/memory_watcher.gyp @@ -1,4 +1,4 @@ -# Copyright (c) 2009 The Chromium Authors. All rights reserved. +# Copyright (c) 2011 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -9,8 +9,8 @@ 'type': 'shared_library', 'msvs_guid': '3BD81303-4E14-4559-AA69-B30C3BAB08DD', 'dependencies': [ - '../../app/app.gyp:app_base', '../../base/base.gyp:base', + '../../ui/ui.gyp:ui_base', ], 'defines': [ 'BUILD_MEMORY_WATCHER', |