Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1014)

Unified Diff: mojo/mojo_public.gypi

Issue 223233002: Mojo: Move mojo/public/bindings/js to mojo/public/js/bindings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/mojo_public.gypi
diff --git a/mojo/mojo_public.gypi b/mojo/mojo_public.gypi
index 83a0ee8b19cf8bc1d8eef0442bb7ce9888f4c0fd..6a530b8715f18703d51e9c6f682b66b3ad303528 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -246,8 +246,6 @@
'..'
],
'sources': [
- 'public/bindings/js/constants.cc',
- 'public/bindings/js/constants.h',
'public/cpp/bindings/allocation_scope.h',
'public/cpp/bindings/array.h',
'public/cpp/bindings/buffer.h',
@@ -285,6 +283,8 @@
'public/cpp/bindings/lib/shared_data.h',
'public/cpp/bindings/lib/shared_ptr.h',
'public/cpp/bindings/lib/sync_dispatcher.cc',
+ 'public/js/bindings/constants.cc',
+ 'public/js/bindings/constants.h',
],
},
{

Powered by Google App Engine
This is Rietveld 408576698