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 1408223004: Expose string/regexp related public symbols on harmony flag. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 1 month 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/js/symbol.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 1844 matching lines...) Expand 10 before | Expand all | Expand 10 after
1855 '../../src/debug/debug.js', 1855 '../../src/debug/debug.js',
1856 '../../src/debug/liveedit.js', 1856 '../../src/debug/liveedit.js',
1857 ], 1857 ],
1858 'experimental_library_files': [ 1858 'experimental_library_files': [
1859 '../../src/js/macros.py', 1859 '../../src/js/macros.py',
1860 '../../src/messages.h', 1860 '../../src/messages.h',
1861 '../../src/js/proxy.js', 1861 '../../src/js/proxy.js',
1862 '../../src/js/generator.js', 1862 '../../src/js/generator.js',
1863 '../../src/js/harmony-atomics.js', 1863 '../../src/js/harmony-atomics.js',
1864 '../../src/js/harmony-array-includes.js', 1864 '../../src/js/harmony-array-includes.js',
1865 '../../src/js/harmony-concat-spreadable.js',
1866 '../../src/js/harmony-tostring.js',
1867 '../../src/js/harmony-regexp.js', 1865 '../../src/js/harmony-regexp.js',
1868 '../../src/js/harmony-reflect.js', 1866 '../../src/js/harmony-reflect.js',
1869 '../../src/js/harmony-object-observe.js', 1867 '../../src/js/harmony-object-observe.js',
1870 '../../src/js/harmony-sharedarraybuffer.js', 1868 '../../src/js/harmony-sharedarraybuffer.js',
1871 '../../src/js/harmony-simd.js', 1869 '../../src/js/harmony-simd.js',
1872 ], 1870 ],
1873 'code_stub_library_files': [ 1871 'code_stub_library_files': [
1874 '../../src/js/macros.py', 1872 '../../src/js/macros.py',
1875 '../../src/messages.h', 1873 '../../src/messages.h',
1876 '../../src/js/code-stubs.js', 1874 '../../src/js/code-stubs.js',
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
2097 }], 2095 }],
2098 ['want_separate_host_toolset==1', { 2096 ['want_separate_host_toolset==1', {
2099 'toolsets': ['host'], 2097 'toolsets': ['host'],
2100 }, { 2098 }, {
2101 'toolsets': ['target'], 2099 'toolsets': ['target'],
2102 }], 2100 }],
2103 ], 2101 ],
2104 }, 2102 },
2105 ], 2103 ],
2106 } 2104 }
OLDNEW
« no previous file with comments | « src/js/symbol.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698