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

Unified Diff: chrome/browser/browser_resources.grd

Issue 2620203003: Add initial version of captive portal list checking. (Closed)
Patch Set: estark comments Created 3 years, 11 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/browser_resources.grd
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
index e96d230b884c6626bcf9d738e1bae97cfa2901a2..42984310fbc1758fe828be3f70f4f22375903bc8 100644
--- a/chrome/browser/browser_resources.grd
+++ b/chrome/browser/browser_resources.grd
@@ -630,6 +630,9 @@
<if expr="is_win">
<include name="IDR_NACL_BROKER_MANIFEST" file="../../components/nacl/broker/nacl_broker_manifest.json" type="BINDATA" />
</if>
+ <if expr="not is_android and not is_ios">
+ <include name="IDR_TLS_ERROR_ASSISTANT_PB" file="${root_gen_dir}\chrome\browser\resources\ssl\tls_error_assistant\tls_error_assistant.pb" use_base_dir="false" type="BINDATA" />
+ </if>
</includes>
</release>
</grit>

Powered by Google App Engine
This is Rietveld 408576698