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

Unified Diff: mojo/mojo.gyp

Issue 69843003: Implement Mojo message codec in JavaScript (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Aaron's comments Created 7 years, 1 month 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
« no previous file with comments | « gin/test/gtest.cc ('k') | mojo/public/bindings/js/codec.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index c145ea5227310f5fa6771e38375115b346278ac1..853f6ab6878ababc79a22ba8d4be3d264fa1c98f 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -436,12 +436,8 @@
'sources': [
'public/bindings/js/core.cc',
'public/bindings/js/core.h',
- 'public/bindings/js/global.cc',
- 'public/bindings/js/global.h',
'public/bindings/js/handle.cc',
'public/bindings/js/handle.h',
- 'public/bindings/js/runner_delegate.cc',
- 'public/bindings/js/runner_delegate.h',
],
},
{
« no previous file with comments | « gin/test/gtest.cc ('k') | mojo/public/bindings/js/codec.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698