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

Unified Diff: chrome/chrome.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: nits 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
« no previous file with comments | « app/app_base.gypi ('k') | printing/printing.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 22201a8bccc7893b6937277ca8090603d3cc1d17..66efd4e0974c6b4ec8eb871034642d7856015e7e 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1131,7 +1131,7 @@
'dependencies': [
'chrome_strings',
'../base/base.gyp:base',
- '../app/app.gyp:app_base',
+ '../ui/ui.gyp:ui_base',
],
'include_dirs': [
'<(grit_out_dir)',
« no previous file with comments | « app/app_base.gypi ('k') | printing/printing.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698