summaryrefslogtreecommitdiffstats
path: root/tools/memory_watcher
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-01 00:56:34 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-01 00:56:34 +0000
commit002f30500fbdaf2a7d631b9a08a5819e8830b595 (patch)
treed01662c88ce4ca864e1bfd73c73551b184c412fd /tools/memory_watcher
parentfdbb38da528f6a931d9785cffb15ea9489bd0b35 (diff)
downloadchromium_src-002f30500fbdaf2a7d631b9a08a5819e8830b595.zip
chromium_src-002f30500fbdaf2a7d631b9a08a5819e8830b595.tar.gz
chromium_src-002f30500fbdaf2a7d631b9a08a5819e8830b595.tar.bz2
Revert 87369 - 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 TBR=tony@chromium.org Review URL: http://codereview.chromium.org/7020015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87399 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/memory_watcher')
-rw-r--r--tools/memory_watcher/memory_watcher.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/memory_watcher/memory_watcher.gyp b/tools/memory_watcher/memory_watcher.gyp
index 1a5cad8..596681e 100644
--- a/tools/memory_watcher/memory_watcher.gyp
+++ b/tools/memory_watcher/memory_watcher.gyp
@@ -1,4 +1,4 @@
-# Copyright (c) 2011 The Chromium Authors. All rights reserved.
+# Copyright (c) 2009 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',