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

Side by Side Diff: mojo/mojo_apps.gypi

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/bindings/js/waiting_callback.cc ('k') | mojo/mojo_base.gyp » ('j') | 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //mojo/apps/js 8 # GN version: //mojo/apps/js
9 # //mojo/apps/js/bindings 9 # //mojo/apps/js/bindings
10 # //mojo/apps/js/bindings/gl 10 # //mojo/apps/js/bindings/gl
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 'dependencies': [ 64 'dependencies': [
65 '../gin/gin.gyp:gin_test', 65 '../gin/gin.gyp:gin_test',
66 'mojo_base.gyp:mojo_common_lib', 66 'mojo_base.gyp:mojo_common_lib',
67 'mojo_base.gyp:mojo_common_test_support', 67 'mojo_base.gyp:mojo_common_test_support',
68 'mojo_base.gyp:mojo_public_test_interfaces', 68 'mojo_base.gyp:mojo_public_test_interfaces',
69 'mojo_base.gyp:mojo_run_all_unittests', 69 'mojo_base.gyp:mojo_run_all_unittests',
70 'mojo_apps_js_bindings', 70 'mojo_apps_js_bindings',
71 'mojo_js_lib', 71 'mojo_js_lib',
72 ], 72 ],
73 'sources': [ 73 'sources': [
74 'apps/js/test/handle_unittest.cc',
74 'apps/js/test/js_to_cpp_unittest.cc', 75 'apps/js/test/js_to_cpp_unittest.cc',
75 'apps/js/test/run_apps_js_tests.cc', 76 'apps/js/test/run_apps_js_tests.cc',
76 ], 77 ],
77 }, 78 },
78 { 79 {
79 'target_name': 'mojo_js', 80 'target_name': 'mojo_js',
80 'type': 'loadable_module', 81 'type': 'loadable_module',
81 'dependencies': [ 82 'dependencies': [
82 'mojo_js_lib', 83 'mojo_js_lib',
83 '<(mojo_system_for_loadable_module)', 84 '<(mojo_system_for_loadable_module)',
(...skipping 17 matching lines...) Expand all
101 'mojo_apps_js_unittests.isolate', 102 'mojo_apps_js_unittests.isolate',
102 ], 103 ],
103 'sources': [ 104 'sources': [
104 'mojo_apps_js_unittests.isolate', 105 'mojo_apps_js_unittests.isolate',
105 ], 106 ],
106 }, 107 },
107 ], 108 ],
108 }], 109 }],
109 ], 110 ],
110 } 111 }
OLDNEW
« no previous file with comments | « mojo/bindings/js/waiting_callback.cc ('k') | mojo/mojo_base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698