diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-04 04:55:37 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-04 04:55:37 +0000 |
commit | 0203e05abaef4995e07107b25ce992dc0e3c95ee (patch) | |
tree | f942fb849bbea40fbc26d18da2f8a42fd1cdc1d5 /content/content_resources.grd | |
parent | 2406331f8e3d92dc5240687d4e6dcf9fbf14ef1c (diff) | |
download | chromium_src-0203e05abaef4995e07107b25ce992dc0e3c95ee.zip chromium_src-0203e05abaef4995e07107b25ce992dc0e3c95ee.tar.gz chromium_src-0203e05abaef4995e07107b25ce992dc0e3c95ee.tar.bz2 |
Mojo: Move mojo/public/bindings/js to mojo/public/js/bindings.
The presence of constants.{cc,h} still seems very odd to me, and I still
need to figure out what to do with them (even though I moved them
anyway).
R=sky@chromium.org
TBR=brettw@chromium.org
Review URL: https://codereview.chromium.org/223233002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261679 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_resources.grd')
-rw-r--r-- | content/content_resources.grd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/content/content_resources.grd b/content/content_resources.grd index 39e5874..694fffd 100644 --- a/content/content_resources.grd +++ b/content/content_resources.grd @@ -35,10 +35,10 @@ <include name="IDR_UTILITY_SANDBOX_PROFILE" file="utility/utility.sb" type="BINDATA" /> </if> <if expr="use_mojo"> - <include name="IDR_MOJO_CODEC_JS" file="../mojo/public/bindings/js/codec.js" flattenhtml="true" type="BINDATA" /> - <include name="IDR_MOJO_CONNECTION_JS" file="../mojo/public/bindings/js/connection.js" flattenhtml="true" type="BINDATA" /> - <include name="IDR_MOJO_CONNECTOR_JS" file="../mojo/public/bindings/js/connector.js" flattenhtml="true" type="BINDATA" /> - <include name="IDR_MOJO_ROUTER_JS" file="../mojo/public/bindings/js/router.js" flattenhtml="true" type="BINDATA" /> + <include name="IDR_MOJO_CODEC_JS" file="../mojo/public/js/bindings/codec.js" flattenhtml="true" type="BINDATA" /> + <include name="IDR_MOJO_CONNECTION_JS" file="../mojo/public/js/bindings/connection.js" flattenhtml="true" type="BINDATA" /> + <include name="IDR_MOJO_CONNECTOR_JS" file="../mojo/public/js/bindings/connector.js" flattenhtml="true" type="BINDATA" /> + <include name="IDR_MOJO_ROUTER_JS" file="../mojo/public/js/bindings/router.js" flattenhtml="true" type="BINDATA" /> </if> </includes> </release> |