| Index: content/content_resources.grd
 | 
| diff --git a/content/content_resources.grd b/content/content_resources.grd
 | 
| index fa32cb439836b573917adf4af25767d70fae5ff5..bdff27e0cda95ee37451c76646913634d41795b2 100644
 | 
| --- a/content/content_resources.grd
 | 
| +++ b/content/content_resources.grd
 | 
| @@ -31,7 +31,7 @@
 | 
|          <include name="IDR_RENDERER_SANDBOX_PROFILE" file="renderer/renderer.sb" type="BINDATA" />
 | 
|          <include name="IDR_UTILITY_SANDBOX_PROFILE" file="utility/utility.sb" type="BINDATA" />
 | 
|        </if>
 | 
| -      <if expr="not pp_ifdef('android')">
 | 
| +      <if expr="not is_android">
 | 
|          <include name="IDR_TRACING_HTML" file="../third_party/trace-viewer/src/about_tracing.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
 | 
|          <include name="IDR_TRACING_JS" file="../third_party/trace-viewer/src/about_tracing.js" flattenhtml="true" type="BINDATA" />
 | 
|        </if>
 | 
| 
 |