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

Side by Side Diff: mojo/mojo_base.gyp

Issue 534953002: Mojo: Cancel WaitingCallbacks when their HandleWrappers are closed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DISALLOW_COPY_AND_ASSIGN Created 6 years, 3 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
« no previous file with comments | « mojo/mojo_apps.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # Essential components (and their tests) that are needed to build 5 # Essential components (and their tests) that are needed to build
6 # Chrome should be here. Other components that are useful only in 6 # Chrome should be here. Other components that are useful only in
7 # Mojo land like mojo_shell should be in mojo.gyp. 7 # Mojo land like mojo_shell should be in mojo.gyp.
8 { 8 {
9 'includes': [ 9 'includes': [
10 'mojo_public.gypi', 10 'mojo_public.gypi',
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 '../base/base.gyp:base', 469 '../base/base.gyp:base',
470 '../gin/gin.gyp:gin', 470 '../gin/gin.gyp:gin',
471 'mojo_common_lib', 471 'mojo_common_lib',
472 ], 472 ],
473 'sources': [ 473 'sources': [
474 # Sources list duplicated in GN build. 474 # Sources list duplicated in GN build.
475 'bindings/js/core.cc', 475 'bindings/js/core.cc',
476 'bindings/js/core.h', 476 'bindings/js/core.h',
477 'bindings/js/handle.cc', 477 'bindings/js/handle.cc',
478 'bindings/js/handle.h', 478 'bindings/js/handle.h',
479 'bindings/js/handle_close_observer.h',
479 'bindings/js/support.cc', 480 'bindings/js/support.cc',
480 'bindings/js/support.h', 481 'bindings/js/support.h',
481 'bindings/js/waiting_callback.cc', 482 'bindings/js/waiting_callback.cc',
482 'bindings/js/waiting_callback.h', 483 'bindings/js/waiting_callback.h',
483 ], 484 ],
484 }, 485 },
485 { 486 {
486 'target_name': 'mojo_message_generator', 487 'target_name': 'mojo_message_generator',
487 'type': 'executable', 488 'type': 'executable',
488 'dependencies': [ 489 'dependencies': [
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 'mojo_js_unittests.isolate', 614 'mojo_js_unittests.isolate',
614 ], 615 ],
615 'sources': [ 616 'sources': [
616 'mojo_js_unittests.isolate', 617 'mojo_js_unittests.isolate',
617 ], 618 ],
618 }, 619 },
619 ], 620 ],
620 }], 621 }],
621 ] 622 ]
622 } 623 }
OLDNEW
« no previous file with comments | « mojo/mojo_apps.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698