From 5053d4099a9a91cd5800ddcfb7669413b785006c Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Wed, 23 Jan 2013 05:19:26 +0000 Subject: Move web_ui_util.* from chrome\browser\ui\webui to ui\webui so that they can be used by webui pages outside of chrome. BUG=169170 Review URL: https://codereview.chromium.org/12052034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178253 0039d316-1c4b-4281-b951-d872f2087c98 --- ui/ui.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/ui.gyp') diff --git a/ui/ui.gyp b/ui/ui.gyp index f713ce1..ce7272f 100644 --- a/ui/ui.gyp +++ b/ui/ui.gyp @@ -513,6 +513,8 @@ 'notifications/notification_types.cc', 'webui/jstemplate_builder.cc', 'webui/jstemplate_builder.h', + 'webui/web_ui_util.cc', + 'webui/web_ui_util.h', ], 'target_conditions': [ ['OS == "ios"', { -- cgit v1.1