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

Unified Diff: chrome/browser/resources/component_extension_resources.grd

Issue 14081014: Identity API: Change WebAuthFlow to use <webview> instead of a normal browser pop-up. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: chrome.identity side-by-side with chrome.experimental.identity Created 7 years, 7 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: chrome/browser/resources/component_extension_resources.grd
diff --git a/chrome/browser/resources/component_extension_resources.grd b/chrome/browser/resources/component_extension_resources.grd
index 7f81840476a548174d2891f55de14507299dce1b..9c6756670b3cd4d635b2f1876f2a13c28ad12b2a 100644
--- a/chrome/browser/resources/component_extension_resources.grd
+++ b/chrome/browser/resources/component_extension_resources.grd
@@ -117,6 +117,10 @@
<include name="IDR_GOOGLE_NOW_BACKGROUND_JS" file="google_now/background.js" type="BINDATA" />
<include name="IDR_GOOGLE_NOW_UTILITY_JS" file="google_now/utility.js" type="BINDATA" />
</if>
+ <include name="IDR_IDENTITY_API_UI_CSS" file="identity_api_ui/identity_api_ui.css" type="BINDATA" />
+ <include name="IDR_IDENTITY_API_UI_JS" file="identity_api_ui/identity_api_ui.js" type="BINDATA" />
+ <include name="IDR_IDENTITY_API_UI_SCOPE_APPROVAL_DIALOG" file="identity_api_ui/scope_approval_dialog.html" type="BINDATA" />
+ <include name="IDR_IDENTITY_API_UI_SCOPE_APPROVAL_DIALOG_JS" file="identity_api_ui/scope_approval_dialog.js" type="BINDATA" />
<include name="IDR_APPS_DEBUGGER_MAIN" file="apps_debugger/main.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
<include name="IDR_APPS_DEBUGGER_BACKGROUND_JS" file="apps_debugger/background.js" flattenhtml="true" type="BINDATA" />
<include name="IDR_APPS_DEBUGGER_MAIN_JS" file="apps_debugger/js/main_scripts.js" flattenhtml="true" type="BINDATA" />

Powered by Google App Engine
This is Rietveld 408576698