| Index: ui/base/ui_base.gyp
|
| diff --git a/ui/base/ui_base.gyp b/ui/base/ui_base.gyp
|
| index aa0137e0fae5f180d9ab4797ae06a1c99a06bcf3..43acb9f29a304d50e9f7079980c2166acfca9432 100644
|
| --- a/ui/base/ui_base.gyp
|
| +++ b/ui/base/ui_base.gyp
|
| @@ -270,6 +270,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',
|
| @@ -367,6 +369,7 @@
|
| ['include', '^layout'],
|
| ['include', '^page_transition_type'],
|
| ['include', '^resource/'],
|
| + ['include', 'template_expressions.cc'],
|
| ['include', '^ui_base_'],
|
| ['include', '^webui/'],
|
| ['include', '^window_open_disposition\\.cc'],
|
|
|