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

Unified Diff: ui/login/login_resources.grd

Issue 402403005: Move common account picker/user pod js/css/html out of src/chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge + move Created 6 years, 5 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
« no previous file with comments | « ui/login/login.gyp ('k') | ui/login/oobe.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/login_resources.grd
diff --git a/ui/login/login_resources.grd b/ui/login/login_resources.grd
new file mode 100644
index 0000000000000000000000000000000000000000..6fd4d2a1301f773d54b1aa664ca6cc1263ba4ca3
--- /dev/null
+++ b/ui/login/login_resources.grd
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grit latest_public_release="0" current_release="1">
+ <outputs>
+ <output filename="grit/login_resources.h" type="rc_header">
+ <emit emit_type='prepend'></emit>
+ </output>
+ <output filename="grit/login_resources_map.cc" type="resource_file_map_source" />
+ <output filename="grit/login_resources_map.h" type="resource_map_header" />
+ <output filename="login_resources.pak" type="data_package" />
+ <output filename="login_resources.rc" type="rc_all" />
+ </outputs>
+ <release seq="1">
+ <includes>
+ <if expr="chromeos">
+ <include name="IDR_OOBE_RESOURCE_LOADER_JS" file="resource_loader.js" flattenhtml="true" type="BINDATA" />
+ </if>
+ </includes>
+ </release>
+</grit>
« no previous file with comments | « ui/login/login.gyp ('k') | ui/login/oobe.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698