| Index: ui/base/ui_base.gyp
|
| diff --git a/ui/base/ui_base.gyp b/ui/base/ui_base.gyp
|
| index 3f8f69e6a7ac2b4aaced5a7ce6e30fbc8b756555..9787853156e80e4072805c14bfae4396a7cc5f3f 100644
|
| --- a/ui/base/ui_base.gyp
|
| +++ b/ui/base/ui_base.gyp
|
| @@ -271,6 +271,8 @@
|
| 'resource/resource_data_dll_win.cc',
|
| 'resource/resource_data_dll_win.h',
|
| 'resource/resource_handle.h',
|
| + 'template_expressions.cc',
|
| + 'template_expressions.h',
|
| 'text/bytes_formatting.cc',
|
| 'text/bytes_formatting.h',
|
| 'theme_provider.cc',
|
| @@ -368,6 +370,7 @@
|
| ['include', '^layout'],
|
| ['include', '^page_transition_type'],
|
| ['include', '^resource/'],
|
| + ['include', 'template_expressions.cc'],
|
| ['include', '^ui_base_'],
|
| ['include', '^webui/'],
|
| ['include', '^window_open_disposition\\.cc'],
|
|
|