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

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

Issue 198383002: Reland "Enable Object.observe by default" again (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « test/webkit/fast/js/Object-getOwnPropertyNames-expected.txt ('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 1040 matching lines...) Expand 10 before | Expand all | Expand 10 after
1051 '../../src/messages.js', 1051 '../../src/messages.js',
1052 '../../src/apinatives.js', 1052 '../../src/apinatives.js',
1053 '../../src/debug-debugger.js', 1053 '../../src/debug-debugger.js',
1054 '../../src/mirror-debugger.js', 1054 '../../src/mirror-debugger.js',
1055 '../../src/liveedit-debugger.js', 1055 '../../src/liveedit-debugger.js',
1056 '../../src/date.js', 1056 '../../src/date.js',
1057 '../../src/json.js', 1057 '../../src/json.js',
1058 '../../src/regexp.js', 1058 '../../src/regexp.js',
1059 '../../src/arraybuffer.js', 1059 '../../src/arraybuffer.js',
1060 '../../src/typedarray.js', 1060 '../../src/typedarray.js',
1061 '../../src/object-observe.js',
1061 '../../src/macros.py', 1062 '../../src/macros.py',
1062 ], 1063 ],
1063 'experimental_library_files': [ 1064 'experimental_library_files': [
1064 '../../src/macros.py', 1065 '../../src/macros.py',
1065 '../../src/symbol.js', 1066 '../../src/symbol.js',
1066 '../../src/proxy.js', 1067 '../../src/proxy.js',
1067 '../../src/collection.js', 1068 '../../src/collection.js',
1068 '../../src/object-observe.js',
1069 '../../src/promise.js', 1069 '../../src/promise.js',
1070 '../../src/generator.js', 1070 '../../src/generator.js',
1071 '../../src/array-iterator.js', 1071 '../../src/array-iterator.js',
1072 '../../src/harmony-string.js', 1072 '../../src/harmony-string.js',
1073 '../../src/harmony-array.js', 1073 '../../src/harmony-array.js',
1074 '../../src/harmony-math.js' 1074 '../../src/harmony-math.js'
1075 ], 1075 ],
1076 }, 1076 },
1077 'actions': [ 1077 'actions': [
1078 { 1078 {
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
1164 }], 1164 }],
1165 ['v8_compress_startup_data=="bz2"', { 1165 ['v8_compress_startup_data=="bz2"', {
1166 'libraries': [ 1166 'libraries': [
1167 '-lbz2', 1167 '-lbz2',
1168 ] 1168 ]
1169 }], 1169 }],
1170 ], 1170 ],
1171 }, 1171 },
1172 ], 1172 ],
1173 } 1173 }
OLDNEW
« no previous file with comments | « test/webkit/fast/js/Object-getOwnPropertyNames-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698