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

Side by Side Diff: src/v8.gyp

Issue 2061623002: Introduce JIT code events dispatcher for the isolate. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 6 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
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 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 'builtins.cc', 463 'builtins.cc',
464 'builtins.h', 464 'builtins.h',
465 'cached-powers.cc', 465 'cached-powers.cc',
466 'cached-powers.h', 466 'cached-powers.h',
467 'cancelable-task.cc', 467 'cancelable-task.cc',
468 'cancelable-task.h', 468 'cancelable-task.h',
469 'char-predicates.cc', 469 'char-predicates.cc',
470 'char-predicates-inl.h', 470 'char-predicates-inl.h',
471 'char-predicates.h', 471 'char-predicates.h',
472 'checks.h', 472 'checks.h',
473 'code-events.h',
473 'code-factory.cc', 474 'code-factory.cc',
474 'code-factory.h', 475 'code-factory.h',
475 'code-stub-assembler.cc', 476 'code-stub-assembler.cc',
476 'code-stub-assembler.h', 477 'code-stub-assembler.h',
477 'code-stubs.cc', 478 'code-stubs.cc',
478 'code-stubs.h', 479 'code-stubs.h',
479 'code-stubs-hydrogen.cc', 480 'code-stubs-hydrogen.cc',
480 'codegen.cc', 481 'codegen.cc',
481 'codegen.h', 482 'codegen.h',
482 'collector.h', 483 'collector.h',
(...skipping 1795 matching lines...) Expand 10 before | Expand all | Expand 10 after
2278 }], 2279 }],
2279 ['want_separate_host_toolset==1', { 2280 ['want_separate_host_toolset==1', {
2280 'toolsets': ['host'], 2281 'toolsets': ['host'],
2281 }, { 2282 }, {
2282 'toolsets': ['target'], 2283 'toolsets': ['target'],
2283 }], 2284 }],
2284 ], 2285 ],
2285 }, 2286 },
2286 ], 2287 ],
2287 } 2288 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698