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

Side by Side Diff: trunk/src/mojo/mojo_public.gypi

Issue 208263008: Revert 258763 "Adds plumbing to pass WebUI mojo::Handle from bro..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'targets': [ 2 'targets': [
3 { 3 {
4 'target_name': 'mojo_system', 4 'target_name': 'mojo_system',
5 'type': 'shared_library', 5 'type': 'shared_library',
6 'defines': [ 6 'defines': [
7 'MOJO_SYSTEM_IMPLEMENTATION', 7 'MOJO_SYSTEM_IMPLEMENTATION',
8 ], 8 ],
9 'include_dirs': [ 9 'include_dirs': [
10 '..', 10 '..',
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 'include_dirs': [ 241 'include_dirs': [
242 '..' 242 '..'
243 ], 243 ],
244 'sources': [ 244 'sources': [
245 'public/bindings/allocation_scope.h', 245 'public/bindings/allocation_scope.h',
246 'public/bindings/array.h', 246 'public/bindings/array.h',
247 'public/bindings/buffer.h', 247 'public/bindings/buffer.h',
248 'public/bindings/callback.h', 248 'public/bindings/callback.h',
249 'public/bindings/error_handler.h', 249 'public/bindings/error_handler.h',
250 'public/bindings/interface.h', 250 'public/bindings/interface.h',
251 'public/bindings/js/constants.cc',
252 'public/bindings/js/constants.h',
253 'public/bindings/message.h', 251 'public/bindings/message.h',
254 'public/bindings/passable.h', 252 'public/bindings/passable.h',
255 'public/bindings/remote_ptr.h', 253 'public/bindings/remote_ptr.h',
256 'public/bindings/sync_dispatcher.h', 254 'public/bindings/sync_dispatcher.h',
257 'public/bindings/type_converter.h', 255 'public/bindings/type_converter.h',
258 'public/bindings/lib/array.cc', 256 'public/bindings/lib/array.cc',
259 'public/bindings/lib/array_internal.h', 257 'public/bindings/lib/array_internal.h',
260 'public/bindings/lib/array_internal.cc', 258 'public/bindings/lib/array_internal.cc',
261 'public/bindings/lib/bindings_internal.h', 259 'public/bindings/lib/bindings_internal.h',
262 'public/bindings/lib/bindings_serialization.cc', 260 'public/bindings/lib/bindings_serialization.cc',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 'mojo_bindings', 360 'mojo_bindings',
363 'mojo_system', 361 'mojo_system',
364 ], 362 ],
365 'export_dependent_settings': [ 363 'export_dependent_settings': [
366 'mojo_bindings', 364 'mojo_bindings',
367 'mojo_system', 365 'mojo_system',
368 ], 366 ],
369 }, 367 },
370 ], 368 ],
371 } 369 }
OLDNEW
« no previous file with comments | « trunk/src/content/test/data/web_ui_test_mojo_bindings.mojom ('k') | trunk/src/mojo/public/bindings/js/constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698