diff options
-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 |