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

Side by Side Diff: src/v8.gyp

Issue 2804643006: Expose the ValueSerializer data format version as a compile-time constant. (Closed)
Patch Set: . Created 3 years, 8 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
« no previous file with comments | « src/api.cc ('k') | src/value-serializer.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 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 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 'action': ['<(mkpeephole_exec)', '<(INTERMEDIATE_DIR)/bytecode-peephole- table.cc' ], 390 'action': ['<(mkpeephole_exec)', '<(INTERMEDIATE_DIR)/bytecode-peephole- table.cc' ],
391 'process_outputs_as_sources': 1, 391 'process_outputs_as_sources': 1,
392 }], 392 }],
393 'sources': [ ### gcmole(all) ### 393 'sources': [ ### gcmole(all) ###
394 '<@(inspector_all_sources)', 394 '<@(inspector_all_sources)',
395 '../include/v8-debug.h', 395 '../include/v8-debug.h',
396 '../include/v8-platform.h', 396 '../include/v8-platform.h',
397 '../include/v8-profiler.h', 397 '../include/v8-profiler.h',
398 '../include/v8-testing.h', 398 '../include/v8-testing.h',
399 '../include/v8-util.h', 399 '../include/v8-util.h',
400 '../include/v8-value-serializer-version.h',
400 '../include/v8-version-string.h', 401 '../include/v8-version-string.h',
401 '../include/v8-version.h', 402 '../include/v8-version.h',
402 '../include/v8.h', 403 '../include/v8.h',
403 '../include/v8config.h', 404 '../include/v8config.h',
404 'accessors.cc', 405 'accessors.cc',
405 'accessors.h', 406 'accessors.h',
406 'address-map.cc', 407 'address-map.cc',
407 'address-map.h', 408 'address-map.h',
408 'allocation.cc', 409 'allocation.cc',
409 'allocation.h', 410 'allocation.h',
(...skipping 2104 matching lines...) Expand 10 before | Expand all | Expand 10 after
2514 'conditions': [ 2515 'conditions': [
2515 ['want_separate_host_toolset_mkpeephole==1', { 2516 ['want_separate_host_toolset_mkpeephole==1', {
2516 'toolsets': ['host'], 2517 'toolsets': ['host'],
2517 }, { 2518 }, {
2518 'toolsets': ['target'], 2519 'toolsets': ['target'],
2519 }], 2520 }],
2520 ], 2521 ],
2521 }, 2522 },
2522 ], 2523 ],
2523 } 2524 }
OLDNEW
« no previous file with comments | « src/api.cc ('k') | src/value-serializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698