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

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

Issue 1027593005: [es6] remove --harmony-templates flag (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove extra references to harmony-templates stuff Created 5 years, 9 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/strong/declaration-after-use.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 1689 matching lines...) Expand 10 before | Expand all | Expand 10 after
1700 '../../src/weak-collection.js', 1700 '../../src/weak-collection.js',
1701 '../../src/collection-iterator.js', 1701 '../../src/collection-iterator.js',
1702 '../../src/promise.js', 1702 '../../src/promise.js',
1703 '../../src/messages.js', 1703 '../../src/messages.js',
1704 '../../src/json.js', 1704 '../../src/json.js',
1705 '../../src/array-iterator.js', 1705 '../../src/array-iterator.js',
1706 '../../src/string-iterator.js', 1706 '../../src/string-iterator.js',
1707 '../../src/debug-debugger.js', 1707 '../../src/debug-debugger.js',
1708 '../../src/mirror-debugger.js', 1708 '../../src/mirror-debugger.js',
1709 '../../src/liveedit-debugger.js', 1709 '../../src/liveedit-debugger.js',
1710 '../../src/templates.js',
1710 '../../src/macros.py', 1711 '../../src/macros.py',
1711 ], 1712 ],
1712 'experimental_library_files': [ 1713 'experimental_library_files': [
1713 '../../src/macros.py', 1714 '../../src/macros.py',
1714 '../../src/proxy.js', 1715 '../../src/proxy.js',
1715 '../../src/generator.js', 1716 '../../src/generator.js',
1716 '../../src/harmony-array.js', 1717 '../../src/harmony-array.js',
1717 '../../src/harmony-array-includes.js', 1718 '../../src/harmony-array-includes.js',
1718 '../../src/harmony-tostring.js', 1719 '../../src/harmony-tostring.js',
1719 '../../src/harmony-typedarray.js', 1720 '../../src/harmony-typedarray.js',
1720 '../../src/harmony-templates.js',
1721 '../../src/harmony-regexp.js', 1721 '../../src/harmony-regexp.js',
1722 '../../src/harmony-reflect.js' 1722 '../../src/harmony-reflect.js'
1723 ], 1723 ],
1724 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', 1724 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin',
1725 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin', 1725 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin',
1726 }, 1726 },
1727 'actions': [ 1727 'actions': [
1728 { 1728 {
1729 'action_name': 'js2c', 1729 'action_name': 'js2c',
1730 'inputs': [ 1730 'inputs': [
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
1826 }], 1826 }],
1827 ['want_separate_host_toolset==1', { 1827 ['want_separate_host_toolset==1', {
1828 'toolsets': ['host'], 1828 'toolsets': ['host'],
1829 }, { 1829 }, {
1830 'toolsets': ['target'], 1830 'toolsets': ['target'],
1831 }], 1831 }],
1832 ], 1832 ],
1833 }, 1833 },
1834 ], 1834 ],
1835 } 1835 }
OLDNEW
« no previous file with comments | « test/mjsunit/strong/declaration-after-use.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698