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

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: 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
Index: components/components.gyp
diff --git a/components/components.gyp b/components/components.gyp
index c8b1e35e231d5e3b029af2d8fa2697469132702b..9963bbdc306a683b21477a103c7eff35c5960cb8 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -64,8 +64,9 @@
'user_prefs.gypi',
'variations.gypi',
'wallpaper.gypi',
- 'webdata.gypi',
'web_resource.gypi',
+ 'webdata.gypi',
+ 'webui_generator.gypi',
],
'conditions': [
['OS != "ios"', {

Powered by Google App Engine
This is Rietveld 408576698