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

Side by Side Diff: gin/gin.gyp

Issue 105423003: gin::Wrappable shouldn't inherit from base::RefCounted (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix win Created 7 years 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
« no previous file with comments | « gin/function_template.h.pump ('k') | gin/handle.h » ('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 13 matching lines...) Expand all
24 'array_buffer.cc', 24 'array_buffer.cc',
25 'array_buffer.h', 25 'array_buffer.h',
26 'context_holder.cc', 26 'context_holder.cc',
27 'context_holder.h', 27 'context_holder.h',
28 'converter.cc', 28 'converter.cc',
29 'converter.h', 29 'converter.h',
30 'dictionary.cc', 30 'dictionary.cc',
31 'dictionary.h', 31 'dictionary.h',
32 'function_template.cc', 32 'function_template.cc',
33 'function_template.h', 33 'function_template.h',
34 'handle.h',
34 'isolate_holder.cc', 35 'isolate_holder.cc',
35 'modules/console.cc', 36 'modules/console.cc',
36 'modules/console.h', 37 'modules/console.h',
37 'modules/file_module_provider.cc', 38 'modules/file_module_provider.cc',
38 'modules/file_module_provider.h', 39 'modules/file_module_provider.h',
39 'modules/module_registry.cc', 40 'modules/module_registry.cc',
40 'modules/module_registry.h', 41 'modules/module_registry.h',
41 'modules/module_runner_delegate.cc', 42 'modules/module_runner_delegate.cc',
42 'modules/module_runner_delegate.h', 43 'modules/module_runner_delegate.h',
43 'object_template_builder.cc', 44 'object_template_builder.cc',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'sources': [ 105 'sources': [
105 'converter_unittest.cc', 106 'converter_unittest.cc',
106 'test/run_all_unittests.cc', 107 'test/run_all_unittests.cc',
107 'test/run_js_tests.cc', 108 'test/run_js_tests.cc',
108 'runner_unittest.cc', 109 'runner_unittest.cc',
109 'wrappable_unittest.cc', 110 'wrappable_unittest.cc',
110 ], 111 ],
111 }, 112 },
112 ], 113 ],
113 } 114 }
OLDNEW
« no previous file with comments | « gin/function_template.h.pump ('k') | gin/handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698