diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/app_base.gypi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/app_base.gypi b/app/app_base.gypi index db8cceb..873cbb0 100644 --- a/app/app_base.gypi +++ b/app/app_base.gypi @@ -62,6 +62,7 @@ # target, but it doesn't work due to a bug in gyp '../base/base.gyp:base', '../base/base.gyp:base_i18n', + '../base/base.gyp:base_static', '../ui/ui.gyp:ui_gfx', '../net/net.gyp:net', '../skia/skia.gyp:skia', @@ -73,6 +74,10 @@ '../ui/base/strings/ui_strings.gyp:ui_strings', '<(libjpeg_gyp_path):libjpeg', ], + 'export_dependent_settings': [ + '../base/base.gyp:base', + '../base/base.gyp:base_static', + ], # TODO(gregoryd): The direct_dependent_settings should be shared with # the 64-bit target, but it doesn't work due to a bug in gyp 'direct_dependent_settings': { |