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

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

Issue 640193002: Allow identifier code points from supplementary multilingual planes. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 2 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
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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 '../../src/bignum-dtoa.h', 357 '../../src/bignum-dtoa.h',
358 '../../src/bignum.cc', 358 '../../src/bignum.cc',
359 '../../src/bignum.h', 359 '../../src/bignum.h',
360 '../../src/bootstrapper.cc', 360 '../../src/bootstrapper.cc',
361 '../../src/bootstrapper.h', 361 '../../src/bootstrapper.h',
362 '../../src/builtins.cc', 362 '../../src/builtins.cc',
363 '../../src/builtins.h', 363 '../../src/builtins.h',
364 '../../src/bytecodes-irregexp.h', 364 '../../src/bytecodes-irregexp.h',
365 '../../src/cached-powers.cc', 365 '../../src/cached-powers.cc',
366 '../../src/cached-powers.h', 366 '../../src/cached-powers.h',
367 '../../src/char-predicates.cc',
367 '../../src/char-predicates-inl.h', 368 '../../src/char-predicates-inl.h',
368 '../../src/char-predicates.h', 369 '../../src/char-predicates.h',
369 '../../src/checks.cc', 370 '../../src/checks.cc',
370 '../../src/checks.h', 371 '../../src/checks.h',
371 '../../src/circular-queue-inl.h', 372 '../../src/circular-queue-inl.h',
372 '../../src/circular-queue.h', 373 '../../src/circular-queue.h',
373 '../../src/code-factory.cc', 374 '../../src/code-factory.cc',
374 '../../src/code-factory.h', 375 '../../src/code-factory.h',
375 '../../src/code-stubs.cc', 376 '../../src/code-stubs.cc',
376 '../../src/code-stubs.h', 377 '../../src/code-stubs.h',
(...skipping 1332 matching lines...) Expand 10 before | Expand all | Expand 10 after
1709 }], 1710 }],
1710 ['v8_compress_startup_data=="bz2"', { 1711 ['v8_compress_startup_data=="bz2"', {
1711 'libraries': [ 1712 'libraries': [
1712 '-lbz2', 1713 '-lbz2',
1713 ] 1714 ]
1714 }], 1715 }],
1715 ], 1716 ],
1716 }, 1717 },
1717 ], 1718 ],
1718 } 1719 }
OLDNEW
« src/scanner.h ('K') | « test/unittests/unicode/unicode-predicates-unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698