summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_resources.grd
diff options
context:
space:
mode:
authorcourage@chromium.org <courage@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-23 10:34:44 +0000
committercourage@chromium.org <courage@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-23 10:34:44 +0000
commitdc54c0239de141e6f598e168f1c288c7734aa927 (patch)
tree916f2c55a8b281da7d0b303611ae246ef3d73b97 /chrome/browser/browser_resources.grd
parent45ca26175a14f33d8667608983b0c2de7571cc1f (diff)
downloadchromium_src-dc54c0239de141e6f598e168f1c288c7734aa927.zip
chromium_src-dc54c0239de141e6f598e168f1c288c7734aa927.tar.gz
chromium_src-dc54c0239de141e6f598e168f1c288c7734aa927.tar.bz2
Identity API: Add component app for auth flow UI
All Identity API UI is moving into a webview tag inside a component app, allowing Chrome Apps to be isolated from the browser. This change adds a component app that displays a webview based dialog box, and a private API used to launch the app and load its resources. BUG=228908 (This is part of step #6 in the description.) Review URL: https://chromiumcodereview.appspot.com/14768009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201736 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_resources.grd')
-rw-r--r--chrome/browser/browser_resources.grd1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
index c652930..d45400c 100644
--- a/chrome/browser/browser_resources.grd
+++ b/chrome/browser/browser_resources.grd
@@ -130,6 +130,7 @@
<include name="IDR_HISTORY_HTML" file="resources\history\history.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
<include name="IDR_HISTORY_JS" file="resources\history\history.js" flattenhtml="true" type="BINDATA" />
<include name="IDR_OTHER_DEVICES_JS" file="resources\history\other_devices.js" flattenhtml="true" type="BINDATA" />
+ <include name="IDR_IDENTITY_API_SCOPE_APPROVAL_MANIFEST" file="resources\identity_scope_approval_dialog\manifest.json" type="BINDATA" />
<include name="IDR_INLINE_LOGIN_HTML" file="resources\inline_login\inline_login.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
<include name="IDR_INLINE_LOGIN_CSS" file="resources\inline_login\inline_login.css" flattenhtml="true" type="BINDATA" />
<include name="IDR_INLINE_LOGIN_JS" file="resources\inline_login\inline_login.js" flattenhtml="true" type="BINDATA" />