| Index: components/bubble.gypi
|
| diff --git a/components/about_handler.gypi b/components/bubble.gypi
|
| similarity index 52%
|
| copy from components/about_handler.gypi
|
| copy to components/bubble.gypi
|
| index fce5b8c8b5561e6b47ddad17c89ad03d09ccb64a..464ba01cf1b39d58f9fe84aeafc9136880843e2c 100644
|
| --- a/components/about_handler.gypi
|
| +++ b/components/bubble.gypi
|
| @@ -5,22 +5,24 @@
|
| {
|
| 'targets': [
|
| {
|
| - # GN version: //components/about_handler
|
| - 'target_name': 'about_handler',
|
| + # GN version: //components/bubble
|
| + 'target_name': 'bubble',
|
| 'type': 'static_library',
|
| - 'dependencies': [
|
| - '../base/base.gyp:base',
|
| - '../net/net.gyp:net',
|
| - ],
|
| 'include_dirs': [
|
| '..',
|
| ],
|
| + 'dependencies': [
|
| + '../ui/gfx/gfx.gyp:gfx',
|
| + ],
|
| 'sources': [
|
| # Note: sources list duplicated in GN build.
|
| - 'about_handler/about_protocol_handler.cc',
|
| - 'about_handler/about_protocol_handler.h',
|
| - 'about_handler/url_request_about_job.cc',
|
| - 'about_handler/url_request_about_job.h',
|
| + 'bubble/bubble_controller.cc',
|
| + 'bubble/bubble_controller.h',
|
| + 'bubble/bubble_delegate.cc',
|
| + 'bubble/bubble_delegate.h',
|
| + 'bubble/bubble_manager.cc',
|
| + 'bubble/bubble_manager.h',
|
| + 'bubble/bubble_ui.h',
|
| ],
|
| },
|
| ],
|
|
|