diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-28 06:32:33 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-28 06:32:33 +0000 |
commit | 6827766b1fcc5885b7a8bc8c707e283f71f46f09 (patch) | |
tree | 11dc18b19363119d8ab06faf6521b8d6d4d94d52 /views/views.gyp | |
parent | ce681a8b14c05752f9279e7ed945943506f7d628 (diff) | |
download | chromium_src-6827766b1fcc5885b7a8bc8c707e283f71f46f09.zip chromium_src-6827766b1fcc5885b7a8bc8c707e283f71f46f09.tar.gz chromium_src-6827766b1fcc5885b7a8bc8c707e283f71f46f09.tar.bz2 |
Create views.dll / libviews.so
R=sky@chromium.org,rvargas@chromium.org
Review URL: http://codereview.chromium.org/7493017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94428 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/views.gyp')
-rw-r--r-- | views/views.gyp | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/views/views.gyp b/views/views.gyp index c1fab8c..08399a2 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -26,7 +26,7 @@ 'targets': [ { 'target_name': 'views', - 'type': 'static_library', + 'type': '<(component)', 'dependencies': [ '../base/base.gyp:base', '../base/base.gyp:base_i18n', @@ -41,6 +41,9 @@ '../ui/ui.gyp:ui', '../ui/ui.gyp:ui_resources', ], + 'defines': [ + 'VIEWS_IMPLEMENTATION', + ], 'sources': [ # All .cc, .h under views, except unittests 'accelerator.cc', @@ -298,6 +301,7 @@ 'view_text_utils.cc', 'view_text_utils.h', 'view_win.cc', + 'views_api.h', 'views_delegate.h', 'widget/aero_tooltip_manager.cc', 'widget/aero_tooltip_manager.h', @@ -422,12 +426,14 @@ 'dependencies': [ '../base/base.gyp:base', '../base/base.gyp:test_support_base', + '../build/temp_gyp/googleurl.gyp:googleurl', '../skia/skia.gyp:skia', '../testing/gmock.gyp:gmock', '../testing/gtest.gyp:gtest', '../third_party/icu/icu.gyp:icui18n', '../third_party/icu/icu.gyp:icuuc', '../ui/base/strings/ui_strings.gyp:ui_strings', + '../ui/ui.gyp:ui', '../ui/ui.gyp:ui_resources', 'views', ], @@ -513,6 +519,7 @@ 'type': 'executable', 'dependencies': [ '../base/base.gyp:base', + '../base/base.gyp:base_i18n', '../skia/skia.gyp:skia', '../third_party/icu/icu.gyp:icui18n', '../third_party/icu/icu.gyp:icuuc', @@ -655,6 +662,7 @@ 'type': 'executable', 'dependencies': [ '../base/base.gyp:base', + '../base/base.gyp:base_i18n', '../skia/skia.gyp:skia', '../third_party/icu/icu.gyp:icui18n', '../third_party/icu/icu.gyp:icuuc', |