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

Unified Diff: ui/base/BUILD.gn

Issue 265953004: GN: Add missing grit targets for ui/resources/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
« no previous file with comments | « no previous file | ui/webui/resources/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 90012e0c7c9fffe6184abadf91609ed2d675fc42..b226af1ee7bdb13b3b74460d6893436028ac655e 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -226,8 +226,8 @@ component("ui_base") {
"view_prop.cc",
"view_prop.h",
# TODO(tfarina): Uncomment these when http://crbug.com/367591 is fixed.
- #"webui/jstemplate_builder.cc",
- #"webui/jstemplate_builder.h",
+ "webui/jstemplate_builder.cc",
+ "webui/jstemplate_builder.h",
#"webui/web_ui_util.cc",
#"webui/web_ui_util.h",
"win/accessibility_ids_win.h",
@@ -286,6 +286,7 @@ component("ui_base") {
"//third_party/icu",
"//ui/base/strings",
"//ui/resources",
+ "//ui/webui/resources",
"//url",
]
« no previous file with comments | « no previous file | ui/webui/resources/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698