Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(563)

Unified Diff: ui/base/ui_base.gyp

Issue 1220793010: [ui/base;css] adding string template expression replacement (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review changes Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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'],

Powered by Google App Engine
This is Rietveld 408576698