Chromium Code Reviews| Index: chrome/browser/browser_resources.grd |
| diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd |
| index 6c919552623176a758e9485f0dd4b1d4752384fa..972afd785966da025aeaa7f0d0dd672bb1283528 100644 |
| --- a/chrome/browser/browser_resources.grd |
| +++ b/chrome/browser/browser_resources.grd |
| @@ -30,7 +30,7 @@ |
| <include name="IDR_ABOUT_VERSION_HTML" file="resources\about_version.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| <include name="IDR_ABOUT_VERSION_JS" file="resources\about_version.js" type="BINDATA" /> |
| <include name="IDR_BOOKMARKS_MANIFEST" file="resources\bookmark_manager\manifest.json" type="BINDATA" /> |
| - <if expr="pp_if('webui_dialogs')"> |
| + <if expr="is_posix and not is_macosx"> |
|
arv (Not doing code reviews)
2011/08/25 16:40:41
Is it intentional that both CrOS and Linux gets th
flackr
2011/08/25 20:40:47
Just to address this question, it is intentional.
|
| <include name="IDR_CERTIFICATE_VIEWER_HTML" file="resources\certificate_viewer.html" type="BINDATA" /> |
| <include name="IDR_CERTIFICATE_VIEWER_JS" file="resources\certificate_viewer.js" type="BINDATA" /> |
| <include name="IDR_CERTIFICATE_VIEWER_CSS" file="resources\certificate_viewer.css" type="BINDATA" /> |