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

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

Issue 919643008: Remove --experimental-classes flag and related dead code. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 10 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 | « test/mjsunit/harmony/regress/regress-455141.js ('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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 '../../src/api.cc', 359 '../../src/api.cc',
360 '../../src/api.h', 360 '../../src/api.h',
361 '../../src/api-natives.cc', 361 '../../src/api-natives.cc',
362 '../../src/api-natives.h', 362 '../../src/api-natives.h',
363 '../../src/arguments.cc', 363 '../../src/arguments.cc',
364 '../../src/arguments.h', 364 '../../src/arguments.h',
365 '../../src/assembler.cc', 365 '../../src/assembler.cc',
366 '../../src/assembler.h', 366 '../../src/assembler.h',
367 '../../src/assert-scope.h', 367 '../../src/assert-scope.h',
368 '../../src/assert-scope.cc', 368 '../../src/assert-scope.cc',
369 '../../src/ast-this-access-visitor.cc',
370 '../../src/ast-this-access-visitor.h',
371 '../../src/ast-value-factory.cc', 369 '../../src/ast-value-factory.cc',
372 '../../src/ast-value-factory.h', 370 '../../src/ast-value-factory.h',
373 '../../src/ast-numbering.cc', 371 '../../src/ast-numbering.cc',
374 '../../src/ast-numbering.h', 372 '../../src/ast-numbering.h',
375 '../../src/ast.cc', 373 '../../src/ast.cc',
376 '../../src/ast.h', 374 '../../src/ast.h',
377 '../../src/background-parsing-task.cc', 375 '../../src/background-parsing-task.cc',
378 '../../src/background-parsing-task.h', 376 '../../src/background-parsing-task.h',
379 '../../src/bailout-reason.cc', 377 '../../src/bailout-reason.cc',
380 '../../src/bailout-reason.h', 378 '../../src/bailout-reason.h',
(...skipping 1432 matching lines...) Expand 10 before | Expand all | Expand 10 after
1813 }], 1811 }],
1814 ['want_separate_host_toolset==1', { 1812 ['want_separate_host_toolset==1', {
1815 'toolsets': ['host'], 1813 'toolsets': ['host'],
1816 }, { 1814 }, {
1817 'toolsets': ['target'], 1815 'toolsets': ['target'],
1818 }], 1816 }],
1819 ], 1817 ],
1820 }, 1818 },
1821 ], 1819 ],
1822 } 1820 }
OLDNEW
« no previous file with comments | « test/mjsunit/harmony/regress/regress-455141.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698