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

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

Issue 763273002: Introduce a kill-switch for shipping features. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix test that was failing under nosnap Created 6 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/mjsunit/debug-script.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 1606 matching lines...) Expand 10 before | Expand all | Expand 10 after
1617 '../../src/weak-collection.js', 1617 '../../src/weak-collection.js',
1618 '../../src/collection-iterator.js', 1618 '../../src/collection-iterator.js',
1619 '../../src/promise.js', 1619 '../../src/promise.js',
1620 '../../src/messages.js', 1620 '../../src/messages.js',
1621 '../../src/json.js', 1621 '../../src/json.js',
1622 '../../src/array-iterator.js', 1622 '../../src/array-iterator.js',
1623 '../../src/string-iterator.js', 1623 '../../src/string-iterator.js',
1624 '../../src/debug-debugger.js', 1624 '../../src/debug-debugger.js',
1625 '../../src/mirror-debugger.js', 1625 '../../src/mirror-debugger.js',
1626 '../../src/liveedit-debugger.js', 1626 '../../src/liveedit-debugger.js',
1627 '../../src/harmony-string.js',
1628 '../../src/macros.py', 1627 '../../src/macros.py',
1629 ], 1628 ],
1630 'experimental_library_files': [ 1629 'experimental_library_files': [
1631 '../../src/macros.py', 1630 '../../src/macros.py',
1632 '../../src/proxy.js', 1631 '../../src/proxy.js',
1633 '../../src/generator.js', 1632 '../../src/generator.js',
1633 '../../src/harmony-string.js',
1634 '../../src/harmony-array.js', 1634 '../../src/harmony-array.js',
1635 '../../src/harmony-tostring.js', 1635 '../../src/harmony-tostring.js',
1636 '../../src/harmony-typedarray.js', 1636 '../../src/harmony-typedarray.js',
1637 '../../src/harmony-classes.js', 1637 '../../src/harmony-classes.js',
1638 '../../src/harmony-templates.js' 1638 '../../src/harmony-templates.js'
1639 ], 1639 ],
1640 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', 1640 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin',
1641 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin', 1641 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin',
1642 }, 1642 },
1643 'actions': [ 1643 'actions': [
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
1742 }], 1742 }],
1743 ['want_separate_host_toolset==1', { 1743 ['want_separate_host_toolset==1', {
1744 'toolsets': ['host'], 1744 'toolsets': ['host'],
1745 }, { 1745 }, {
1746 'toolsets': ['target'], 1746 'toolsets': ['target'],
1747 }], 1747 }],
1748 ], 1748 ],
1749 }, 1749 },
1750 ], 1750 ],
1751 } 1751 }
OLDNEW
« no previous file with comments | « test/mjsunit/debug-script.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698