Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(430)

Unified Diff: tools/memory_watcher/memory_watcher.gyp

Issue 7082017: Files that are in src/ui/base should be compiled into libui_base.a. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: files Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/memory_watcher/memory_watcher.gyp
diff --git a/tools/memory_watcher/memory_watcher.gyp b/tools/memory_watcher/memory_watcher.gyp
index 596681e87e147cc8f039f90ff1fd559970b07beb..0667ca48facbe34291d504279e7aead13122288c 100644
--- a/tools/memory_watcher/memory_watcher.gyp
+++ b/tools/memory_watcher/memory_watcher.gyp
@@ -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',

Powered by Google App Engine
This is Rietveld 408576698