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

Unified Diff: chrome/browser/browser_resources.grd

Issue 1223793018: Fake MD Flags sample WebUI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, update to GYP v2 Created 4 years, 10 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 | « no previous file | chrome/browser/resources/md_flags/compiled_resources2.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_resources.grd
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
index 7506118293122823b62ef824235c8e7e43dbd5cf..4bf08831b3789d59852780c55d9c811f4029bf22 100644
--- a/chrome/browser/browser_resources.grd
+++ b/chrome/browser/browser_resources.grd
@@ -262,6 +262,17 @@
<include name="IDR_MOST_VISITED_SINGLE_JS" file="resources\local_ntp\most_visited_single.js" type="BINDATA" />
<include name="IDR_MOST_VISITED_UTIL_JS" file="resources\local_ntp\most_visited_util.js" type="BINDATA" flattenhtml="true" />
<include name="IDR_MOST_VISITED_WINDOW_DISPOSITION_UTIL_JS" file="resources\local_ntp\window_disposition_util.js" type="BINDATA" />
+ <if expr="not is_android and not is_ios">
+ <include name="IDR_MD_FLAGS_CSS" file="resources\md_flags\md_flags.css" type="BINDATA" />
+ <include name="IDR_MD_FLAGS_HTML" file="resources\md_flags\md_flags.html" type="BINDATA" />
+ <include name="IDR_MD_FLAGS_JS" file="resources\md_flags\md_flags.js" type="BINDATA" />
+ <include name="IDR_MD_FLAGS_FLAG_CSS" file="resources\md_flags\flag.css" type="BINDATA" />
+ <include name="IDR_MD_FLAGS_FLAG_HTML" file="resources\md_flags\flag.html" type="BINDATA" />
+ <include name="IDR_MD_FLAGS_FLAG_JS" file="resources\md_flags\flag.js" type="BINDATA" />
+ <include name="IDR_MD_FLAGS_TABLE_CSS" file="resources\md_flags\flags_table.css" type="BINDATA" />
+ <include name="IDR_MD_FLAGS_TABLE_HTML" file="resources\md_flags\flags_table.html" type="BINDATA" />
+ <include name="IDR_MD_FLAGS_TABLE_JS" file="resources\md_flags\flags_table.js" type="BINDATA" />
+ </if>
<include name="IDR_OMNIBOX_HTML" file="resources\omnibox\omnibox.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
<include name="IDR_OMNIBOX_CSS" file="resources\omnibox\omnibox.css" type="BINDATA" />
<include name="IDR_OMNIBOX_JS" file="resources\omnibox\omnibox.js" type="BINDATA" />
« no previous file with comments | « no previous file | chrome/browser/resources/md_flags/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698