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

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

Issue 1518703002: Re-re-land FastAccessorBuilder. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add test restrictions, as for test-api-fast-accessor-builder Created 5 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
« no previous file with comments | « test/cctest/test-api-fast-accessor-builder.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 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 }, 367 },
368 'include_dirs+': [ 368 'include_dirs+': [
369 '../..', 369 '../..',
370 ], 370 ],
371 'defines': [ 371 'defines': [
372 # TODO(jochen): Remove again after this is globally turned on. 372 # TODO(jochen): Remove again after this is globally turned on.
373 'V8_IMMINENT_DEPRECATION_WARNINGS', 373 'V8_IMMINENT_DEPRECATION_WARNINGS',
374 ], 374 ],
375 'sources': [ ### gcmole(all) ### 375 'sources': [ ### gcmole(all) ###
376 '../../include/v8-debug.h', 376 '../../include/v8-debug.h',
377 '../../include/v8-experimental.h',
377 '../../include/v8-platform.h', 378 '../../include/v8-platform.h',
378 '../../include/v8-profiler.h', 379 '../../include/v8-profiler.h',
379 '../../include/v8-testing.h', 380 '../../include/v8-testing.h',
380 '../../include/v8-util.h', 381 '../../include/v8-util.h',
381 '../../include/v8-version.h', 382 '../../include/v8-version.h',
382 '../../include/v8.h', 383 '../../include/v8.h',
383 '../../include/v8config.h', 384 '../../include/v8config.h',
384 '../../src/accessors.cc', 385 '../../src/accessors.cc',
385 '../../src/accessors.h', 386 '../../src/accessors.h',
386 '../../src/address-map.cc', 387 '../../src/address-map.cc',
387 '../../src/address-map.h', 388 '../../src/address-map.h',
388 '../../src/allocation.cc', 389 '../../src/allocation.cc',
389 '../../src/allocation.h', 390 '../../src/allocation.h',
390 '../../src/allocation-site-scopes.cc', 391 '../../src/allocation-site-scopes.cc',
391 '../../src/allocation-site-scopes.h', 392 '../../src/allocation-site-scopes.h',
393 '../../src/api-experimental.cc',
394 '../../src/api-experimental.h',
392 '../../src/api.cc', 395 '../../src/api.cc',
393 '../../src/api.h', 396 '../../src/api.h',
394 '../../src/api-natives.cc', 397 '../../src/api-natives.cc',
395 '../../src/api-natives.h', 398 '../../src/api-natives.h',
396 '../../src/arguments.cc', 399 '../../src/arguments.cc',
397 '../../src/arguments.h', 400 '../../src/arguments.h',
398 '../../src/assembler.cc', 401 '../../src/assembler.cc',
399 '../../src/assembler.h', 402 '../../src/assembler.h',
400 '../../src/assert-scope.h', 403 '../../src/assert-scope.h',
401 '../../src/assert-scope.cc', 404 '../../src/assert-scope.cc',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 '../../src/compiler/control-equivalence.h', 498 '../../src/compiler/control-equivalence.h',
496 '../../src/compiler/control-flow-optimizer.cc', 499 '../../src/compiler/control-flow-optimizer.cc',
497 '../../src/compiler/control-flow-optimizer.h', 500 '../../src/compiler/control-flow-optimizer.h',
498 '../../src/compiler/dead-code-elimination.cc', 501 '../../src/compiler/dead-code-elimination.cc',
499 '../../src/compiler/dead-code-elimination.h', 502 '../../src/compiler/dead-code-elimination.h',
500 '../../src/compiler/diamond.h', 503 '../../src/compiler/diamond.h',
501 '../../src/compiler/escape-analysis.cc', 504 '../../src/compiler/escape-analysis.cc',
502 '../../src/compiler/escape-analysis.h', 505 '../../src/compiler/escape-analysis.h',
503 "../../src/compiler/escape-analysis-reducer.cc", 506 "../../src/compiler/escape-analysis-reducer.cc",
504 "../../src/compiler/escape-analysis-reducer.h", 507 "../../src/compiler/escape-analysis-reducer.h",
508 '../../src/compiler/fast-accessor-assembler.cc',
509 '../../src/compiler/fast-accessor-assembler.h',
505 '../../src/compiler/frame.cc', 510 '../../src/compiler/frame.cc',
506 '../../src/compiler/frame.h', 511 '../../src/compiler/frame.h',
507 '../../src/compiler/frame-elider.cc', 512 '../../src/compiler/frame-elider.cc',
508 '../../src/compiler/frame-elider.h', 513 '../../src/compiler/frame-elider.h',
509 "../../src/compiler/frame-states.cc", 514 "../../src/compiler/frame-states.cc",
510 "../../src/compiler/frame-states.h", 515 "../../src/compiler/frame-states.h",
511 '../../src/compiler/gap-resolver.cc', 516 '../../src/compiler/gap-resolver.cc',
512 '../../src/compiler/gap-resolver.h', 517 '../../src/compiler/gap-resolver.h',
513 '../../src/compiler/graph-reducer.cc', 518 '../../src/compiler/graph-reducer.cc',
514 '../../src/compiler/graph-reducer.h', 519 '../../src/compiler/graph-reducer.h',
(...skipping 1560 matching lines...) Expand 10 before | Expand all | Expand 10 after
2075 }], 2080 }],
2076 ['want_separate_host_toolset==1', { 2081 ['want_separate_host_toolset==1', {
2077 'toolsets': ['host'], 2082 'toolsets': ['host'],
2078 }, { 2083 }, {
2079 'toolsets': ['target'], 2084 'toolsets': ['target'],
2080 }], 2085 }],
2081 ], 2086 ],
2082 }, 2087 },
2083 ], 2088 ],
2084 } 2089 }
OLDNEW
« no previous file with comments | « test/cctest/test-api-fast-accessor-builder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698