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

Unified Diff: components/components.gyp

Issue 928163002: Initial implementation of WebUI generator (WUG) toolkit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. 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 | « components/OWNERS ('k') | components/components_strings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components.gyp
diff --git a/components/components.gyp b/components/components.gyp
index db6d9b0b44e60985fcc50a32a4702029cdd4a927..6fc7aece4f0e6a69fcecf1d41a67c1131ee92638 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -65,8 +65,8 @@
'user_prefs.gypi',
'variations.gypi',
'wallpaper.gypi',
- 'webdata.gypi',
'web_resource.gypi',
+ 'webdata.gypi',
],
'conditions': [
['OS != "ios"', {
@@ -80,6 +80,7 @@
'web_cache.gypi',
'web_contents_delegate_android.gypi',
'web_modal.gypi',
+ 'webui_generator.gypi',
],
}],
['OS == "ios"', {
« no previous file with comments | « components/OWNERS ('k') | components/components_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698