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

Side by Side Diff: test/cctest/cctest.gyp

Issue 1433423004: Introduce JavascriptExecutionObserver scope. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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 | « src/isolate.h ('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 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 'test-cpu-profiler.cc', 119 'test-cpu-profiler.cc',
120 'test-date.cc', 120 'test-date.cc',
121 'test-debug.cc', 121 'test-debug.cc',
122 'test-decls.cc', 122 'test-decls.cc',
123 'test-deoptimization.cc', 123 'test-deoptimization.cc',
124 'test-dictionary.cc', 124 'test-dictionary.cc',
125 'test-diy-fp.cc', 125 'test-diy-fp.cc',
126 'test-double.cc', 126 'test-double.cc',
127 'test-dtoa.cc', 127 'test-dtoa.cc',
128 'test-elements-kind.cc', 128 'test-elements-kind.cc',
129 'test-execution.cc',
129 'test-fast-dtoa.cc', 130 'test-fast-dtoa.cc',
130 'test-feedback-vector.cc', 131 'test-feedback-vector.cc',
131 'test-field-type-tracking.cc', 132 'test-field-type-tracking.cc',
132 'test-fixed-dtoa.cc', 133 'test-fixed-dtoa.cc',
133 'test-flags.cc', 134 'test-flags.cc',
134 'test-func-name-inference.cc', 135 'test-func-name-inference.cc',
135 'test-gc-tracer.cc', 136 'test-gc-tracer.cc',
136 'test-global-handles.cc', 137 'test-global-handles.cc',
137 'test-global-object.cc', 138 'test-global-object.cc',
138 'test-hashing.cc', 139 'test-hashing.cc',
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 '../../build/isolate.gypi', 353 '../../build/isolate.gypi',
353 ], 354 ],
354 'sources': [ 355 'sources': [
355 'cctest.isolate', 356 'cctest.isolate',
356 ], 357 ],
357 }, 358 },
358 ], 359 ],
359 }], 360 }],
360 ], 361 ],
361 } 362 }
OLDNEW
« no previous file with comments | « src/isolate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698