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

Side by Side Diff: tools/gyp/v8.gyp

Issue 10803008: Expose counters in javascript. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « src/extensions/statistics-extension.cc ('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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 '../../src/elements-kind.cc', 296 '../../src/elements-kind.cc',
297 '../../src/elements-kind.h', 297 '../../src/elements-kind.h',
298 '../../src/elements.cc', 298 '../../src/elements.cc',
299 '../../src/elements.h', 299 '../../src/elements.h',
300 '../../src/execution.cc', 300 '../../src/execution.cc',
301 '../../src/execution.h', 301 '../../src/execution.h',
302 '../../src/extensions/externalize-string-extension.cc', 302 '../../src/extensions/externalize-string-extension.cc',
303 '../../src/extensions/externalize-string-extension.h', 303 '../../src/extensions/externalize-string-extension.h',
304 '../../src/extensions/gc-extension.cc', 304 '../../src/extensions/gc-extension.cc',
305 '../../src/extensions/gc-extension.h', 305 '../../src/extensions/gc-extension.h',
306 '../../src/extensions/statistics-extension.cc',
307 '../../src/extensions/statistics-extension.h',
306 '../../src/factory.cc', 308 '../../src/factory.cc',
307 '../../src/factory.h', 309 '../../src/factory.h',
308 '../../src/fast-dtoa.cc', 310 '../../src/fast-dtoa.cc',
309 '../../src/fast-dtoa.h', 311 '../../src/fast-dtoa.h',
310 '../../src/fixed-dtoa.cc', 312 '../../src/fixed-dtoa.cc',
311 '../../src/fixed-dtoa.h', 313 '../../src/fixed-dtoa.h',
312 '../../src/flag-definitions.h', 314 '../../src/flag-definitions.h',
313 '../../src/flags.cc', 315 '../../src/flags.cc',
314 '../../src/flags.h', 316 '../../src/flags.h',
315 '../../src/frames-inl.h', 317 '../../src/frames-inl.h',
(...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after
991 }], 993 }],
992 ], 994 ],
993 'dependencies': [ 995 'dependencies': [
994 'v8' 996 'v8'
995 ], 997 ],
996 }, 998 },
997 ], 999 ],
998 }], 1000 }],
999 ], 1001 ],
1000 } 1002 }
OLDNEW
« no previous file with comments | « src/extensions/statistics-extension.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698