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

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

Issue 405803006: Unflag symbols (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 5 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/mjsunit/regress/regress-crbug-350864.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 1290 matching lines...) Expand 10 before | Expand all | Expand 10 after
1301 'i18n_library_files': [], 1301 'i18n_library_files': [],
1302 }, 1302 },
1303 }], 1303 }],
1304 ], 1304 ],
1305 'variables': { 1305 'variables': {
1306 'library_files': [ 1306 'library_files': [
1307 '../../src/runtime.js', 1307 '../../src/runtime.js',
1308 '../../src/v8natives.js', 1308 '../../src/v8natives.js',
1309 '../../src/array.js', 1309 '../../src/array.js',
1310 '../../src/string.js', 1310 '../../src/string.js',
1311 '../../src/symbol.js',
1311 '../../src/uri.js', 1312 '../../src/uri.js',
1312 '../../src/math.js', 1313 '../../src/math.js',
1313 '../../src/messages.js', 1314 '../../src/messages.js',
1314 '../../src/apinatives.js', 1315 '../../src/apinatives.js',
1315 '../../src/debug-debugger.js', 1316 '../../src/debug-debugger.js',
1316 '../../src/mirror-debugger.js', 1317 '../../src/mirror-debugger.js',
1317 '../../src/liveedit-debugger.js', 1318 '../../src/liveedit-debugger.js',
1318 '../../src/date.js', 1319 '../../src/date.js',
1319 '../../src/json.js', 1320 '../../src/json.js',
1320 '../../src/regexp.js', 1321 '../../src/regexp.js',
1321 '../../src/arraybuffer.js', 1322 '../../src/arraybuffer.js',
1322 '../../src/typedarray.js', 1323 '../../src/typedarray.js',
1323 '../../src/weak_collection.js', 1324 '../../src/weak_collection.js',
1324 '../../src/promise.js', 1325 '../../src/promise.js',
1325 '../../src/object-observe.js', 1326 '../../src/object-observe.js',
1326 '../../src/macros.py', 1327 '../../src/macros.py',
1327 ], 1328 ],
1328 'experimental_library_files': [ 1329 'experimental_library_files': [
1329 '../../src/macros.py', 1330 '../../src/macros.py',
1330 '../../src/symbol.js',
1331 '../../src/proxy.js', 1331 '../../src/proxy.js',
1332 '../../src/collection.js', 1332 '../../src/collection.js',
1333 '../../src/collection-iterator.js', 1333 '../../src/collection-iterator.js',
1334 '../../src/generator.js', 1334 '../../src/generator.js',
1335 '../../src/array-iterator.js', 1335 '../../src/array-iterator.js',
1336 '../../src/string-iterator.js', 1336 '../../src/string-iterator.js',
1337 '../../src/harmony-string.js', 1337 '../../src/harmony-string.js',
1338 '../../src/harmony-array.js', 1338 '../../src/harmony-array.js',
1339 ], 1339 ],
1340 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', 1340 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin',
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
1443 }], 1443 }],
1444 ['v8_compress_startup_data=="bz2"', { 1444 ['v8_compress_startup_data=="bz2"', {
1445 'libraries': [ 1445 'libraries': [
1446 '-lbz2', 1446 '-lbz2',
1447 ] 1447 ]
1448 }], 1448 }],
1449 ], 1449 ],
1450 }, 1450 },
1451 ], 1451 ],
1452 } 1452 }
OLDNEW
« no previous file with comments | « test/mjsunit/regress/regress-crbug-350864.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698