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

Unified Diff: chrome/browser/browser_resources.grd

Issue 734243003: Adding the chrome://copresence page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@state
Patch Set: Created 6 years 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/copresence.css » ('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 13a453995508c53d08de1f1d7693ec6667ce68f5..5a5ac0e0d602d6f0cfb30f649e652aaf89adc299 100644
--- a/chrome/browser/browser_resources.grd
+++ b/chrome/browser/browser_resources.grd
@@ -114,6 +114,11 @@
<include name="IDR_CONTEXTUAL_SEARCH_PROMO_JS" file="resources\contextual_search\promo.js" flattenhtml="true" type="BINDATA" />
<include name="IDR_CONTEXTUAL_SEARCH_PROMO_HEADER_SVG" file="resources\contextual_search\header.svg" type="BINDATA" />
</if>
+ <if expr="not is_android and not is_ios">
+ <include name="IDR_COPRESENCE_CSS" file="resources\copresence.css" type="BINDATA" />
+ <include name="IDR_COPRESENCE_HTML" file="resources\copresence.html" type="BINDATA" />
+ <include name="IDR_COPRESENCE_JS" file="resources\copresence.js" type="BINDATA" />
+ </if>
<if expr="enable_printing">
<include name="IDR_CLOUDPRINT_MANIFEST" file="resources\cloud_print_app\manifest.json" type="BINDATA" />
</if>
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/copresence.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698