diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-02 20:47:02 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-02 20:47:02 +0000 |
commit | 7aa611b6db3ade2c2a916c29f54c960d50993ed8 (patch) | |
tree | 878c4a1af3a250d07216be09412d218332bd570f /tools/memory_watcher | |
parent | 2a50f8333ef15e41e7e71e342ae26d36d905c439 (diff) | |
download | chromium_src-7aa611b6db3ade2c2a916c29f54c960d50993ed8.zip chromium_src-7aa611b6db3ade2c2a916c29f54c960d50993ed8.tar.gz chromium_src-7aa611b6db3ade2c2a916c29f54c960d50993ed8.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.
Take 2: Relanding after fixing a dependency in leveldb.
Original change at http://codereview.chromium.org/7082017
BUG=72317
Review URL: http://codereview.chromium.org/7077034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87671 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', |