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

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

Issue 913073003: [es6] implement Reflect.apply() & Reflect.construct() (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased 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
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 1691 matching lines...) Expand 10 before | Expand all | Expand 10 after
1702 'experimental_library_files': [ 1702 'experimental_library_files': [
1703 '../../src/macros.py', 1703 '../../src/macros.py',
1704 '../../src/proxy.js', 1704 '../../src/proxy.js',
1705 '../../src/generator.js', 1705 '../../src/generator.js',
1706 '../../src/harmony-string.js', 1706 '../../src/harmony-string.js',
1707 '../../src/harmony-array.js', 1707 '../../src/harmony-array.js',
1708 '../../src/harmony-array-includes.js', 1708 '../../src/harmony-array-includes.js',
1709 '../../src/harmony-tostring.js', 1709 '../../src/harmony-tostring.js',
1710 '../../src/harmony-typedarray.js', 1710 '../../src/harmony-typedarray.js',
1711 '../../src/harmony-templates.js', 1711 '../../src/harmony-templates.js',
1712 '../../src/harmony-regexp.js' 1712 '../../src/harmony-regexp.js',
1713 '../../src/harmony-reflect.js'
1713 ], 1714 ],
1714 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', 1715 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin',
1715 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin', 1716 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin',
1716 }, 1717 },
1717 'actions': [ 1718 'actions': [
1718 { 1719 {
1719 'action_name': 'js2c', 1720 'action_name': 'js2c',
1720 'inputs': [ 1721 'inputs': [
1721 '../../tools/js2c.py', 1722 '../../tools/js2c.py',
1722 '<@(library_files)', 1723 '<@(library_files)',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
1816 }], 1817 }],
1817 ['want_separate_host_toolset==1', { 1818 ['want_separate_host_toolset==1', {
1818 'toolsets': ['host'], 1819 'toolsets': ['host'],
1819 }, { 1820 }, {
1820 'toolsets': ['target'], 1821 'toolsets': ['target'],
1821 }], 1822 }],
1822 ], 1823 ],
1823 }, 1824 },
1824 ], 1825 ],
1825 } 1826 }
OLDNEW
« test/mjsunit/harmony/reflect-construct.js ('K') | « test/mjsunit/harmony/reflect-construct.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698