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

Unified Diff: ui/base/BUILD.gn

Issue 1220793010: [ui/base;css] adding string template expression replacement (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing changes to base/strings 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/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 3893694fcdc5b80146af233353e0a6809a6bbf3e..1ac7b5b979d3a4d4ade5efd9b4f3add3af2e8edf 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -222,6 +222,8 @@ component("base") {
"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",
@@ -636,6 +638,7 @@ test("ui_base_unittests") {
"resource/data_pack_unittest.cc",
"resource/material_design/material_design_controller_unittest.cc",
"resource/resource_bundle_unittest.cc",
+ "template_expressions_unittests.cc",
"test/run_all_unittests.cc",
"test/scoped_fake_nswindow_fullscreen_unittest.mm",
"test/test_clipboard_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698