diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-17 19:39:42 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-17 19:39:42 +0000 |
commit | ea47b6a802638fa18df618d5ba71dc4b5b3b4c48 (patch) | |
tree | 6c1cc5a5aac4c5c8dd81fbee7b2f87652ab1b823 /views | |
parent | 48c18de8a9e3a35f5a829e7fb01e76d80e5b596e (diff) | |
download | chromium_src-ea47b6a802638fa18df618d5ba71dc4b5b3b4c48.zip chromium_src-ea47b6a802638fa18df618d5ba71dc4b5b3b4c48.tar.gz chromium_src-ea47b6a802638fa18df618d5ba71dc4b5b3b4c48.tar.bz2 |
Introduce ui.dll / libui.so for the component build.
R=ben@chromium.org
Review URL: http://codereview.chromium.org/7328011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92819 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views')
-rw-r--r-- | views/views.gyp | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/views/views.gyp b/views/views.gyp index 8441f37..c2b9920 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -44,6 +44,7 @@ 'type': 'static_library', 'dependencies': [ '../base/base.gyp:base', + '../base/base.gyp:base_i18n', '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', '../build/temp_gyp/googleurl.gyp:googleurl', '../skia/skia.gyp:skia', @@ -51,7 +52,7 @@ '../third_party/icu/icu.gyp:icuuc', '../ui/base/strings/ui_strings.gyp:ui_strings', '../ui/gfx/compositor/compositor.gyp:compositor', - '../ui/ui.gyp:ui_base', + '../ui/ui.gyp:ui', '../ui/ui.gyp:ui_resources', ], 'sources': [ @@ -66,7 +67,7 @@ 'background.h', 'border.cc', 'border.h', - 'context_menu_controller.h', + 'context_menu_controller.h', 'controls/button/button.cc', 'controls/button/button.h', 'controls/button/button_dropdown.cc', @@ -548,7 +549,7 @@ '../skia/skia.gyp:skia', '../third_party/icu/icu.gyp:icui18n', '../third_party/icu/icu.gyp:icuuc', - '../ui/ui.gyp:ui_gfx', + '../ui/ui.gyp:ui', '../ui/ui.gyp:gfx_resources', '../ui/ui.gyp:ui_resources', 'views', @@ -639,7 +640,7 @@ '../third_party/icu/icu.gyp:icui18n', '../third_party/icu/icu.gyp:icuuc', '../ui/ui.gyp:gfx_resources', - '../ui/ui.gyp:ui_gfx', + '../ui/ui.gyp:ui', '../ui/ui.gyp:ui_resources', 'views', ], @@ -691,7 +692,7 @@ '../third_party/icu/icu.gyp:icui18n', '../third_party/icu/icu.gyp:icuuc', '../ui/ui.gyp:gfx_resources', - '../ui/ui.gyp:ui_gfx', + '../ui/ui.gyp:ui', '../ui/ui.gyp:ui_resources', 'views', 'views_desktop_lib', |