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

Side by Side Diff: gin/gin.gyp

Issue 577733002: Mojo JS bindings: draining a DataPipe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More size_t Created 6 years, 2 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 | « gin/BUILD.gn ('k') | gin/isolate_holder.cc » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'per_isolate_data.cc', 60 'per_isolate_data.cc',
61 'per_isolate_data.h', 61 'per_isolate_data.h',
62 'public/context_holder.h', 62 'public/context_holder.h',
63 'public/debug.h', 63 'public/debug.h',
64 'public/gin_embedders.h', 64 'public/gin_embedders.h',
65 'public/isolate_holder.h', 65 'public/isolate_holder.h',
66 'public/v8_platform.h', 66 'public/v8_platform.h',
67 'public/wrapper_info.h', 67 'public/wrapper_info.h',
68 'runner.cc', 68 'runner.cc',
69 'runner.h', 69 'runner.h',
70 'run_microtasks_observer.cc',
71 'run_microtasks_observer.h',
70 'shell_runner.cc', 72 'shell_runner.cc',
71 'shell_runner.h', 73 'shell_runner.h',
72 'try_catch.cc', 74 'try_catch.cc',
73 'try_catch.h', 75 'try_catch.h',
74 'v8_platform.cc', 76 'v8_platform.cc',
75 'wrappable.cc', 77 'wrappable.cc',
76 'wrappable.h', 78 'wrappable.h',
77 'wrapper_info.cc', 79 'wrapper_info.cc',
78 ], 80 ],
79 }, 81 },
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'per_context_data_unittest.cc', 138 'per_context_data_unittest.cc',
137 'shell_runner_unittest.cc', 139 'shell_runner_unittest.cc',
138 'shell/gin_shell_unittest.cc', 140 'shell/gin_shell_unittest.cc',
139 'test/run_all_unittests.cc', 141 'test/run_all_unittests.cc',
140 'test/run_js_tests.cc', 142 'test/run_js_tests.cc',
141 'wrappable_unittest.cc', 143 'wrappable_unittest.cc',
142 ], 144 ],
143 }, 145 },
144 ], 146 ],
145 } 147 }
OLDNEW
« no previous file with comments | « gin/BUILD.gn ('k') | gin/isolate_holder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698