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

Unified Diff: mojo/mojo_base.gyp

Issue 703273002: Update mojo sdk to rev 04a510fb37db10642e156957f9b2c11c2f6442ac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix content/child -> mojo/common linking Created 6 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/mojo.gyp ('k') | mojo/public/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_base.gyp
diff --git a/mojo/mojo_base.gyp b/mojo/mojo_base.gyp
index 72c89b3d409b19c36eac7bb8cae0f129ba90e1ae..065de091d6f3cb3da76a428695ae7bdb1c1d750d 100644
--- a/mojo/mojo_base.gyp
+++ b/mojo/mojo_base.gyp
@@ -155,36 +155,6 @@
'public/mojo_public.gyp:mojo_application_base',
],
},
- {
- # GN version: //mojo/bindings/js
- 'target_name': 'mojo_js_bindings_lib',
- 'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- '../gin/gin.gyp:gin',
- '../v8/tools/gyp/v8.gyp:v8',
- 'mojo_common_lib',
- ],
- 'export_dependent_settings': [
- '../base/base.gyp:base',
- '../gin/gin.gyp:gin',
- 'mojo_common_lib',
- ],
- 'sources': [
- # Sources list duplicated in GN build.
- 'bindings/js/core.cc',
- 'bindings/js/core.h',
- 'bindings/js/drain_data.cc',
- 'bindings/js/drain_data.h',
- 'bindings/js/handle.cc',
- 'bindings/js/handle.h',
- 'bindings/js/handle_close_observer.h',
- 'bindings/js/support.cc',
- 'bindings/js/support.h',
- 'bindings/js/waiting_callback.cc',
- 'bindings/js/waiting_callback.h',
- ],
- },
],
'conditions': [
['OS=="android"', {
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698