summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
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 /chrome/chrome.gyp
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 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 66efd4e..22201a8 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1131,7 +1131,7 @@
'dependencies': [
'chrome_strings',
'../base/base.gyp:base',
- '../ui/ui.gyp:ui_base',
+ '../app/app.gyp:app_base',
],
'include_dirs': [
'<(grit_out_dir)',