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

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

Issue 12326015: Handlify escape and unescape. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 10 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 | « src/uri.h ('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 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 '../../src/transitions-inl.h', 471 '../../src/transitions-inl.h',
472 '../../src/transitions.cc', 472 '../../src/transitions.cc',
473 '../../src/transitions.h', 473 '../../src/transitions.h',
474 '../../src/type-info.cc', 474 '../../src/type-info.cc',
475 '../../src/type-info.h', 475 '../../src/type-info.h',
476 '../../src/unbound-queue-inl.h', 476 '../../src/unbound-queue-inl.h',
477 '../../src/unbound-queue.h', 477 '../../src/unbound-queue.h',
478 '../../src/unicode-inl.h', 478 '../../src/unicode-inl.h',
479 '../../src/unicode.cc', 479 '../../src/unicode.cc',
480 '../../src/unicode.h', 480 '../../src/unicode.h',
481 '../../src/uri.h',
481 '../../src/utils-inl.h', 482 '../../src/utils-inl.h',
482 '../../src/utils.cc', 483 '../../src/utils.cc',
483 '../../src/utils.h', 484 '../../src/utils.h',
484 '../../src/v8-counters.cc', 485 '../../src/v8-counters.cc',
485 '../../src/v8-counters.h', 486 '../../src/v8-counters.h',
486 '../../src/v8.cc', 487 '../../src/v8.cc',
487 '../../src/v8.h', 488 '../../src/v8.h',
488 '../../src/v8checks.h', 489 '../../src/v8checks.h',
489 '../../src/v8conversions.cc', 490 '../../src/v8conversions.cc',
490 '../../src/v8conversions.h', 491 '../../src/v8conversions.h',
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
1050 }], 1051 }],
1051 ], 1052 ],
1052 'dependencies': [ 1053 'dependencies': [
1053 'v8' 1054 'v8'
1054 ], 1055 ],
1055 }, 1056 },
1056 ], 1057 ],
1057 }], 1058 }],
1058 ], 1059 ],
1059 } 1060 }
OLDNEW
« no previous file with comments | « src/uri.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698