Chromium Code Reviews| Index: ui/views/views.gyp |
| =================================================================== |
| --- ui/views/views.gyp (revision 134857) |
| +++ ui/views/views.gyp (working copy) |
| @@ -365,6 +365,10 @@ |
| 'window/window_resources.h', |
| 'window/window_shape.cc', |
| 'window/window_shape.h', |
| + '../web_dialogs/web_dialog_ui.h', |
|
mazda
2012/05/03 22:56:22
You need to create a new gyp file for these.
ui/au
|
| + '../web_dialogs/web_dialog_ui.cc', |
| + '../web_dialogs/web_dialog_web_contents_delegate.h', |
| + '../web_dialogs/web_dialog_web_contents_delegate.cc', |
| ], |
| 'include_dirs': [ |
| '../../third_party/wtl/include', |