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 /mojo/bindings | |
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 'mojo/bindings')
-rw-r--r-- | mojo/bindings/js/codec_unittests.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/bindings/js/codec_unittests.js b/mojo/bindings/js/codec_unittests.js index c5ce8cc..e2823e0 100644 --- a/mojo/bindings/js/codec_unittests.js +++ b/mojo/bindings/js/codec_unittests.js @@ -4,7 +4,7 @@ define([ "gin/test/expect", - "mojo/public/bindings/js/codec", + "mojo/public/js/bindings/codec", "mojo/public/interfaces/bindings/tests/sample_service.mojom", ], function(expect, codec, sample) { testBar(); |