diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-07 18:05:18 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-07 18:05:18 +0000 |
commit | 8ebb7703fb1fd95f993081e674d04167fe1413fc (patch) | |
tree | 20de58c50f21e22972411dfc2755291613f1f290 | |
parent | 7709e715faacd39b61a68bda1d476219febfc768 (diff) | |
download | chromium_src-8ebb7703fb1fd95f993081e674d04167fe1413fc.zip chromium_src-8ebb7703fb1fd95f993081e674d04167fe1413fc.tar.gz chromium_src-8ebb7703fb1fd95f993081e674d04167fe1413fc.tar.bz2 |
Fix link errors.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70748 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/chrome_tests.gypi | 1 | ||||
-rw-r--r-- | views/views.gyp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index e8d4fda..89809ff 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -1004,6 +1004,7 @@ '../third_party/libxml/libxml.gyp:libxml', '../third_party/npapi/npapi.gyp:npapi', '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', + '../ui/ui.gyp:ui_base', ], 'include_dirs': [ '..', diff --git a/views/views.gyp b/views/views.gyp index c5ddabd..73f35e5 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -52,6 +52,7 @@ '../skia/skia.gyp:skia', '../third_party/icu/icu.gyp:icui18n', '../third_party/icu/icu.gyp:icuuc', + '../ui/ui.gyp:ui_base', ], 'sources': [ # All .cc, .h under views, except unittests |