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

Unified Diff: components/BUILD.gn

Issue 928163002: Initial implementation of WebUI generator (WUG) toolkit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed order in BUILD.gn and components.gyp Created 5 years, 10 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 | components/OWNERS » ('j') | components/webui_generator_strings.grdp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 10d0d8900b5ab32e3ce486e59b7a38290e566783..60569bea8489a920b70246897cd216c53959dc00 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -108,8 +108,9 @@ group("all_components") {
"//components/web_cache/common",
"//components/web_cache/renderer",
"//components/web_modal",
- "//components/webdata/common",
"//components/web_resource",
+ "//components/webdata/common",
+ "//components/webui_generator",
blundell 2015/03/03 08:36:25 This component shouldn't be built on iOS since it
dzhioev (left Google) 2015/03/03 09:23:50 Done here and in components.gyp.
"//components/wifi",
"//components/wifi_sync",
]
« no previous file with comments | « no previous file | components/OWNERS » ('j') | components/webui_generator_strings.grdp » ('J')

Powered by Google App Engine
This is Rietveld 408576698