| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index 9e7837ef88584262c94131c350c55ff3f6f16c51..3ca1baaf07f4e539309786c9226e3fac585505e1 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -221,6 +221,12 @@
|
| 'browser/tab_contents/tab_contents_observer.h',
|
| 'browser/tab_contents/tab_contents_view.cc',
|
| 'browser/tab_contents/tab_contents_view.h',
|
| + 'browser/webui/web_ui.cc',
|
| + 'browser/webui/web_ui.h',
|
| + 'browser/webui/web_ui_factory.cc',
|
| + 'browser/webui/web_ui_factory.h',
|
| + 'browser/webui/web_ui_util.cc',
|
| + 'browser/webui/web_ui_util.h',
|
| 'browser/zygote_host_linux.cc',
|
| 'browser/zygote_host_linux.h',
|
| 'browser/zygote_main_linux.cc',
|
|
|