Commit 8ab9f1ef authored by Rohit Rao's avatar Rohit Rao Committed by Commit Bot

Moves user_actions webui resources to components/user_actions_ui.

This will allow the resources to be reused on iOS.

BUG=903381

Change-Id: I3f026a8c38da99eab403eb54ab57ad9503f9ddd5
Reviewed-on: https://chromium-review.googlesource.com/c/1332409
Commit-Queue: Rohit Rao <rohitrao@chromium.org>
Reviewed-by: default avatarSylvain Defresne <sdefresne@chromium.org>
Reviewed-by: default avatarDemetrios Papadopoulos <dpapad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#610890}
parent 27bd2d6f
......@@ -448,9 +448,6 @@
<include name="IDR_USB_INTERNALS_HTML" file="resources\usb_internals\usb_internals.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" compress="gzip" />
<include name="IDR_USB_INTERNALS_JS" file="resources\usb_internals\usb_internals.js" type="BINDATA" compress="gzip" />
<include name="IDR_USB_INTERNALS_MOJO_JS" file="${root_gen_dir}\chrome\browser\ui\webui\usb_internals\usb_internals.mojom.js" use_base_dir="false" type="BINDATA" compress="gzip" />
<include name="IDR_USER_ACTIONS_HTML" file="resources\user_actions\user_actions.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" compress="gzip" />
<include name="IDR_USER_ACTIONS_CSS" file="resources\user_actions\user_actions.css" type="BINDATA" compress="gzip" />
<include name="IDR_USER_ACTIONS_JS" file="resources\user_actions\user_actions.js" type="BINDATA" compress="gzip" />
<include name="IDR_WEBRTC_LOGS_HTML" file="resources\media\webrtc_logs.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
<include name="IDR_WEBRTC_LOGS_JS" file="resources\media\webrtc_logs.js" type="BINDATA" />
<include name="IDR_WEBSTORE_MANIFEST" file="resources\webstore_app\manifest.json" type="BINDATA" />
......
......@@ -9,7 +9,7 @@
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/webui/user_actions/user_actions_ui_handler.h"
#include "chrome/common/url_constants.h"
#include "chrome/grit/browser_resources.h"
#include "components/grit/components_resources.h"
#include "content/public/browser/web_ui.h"
#include "content/public/browser/web_ui_controller.h"
#include "content/public/browser/web_ui_data_source.h"
......
......@@ -25,6 +25,7 @@
<part file="supervised_user_error_page_resources.grdp" />
<part file="sync_driver_resources.grdp" />
<part file="translate_resources.grdp" />
<part file="user_actions_ui_resources.grdp" />
<part file="version_ui_resources.grdp" />
</includes>
</release>
......
<?xml version="1.0" encoding="utf-8"?>
<grit-part>
<include name="IDR_USER_ACTIONS_CSS" file="../user_actions_ui/resources/user_actions.css" type="BINDATA" compress="gzip" />
<include name="IDR_USER_ACTIONS_HTML" file="../user_actions_ui/resources/user_actions.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" compress="gzip" />
<include name="IDR_USER_ACTIONS_JS" file="../user_actions_ui/resources/user_actions.js" type="BINDATA" compress="gzip" />
</grit-part>
file://ui/webui/PLATFORM_OWNERS
# COMPONENT: UI>Browser>WebUI
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment