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/mojo_apps_js_unittests.isolate | |
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/mojo_apps_js_unittests.isolate')
-rw-r--r-- | mojo/mojo_apps_js_unittests.isolate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/mojo_apps_js_unittests.isolate b/mojo/mojo_apps_js_unittests.isolate index 29a7d6d..c8fe038 100644 --- a/mojo/mojo_apps_js_unittests.isolate +++ b/mojo/mojo_apps_js_unittests.isolate @@ -23,7 +23,7 @@ '<(PRODUCT_DIR)/gen/mojo/public/interfaces/bindings/tests/', 'apps/js/', 'bindings/js/', - 'public/bindings/js/', + 'public/js/bindings/', ], }, }], |