summaryrefslogtreecommitdiffstats
path: root/mojo/mojo_js_unittests.isolate
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-04 04:55:37 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-04 04:55:37 +0000
commit0203e05abaef4995e07107b25ce992dc0e3c95ee (patch)
treef942fb849bbea40fbc26d18da2f8a42fd1cdc1d5 /mojo/mojo_js_unittests.isolate
parent2406331f8e3d92dc5240687d4e6dcf9fbf14ef1c (diff)
downloadchromium_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_js_unittests.isolate')
-rw-r--r--mojo/mojo_js_unittests.isolate2
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/mojo_js_unittests.isolate b/mojo/mojo_js_unittests.isolate
index cae1e8e..770a7c3 100644
--- a/mojo/mojo_js_unittests.isolate
+++ b/mojo/mojo_js_unittests.isolate
@@ -22,7 +22,7 @@
'isolate_dependency_untracked': [
'<(PRODUCT_DIR)/gen/mojo/public/interfaces/bindings/tests/',
'bindings/js/',
- 'public/bindings/js/',
+ 'public/js/bindings/',
],
},
}],