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

Side by Side Diff: gin/gin.gyp

Issue 707273005: (WIP) Implement V8 Tracing -- DO NOT LAND (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « gin/event_tracer_impl.cc ('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 17 matching lines...) Expand all
28 'arguments.h', 28 'arguments.h',
29 'array_buffer.cc', 29 'array_buffer.cc',
30 'array_buffer.h', 30 'array_buffer.h',
31 'context_holder.cc', 31 'context_holder.cc',
32 'converter.cc', 32 'converter.cc',
33 'converter.h', 33 'converter.h',
34 'debug_impl.cc', 34 'debug_impl.cc',
35 'debug_impl.h', 35 'debug_impl.h',
36 'dictionary.cc', 36 'dictionary.cc',
37 'dictionary.h', 37 'dictionary.h',
38 'event_tracer_impl.cc',
39 'event_tracer_impl.h',
38 'function_template.cc', 40 'function_template.cc',
39 'function_template.h', 41 'function_template.h',
40 'gin_export.h', 42 'gin_export.h',
41 'handle.h', 43 'handle.h',
42 'interceptor.cc', 44 'interceptor.cc',
43 'interceptor.h', 45 'interceptor.h',
44 'isolate_holder.cc', 46 'isolate_holder.cc',
45 'modules/console.cc', 47 'modules/console.cc',
46 'modules/console.h', 48 'modules/console.h',
47 'modules/file_module_provider.cc', 49 'modules/file_module_provider.cc',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 'per_context_data_unittest.cc', 140 'per_context_data_unittest.cc',
139 'shell_runner_unittest.cc', 141 'shell_runner_unittest.cc',
140 'shell/gin_shell_unittest.cc', 142 'shell/gin_shell_unittest.cc',
141 'test/run_all_unittests.cc', 143 'test/run_all_unittests.cc',
142 'test/run_js_tests.cc', 144 'test/run_js_tests.cc',
143 'wrappable_unittest.cc', 145 'wrappable_unittest.cc',
144 ], 146 ],
145 }, 147 },
146 ], 148 ],
147 } 149 }
OLDNEW
« no previous file with comments | « gin/event_tracer_impl.cc ('k') | gin/isolate_holder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698