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

Unified Diff: mojo/mojo.gyp

Issue 90203002: [Mojo] Remove static "bootstrap" state in mojo_js (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CHECK, CHECK, CHECK 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 | « mojo/apps/js/threading.cc ('k') | no next file » | 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 9fb5389728aad93c7abd31d942caa799cdd76603..32604a31fa9a44127e54bf4aeb9f0db0cf0c47cd 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -306,11 +306,11 @@
'mojo_system',
],
'sources': [
- 'apps/js/bootstrap.cc',
- 'apps/js/bootstrap.h',
'apps/js/main.cc',
'apps/js/mojo_runner_delegate.cc',
'apps/js/mojo_runner_delegate.h',
+ 'apps/js/threading.cc',
+ 'apps/js/threading.h',
],
},
{
« no previous file with comments | « mojo/apps/js/threading.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698